@charset "euc-jp";
/********************************/
/*        common parts          */
/********************************/
.rental_layout h3,
.faq_layout h3,
.other_layout h3,
.guide_layout h3,
.sitemap h3{
	margin-top:0;
	margin-bottom:10px;
	border-bottom:1px dashed #dddddd;
	padding-bottom:2px;
	color:#996633;
	font-weight:bold;
	font-size:120%;
	line-height:1.2;
}

.content_in_box{
	padding-left:10px;
	padding-right:10px;
}

.content_btn{
	margin-top:15px;
	text-align:right;
}



/********************************/
/*           faq                */
/********************************/
.faq_layout table{
	margin-left:15px;
	margin-bottom:30px;
	width:570px;
}
.faq_layout table th{
	vertical-align:top;
	color:#99cc33;
	font-weight:bold;
	width:20px;
	padding-top:2px;
}
.faq_layout table td{
	vertical-align:top;
}
.faq_layout table td a{
	color:#e05600;
}
/********************************/
/*           rental             */
/********************************/
.rental_layout h3.h3_fst{
	margin-top:0;
}
.rental_layout h4{
	color:#669900;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:10px;
	background:#ffffff url(../images/content/ic_circle.gif) no-repeat left top;
}
.rental_layout .green_circle li{
	background:#ffffff url(../images/content/ic_circle.gif) no-repeat left top;
	padding-left:20px;
	padding-bottom:10px;

}

/********************************/
/*           other              */
/********************************/
.other_layout h3{
	margin-top:30px;
	font-size:140%;
}

.other_layout li{
	background:#ffffff url(../images/content/ic_circle.gif) no-repeat left top;
	padding-left:20px;
	padding-bottom:10px;
}

.other_layout .other_price_area{
	margin:10px 0;
}
.other_layout .other_price_area p{
	padding-top:10px;
}
.other_layout .other_price_area img{
	float:left; margin-right:10px;
}

.other_layout .other_okaban_area{
	width:570px;
}
.other_layout .other_okaban_areaL{
	width:200px;
	float:left;
}
.other_layout .other_okaban_areaR{
	width:347px;
	float:right;
}

.other_layout .other_mainte_area{
	width:570px;
}
.other_layout .other_mainte_areaL{
	width:375px;
	float:left;
}
.other_layout .other_mainte_areaR{
	width:111px;
	float:right;
	margin-top:105px;
}

.other_layout .other_carriage_area{
	width:570px;
}
.other_layout .other_carriage_areaL{
	width:400px;
	float:left;
}
.other_layout .other_carriage_areaR{
	width:160px;
	float:right;
}


/********************************/
/*           guide              */
/********************************/
.guide_layout h4{
	color:#669900;
	font-weight:bold;
	padding-left:20px;
	margin-top:10px;
	background:#ffffff url(../images/content/ic_circle.gif) no-repeat left top;
}

.guide_layout ul{
	margin-left:20px;
}
.guide_layout ul li{
	padding-left:10px;
	padding-top:5px;
	background:#ffffff url(../images/guide/guide_small_icon.gif) no-repeat left 11px;
}

.guide_layout dt{
	margin-top:10px;
	margin-left:20px;
	padding-left:15px;
	background:#ffffff url(../images/guide/guide_large_icon.gif) no-repeat left 3px;
	color:#996633;
}
.guide_layout dd{
	margin-left:30px;
	padding-left:10px;
	margin-top:3px;
	background:#ffffff url(../images/guide/guide_small_icon.gif) no-repeat left 6px;
}
.guide_layout dd.guide_no_icon{
	padding-top:5px;
	margin-left:30px;
	padding-left:10px;
	background-image:none;
}

.guide_layout table{
	width:570px;
	margin-top:15px;
	margin-bottom:5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.guide_layout table th,
.guide_layout table td{
	line-height:100%;
	vertical-align:top;
	padding:8px 10px 8px 10px;
	border-right: 1px dashed #ccc;
	border-bottom: 1px solid #ccc; 
}
.guide_layout table th {
	color:#669900;
	font-weight:bold;
	background-color:eaf3df;
}
.guide_layout table .last_line{
	border-right:none;
}
.guide_layout table .solid_line{
	border-right: 1px solid #ccc;
}

.guide_layout .guide_area{
	width:570px;
	margin-top:15px;
}
.guide_layout .guide_area .guide_areaL{
	width:375px;
	float:left;
}
.guide_layout .guide_area .guide_areaR{
	width:188px;
	float:right;
}


/********************************/
/*           sitemap            */
/********************************/
.sitemap ul li strong { color:#996633; }
.sitemap ul li li { background:none; padding-left:0; margin-top:0.5em }

