/** == 検索結果 都道府県名 == **/
div.search_pref_name{
	float:left;
	width:675px;
	height:11px;
	padding:2px 0 2px 15px;margin:5px 0px 2px;
	background:url(../img/ico_brown.gif) no-repeat left center;
}

/** == 検索結果 市区町村表示エリア == **/
div.search_area_result{
	float:left;
	padding-left:10px;
	width:680px;
}

/** == 検索結果 市区町村名 == **/
div.search_area_result a{
	display:block;
	width:120px;height:15px;
	float:left;
	margin-top:3px;
	color:#665758;
}
div.search_area_result a:hover{
	color:#AB8328;
	text-decoration:underline;
}
span.area_num{
	font-size:8pt;
	margin-left:3px;
}

/** == 検索結果 ボーダー == **/
div.search_area_result_border{
	border-bottom:1px dotted #C1AC7D;
	float:left;
	width:600px;
	height:3px;
	display:block;
	margin-bottom:3px;
}
div.search_space{
	clear:both;
	display:block;
	height:20px;
	float:left;
}
