@charset "utf-8";

/* グローバルナビ */

div#navigation ul#global_navi li a#gnavi_products,
div#navigation ul#global_navi li a#gnavi_products:hover {
	background: url(../../common/images/navigation/global_navi.gif) -227px -70px no-repeat;
}


/* コンテンツスタイル
------------------------------------------------------------- */
div#contents div.products {
	width: 740px;
	margin: 0 0 30px 101px;
	overflow: hidden;
}

div#contents div.products div.products_inner {
	float: left;
	width: 348px;
	margin: 0 22px 0 0;
}



/* 商品タイトル */

div#contents div.products div.products_inner h4.midashi02 {
	width: 318px;
	padding: 0 15px;
	background: url(../images/title_back.jpg) 0 0 no-repeat;
}

* html div#contents div.products div.products_inner h4.midashi02 {
	width: 348px;
}



/* 商品説明 */

div#contents div.products div.products_inner div.lead {
	width: 348px;
	margin: 0 0 20px 0;
	background: url(../images/lead_bg.jpg) 0 0 no-repeat;
}

div#contents div.products div.products_inner div.lead dl {
	width: 348px;
	padding: 16px 0 10px 0;
	background: url(../images/lead_bg_bottom.jpg) 0 bottom no-repeat;
	overflow: hidden;
}

div#contents div.products div.products_inner div.lead dl dt {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 0 0 14px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
}

* html div#contents div.products div.products_inner div.lead dl dt {
	margin: 0 0 0 7px;
}

* html div#contents div.products div.products_inner div.lead dl dt a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

div#contents div.products div.products_inner div.lead dl dt a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

div#contents div.products div.products_inner div.lead dl dd {
	margin: 0 10px 0 135px;
}

div#contents div.products div.products_inner div.lead dl dd em {
	color: #744B27;
	font-weight: bold;
}



/* 商品一覧 */

div#contents div.products div.products_inner ul {
	width: 348px;
	background: url(../../common/images/contents/dotline.gif) 0 0 repeat-x;
}

div#contents div.products div.products_inner ul li {
	padding: 4px 0;
	background: url(../../common/images/contents/dotline.gif) 0 bottom repeat-x;
}

div#contents div.products div.products_inner ul li span {
	display: block;
	width: 324px;
	margin: 0 4px;
	padding: 0 0 0 16px;
	background: url(../images/arrow.gif) 0 5px no-repeat;
}

* html div#contents div.products div.products_inner ul li span {
	width: 340px;
}


