@charset "UTF-8";
/*******************************************/
/* products.css                            */
/*******************************************/

/*************** Products  *****************/


#pageContent{
	background: url(../../img/bg_sugi.jpg) no-repeat left 100% !important;
}



#products {
}

#products p.txtLarge{
	font-size: 90%;
	letter-spacing: 0.05em;
	margin-left: 1em;
	margin-top: 0.5em;
	line-height: 140%;
}

#products h3 {
	margin-bottom: 1em;
}

#products p.detail a{
	background: url(../img/go_detail.gif) no-repeat right center;
	height: 30px;
	text-indent: -1000px;
	display: block;
}

#products p.detail a:hover{
	background: url(../img/go_detail_o.gif) no-repeat right center;
}

#products dl {
}

#products dt {
	font-size: 75%;
	float: left;
	width: 8em;
	padding-top: 0.5em;
	background: url(../../img/dot_x.gif) repeat-x left bottom;
}

#products dd {
	font-size: 75%;
	margin-left: 10em;
	padding-top: 0.5em;
}

#details,#details2 {
}

*+html body #details,
*+html body #details{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


#details h3,#details2 h3{
	margin-left: 5px;
	color: #660000;
	background: url(../../img/icon_notice.gif) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-weight: bold;
	font-size: 14px;
}


#details table{
	font-size: 75%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C2B9B2;
	border-left-color: #C2B9B2;
	width: 500px;
}

#details th,#details td{
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #A39C96;
	border-bottom-color: #A39C96;
	border-left-color: #FFFFFF;
}

#details th{
	white-space: nowrap;
	font-weight: normal;
	background: #E5E1D5;
	text-align: left;
	padding-right: 1em;
	padding-left: 1em;
}

#details td{
	line-height: 150%;
}
#details td.prdName{
	font-size: 1.2em;
}

#details td.prdPict{
	text-align: center;
	padding: 5px;
}
#details td.prdQuart{
	text-align: center;
	width: 55px;
}
#details td p{
	font-size: 100%;
}
#details p,#details2 p{
	padding-right: 1em;
	padding-left: 1em;
}


#details2 table{
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#details2 th,#details2 td {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
#details2 p{
	line-height: 200%;
}
#details2 th{
	width: 160px;
	text-align: center;
}
