@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: 730px;
	margin: 0 95px;
}

div#contents div#products dl {
	width: 730px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

div#contents div#products dl dt {
	float: left;
}

div#contents div#products dl dd {
	width: 430px;
	margin: 0 0 0 294px;
}

div#contents div#products dl dd p {
	margin: 0 0 10px 0;
}

div#contents div#products dl dd span.annotation {
	font-size: 85%;
}

div#contents div#products dl dd h4.midashi02 {
	width: 400px;
	background: url(../../../../common/images/contents/title_back_products.jpg) 0 0 no-repeat;
}

* html div#contents div#products dl dd h4.midashi02 {
	width: 430px;
}

div#contents div#products dl dd div#lead {
	width: 430px;
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
	background: url(../../../../common/images/contents/lead_bg.jpg) 0 0 no-repeat;
}

div#contents div#products dl dd div#lead p {
	width: 400px;
	margin: 0;
	padding: 0 15px 5px 15px;
	background: url(../../../../common/images/contents/lead_bg_bottom.jpg) 0 bottom no-repeat;
	color: #744B27;
	font-weight: bold;
}

* html div#contents div#products dl dd div#lead p {
	width: 430px;
}

div#contents div#products dl dd ul {
	list-style-type: disc;
	margin: 0 0 10px 20px;
}

div#contents div#products dl dd ul li {
	margin: 0 0 5px 0;
}

div#contents div#products dl dd ul li p {
	margin: 0;
}



/* 商品詳細 */

div#contents div#products table {
	width: 720px;
	margin: 0 5px;
	font-size: 100%;
	line-height: 1.4;
}

div#contents div#products table th,
div#contents div#products table td {
	padding: 5px 10px;
	border: 1px solid #D6CBA5;
}

div#contents div#products table th {
	width: 80px;
	background: url(../../images/trial/th_back.jpg) 0 0 no-repeat;
}





