@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#mainimg {
	margin: 0 auto;
	text-align: center;
	background:url(../image/h2_bg.jpg);
}
#content p.image{
	margin-bottom:20px;
}
#price .box{
	margin-bottom:15px;
}
#price .box p{
	margin-bottom:25px;
}
#price .box p.top{
	margin-top:-5px;
}
#price .box p.last{
	margin-bottom:0;
}
#price .same{
	overflow:hidden;
	zoom:1;
	margin-bottom:30px;
}
#price .same ul li{
	float:left;
	margin-right:20px;
	width:200px;
}
#price .same ul li.none{
	margin-right:0;
}
#content h4{
	margin-bottom:20px;
	font-size:1.27em;
	font-weight:bold;
	background:#F799B0;
	line-height:1.2;
	padding:7px 0 3px 10px;
	color:#fff;
}
#map{
	margin-bottom:25px;
}
#map .imgright{
	margin-bottom:20px;
}
#map .imgright p{
	font-size:1.27em;
	margin-top:-5px;
}


/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#content .topics {
	height: 150px;
	margin-bottom: 29px;
	line-height: 1.6;
	overflow-y: scroll;
	
}
#content .topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 8px 0 8px 20px;
	border-bottom:1px solid #EAE0C6;
}
#content .topics dl dt {
	float: left;
}
#content .topics dl dd {
	padding: 0 0 0 105px;
}








