@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 50px;
	overflow: hidden;
	/zoom: 1;
}
#product dl {
	float: left;
	width: 200px;
	margin-right: 20px;
}
#product dl.none {
	margin-right: 0;
}
#product dl dt {
	margin-top: 5px;
}
#product dl dd.image a {
	width: 192px;
	height: 192px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #E8DDD2;
	padding:3px;
}
#product dl dd.comment {
	font-size: 0.85em;
}
#price .box p{
	margin-bottom:25px;
}
#price{
	margin-bottom:95px;
}
#price .box p.last{
	margin-bottom:0;
}
#price .box{
	border: 1px solid #E8DDD2;
	background:url(../image/index03.jpg) 460px center no-repeat;
	padding:23px 150px 20px 27px;
	margin-bottom:40px;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/

#content .topics {
	overflow-y: scroll;
	line-height:1.6;
	height:225px;
	background:url(../image/t_bg.jpg) 47px center no-repeat;
	padding:0 20px 0 100px;
	margin-bottom:2px;
}
#content .topics dl {
	overflow: hidden;
 /zoom: 1;
	padding:14px 0 8px 20px;
}
#content .topics dl.even {
	
}
#content .topics dt {
	float: left;
}
#content .topics dd {
	padding: 0 0 0 105px;
}
#content .imgbox{
	margin-bottom:50px;
	padding-top:20px;
	padding-right:20px;
	background:url(../image/ind_topi_bg.jpg) top left no-repeat;
}
/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	margin-bottom: 18px;
	overflow: hidden;
	/zoom: 1;
}
#info #map {
	width: 315px;
	height: 260px;
	
}
#info .box{
	float: left;
}
#info .box dl{
	margin-top:20px;
}
#info .box dl dt{
	font-weight:bold;
	font-size:1.15em;
	color:#fff;
	line-height:1.6;
}
#info .box dl dd{
	line-height:1.6;
	color:#CDD7CC;
}
#info .text {
	margin-left: 335px;
}
#info .text dl dt {
	font-weight:bold;
	color:#fff;
	background:url(../image/icon01.jpg) left center no-repeat;
	padding:0 0 0 15px;
}
#info .text dl dd span{
	color:#FF9900;	
}
#info .text dl dd{
	margin-bottom:5px;
}
