@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#guest p.text{
	text-align:center;
	line-height:3.0;
	background:url(../image/guest02.jpg) center top no-repeat;
	padding:230px 0 190px;
}
#guest .image{
	margin:45px 0 25px;
}
#guest .box p{
	margin-bottom:25px;
}
#guest{
	margin-bottom:35px;
}
/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
}
#product dl {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom:16px;
}
#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;
}






