@charset "Shift_JIS";

/*product
---------------------------------------------*/
#product {
	width: 100%;
	height: 730px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
}

#product h1 {
	width: 100%;
	height: 40px;
	margin: 30px 0px;
	padding: 0px;
	background: url(../images/titleProduct.gif) no-repeat left center;
	text-indent: -9999px;
}

#product ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#product li {
	float: left;
	width: 148px;
	height: 188px;
	margin: 0px 20px 20px 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}

#product li a {
	display: block;
	width: 148px;
	height: 188px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#product li a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#product li.item01 a {background: url(../images/indexProduct01.gif) no-repeat center center;}
#product li.item02 a {background: url(../images/indexProduct02.gif) no-repeat center center;}
#product li.item03 a {background: url(../images/indexProduct03.gif) no-repeat center center;}
#product li.item04 a {background: url(../images/indexProduct04.gif) no-repeat center center;}
#product li.item05 a {background: url(../images/indexProduct05.gif) no-repeat center center;}
#product li.item06 a {background: url(../images/indexProduct06.gif) no-repeat center center;}
#product li.item07 a {background: url(../images/indexProduct07.gif) no-repeat center center;}
#product li.item08 a {background: url(../images/indexProduct08.gif) no-repeat center center;}
#product li.item09 a {background: url(../images/indexProduct09.gif) no-repeat center center;}
#product li.item10 a {background: url(../images/indexProduct10.gif) no-repeat center center;}
#product li.item11 a {background: url(../images/indexProduct11.gif) no-repeat center center;}
#product li.item12 a {background: url(../images/indexProduct12.gif) no-repeat center center;}

/*news
---------------------------------------------*/
#news {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#news h1 {
	width: 100%;
	height: 40px;
	margin: 30px 0px;
	padding: 0px;
	background: url(../images/titleNews.gif) no-repeat left center;
	text-indent: -9999px;
}

#news dl {
	width: 100%;
	height: auto;
}

#news dt {
	float: left;
	width: 100px;
	height: 30px;
	clear: left;
	background: url(../images/border_bottom.gif) repeat-x left bottom;
}

#news dd {
	height: 30px;
	margin-left: 100px;
	background: url(../images/border_bottom.gif) repeat-x left bottom;
}

#news div.newsBox {
	clear: both;
	width: 660px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	overflow: auto;
}

