@charset "UTF-8";


/* 
------------------------------------------------ */
#areaMap {
	width:835px;
	margin:15px auto 0 auto;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #e8e4e4;
}

/* 地域一覧
----------------------------------------------------------- */
#area {
	width: 697px;
	height: 497px;
	background: url(../images/area/bg_area2.jpg) no-repeat;
	margin:35px auto 15px auto;
}
p#leadTxt {
	font-size:1em;
	line-height:150%;
	padding:12px 18px 0 18px;
}

#area td a {/*100120add*/
	text-decoration:underline;

	color:#0202ad;
	font-weight:bold;
}
#area td a:hover {/*100120add*/
	color:#FF0000;	
}

#area td{
	clear: both;
	text-align: left;
	line-height: 20px;
}
#area td.top{
	vertical-align: top;
}
#area td.bottom{
	vertical-align: bottom;
}
/*　北海道・東北・関東 */
#area_north {
	width: 146px;
	padding-left: 20px;
	vertical-align: top;
}
#hokkaido {
	width: 145px;
	margin-top: 25px; 
}
#touhoku {
	width: 145px;
	margin-top: 50px; 
}
#kantou {
	width: 145px;
	margin-top: 10px; 
}
/*　中部 */
#area_cyubu {
	width: 120px;
	padding-left:10px;
	vertical-align: top;
}
/*　中国四国・関西 */
#area_center {
	width: 271px;
	padding-left: 15px;
}
#area_center_bottom {
	width: 271px;
	height: 90px;
	vertical-align: bottom;
}
#kansai {
	width: 120px;
	height: 190px;
}
#cyugoku {
	width: 150px;
	height: 190px;
}
#shikoku {/*add20100215*/
    width: 205px;
    margin: 0 0 25px 0px;
    padding-top:5px;
}
/*　九州 */
#area_south {
	width: 140px;
	vertical-align: top;
}
#kyusyu {
	width: 120px;
	height: 220px;
	padding: 0 10px;
	vertical-align: top;
}
#okinawa {
	width: 120px;
	height: 50px;
	padding: 10px 10px 0px 15px;
}
/*　全国 */
#area_all_out {
	height: 215px;
	vertical-align: top;
}
#area_all {
	width: 400px;
	background: url(../images/area/area_all_top.gif) no-repeat left top;
	padding-top: 30px;
	margin-left: 30px;
}
#area_all_inner {
	width: 380px;
	background: url(../images/area/bg_area_all.gif) repeat-y left top;
	padding: 10px;
}
#area_all_bottom {
	width: 400px;
	height: 20px;
	background: url(../images/area/area_all_bottom.gif) no-repeat;
	display: block;
}

#area_all p {
	padding:0 10px;
}

#area_all p.hitTxt {
	padding-bottom:9px;
}
#area_all p.hitTxt strong span {
	color:#e40002;
	font-size:18px;
}

#area_all p.allBtn {
	text-align:center;
}
p.searchBtn {/*下のボタン*/
	text-align:center;
	padding:15px 0 35px 0;
}
