@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content .imgright .image {
	float: right;
	margin-left:30px;
}
#greeting p {
	margin-bottom:22px;
}
#greeting p.last {
	margin-bottom:0;
}
#greeting p.att {
	margin:0 0 27px;
	text-align:right;
	font-size:0.85em;
}
/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 8px;
	overflow: hidden;
 /zoom: 1;
}
#product dl {
	float: left;
	width: 200px;
	margin-bottom: 13px;
	margin-right:20px;
}
#product dl.none {
	margin-right:0;
}
#product dl dt {
	margin-bottom:5px;
}
#product dl dd {
	background:url(../image/icon03.jpg) left center no-repeat;
	padding:0 0 0 20px;
}
#price .box dl dt {
	font-size: 1.15em;
	color:#46211F;
	font-weight:bold;
}
#price .box dl {
	padding:5px 10px 5px 10px;
	line-height:1.6;
}
#price .imgbox {
	overflow:hidden;
	zoom:1;
	margin-bottom:10px;
}
#price .imgbox .box {
	float:left;
	width:310px;
	background:#EDECE0;
	margin:0 20px 20px 0;
}
#price .imgbox .box.none {
	margin:0 0 20px 0;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/

#topics {
	overflow-y: scroll;
	line-height:1.6;
	height:148px;
	border:1px solid #9FAB9E;
	margin-bottom:30px;
}
#topics dl {
	overflow: hidden;
 /zoom: 1;
	padding:5px 0 3px 20px;
}
#topics dl.even {
	background:#F1F2EE;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 105px;
}
