@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#main {
	width: 900px;
	padding: 32px 30px 0;
	margin: 0 auto;
	overflow: hidden;
 /zoom: 1;
}
#price {
	margin-bottom:45px;
}
#price .box ul li{
	font-size:1.4em;
	line-height:1.0;
	background:url(../image/icon01.jpg) left top no-repeat;
	padding:8px 0 5px 45px;
	margin-bottom:17px;
}
#price .box ul li span{
	color:#FF6600;
}
#content .same{
	background:url(../image/bg01.jpg) left top no-repeat;
	padding:27px 33px 0 30px;
}
#content .same p{
	margin-bottom:25px;	
}
#content .image{
	text-align:center;
	margin-bottom:53px;
}


/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	margin-bottom:50px;
	line-height: 1.6;
	overflow-y: scroll;
	height:180px;
	border:1px solid #DEDA90;
	background:#FFF9F0;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 14px 0 6px 20px;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 105px;
}
#info #map{
	width:600px;
	height:200px;
	margin-bottom:20px;
}
#info .box{
	background:#FFF9F0;
	padding:20px 20px 35px;
}
#info .box dl{
	text-align:center;
}	
#info .box dl dt{
	font-size:1.14em;
	font-weight:bold;
	margin:15px 0 10px;
}
#info{
	margin-bottom:50px;
}


