@charset "utf-8";
/* CSS Document */


/*--------------------------------------

左カラム

--------------------------------------*/
div#Left {width:600px; float:left; display:inline;}
/*-----トピックス-----*/
ul.topics { margin-left:10px;letter-spacing:1px;}

ul.topics li{
	float: left;
	margin: 0 5px 5px;
	width: 500px;
	padding:0px;
	color:#666;
	font-size:90%;	
}
ul.topics strong{font-weight:bold; margin-right:10px; color:#999}
ul.topics span { margin-left:10px;}

/*-----エリアインフォメーション-----*/
div#AreaInfo {margin:0 0 0 0;}

/*地域名*/
div#AreaInfo h1 {font-size:130%; font-weight:bold;margin:6px 0 10px 0;}
div#AreaInfo p {font-size:90%; line-height:180%; letter-spacing:0px; padding:6px; background-color:#FFF; border: solid 1px #ccc; margin-bottom:5px; margin-top:2px;}
.AreaInfo_img { margin-bottom:8px;}


