/* トップページ用CSS */

div#flash{
	margin-bottom: 10px;
}

div#footer p a {
	font-weight: bold;
	color: #146aa2;
	font-size: 120%;
	margin: 0;
}


div#contents_left {
	width: 150px;
	float: left;
	text-align: left;
}

div#contents_right {
	width: 660px;
	float: right;
	text-align: left;
	clear: right;
	padding-bottom: 10px;
}


/* バナー */
p.banner {
	margin-bottom: 9px;
	border-bottom: 2px #ddd solid;
	width: 150px;
}

/* google map */
div#googlemap{
	margin-bottom: 15px;
}


/* トピックス ------------------ */
div.topicsbox{
	border: 1px #7FBECF double;
	padding: 0 7px 3px;
}

#topics_frame {
	width: 100%;
	margin: 7px 0;
}
/* トピックスここまで ---------- */


/* トップページ右１００％コンテンツ */
div.top_contents {
	padding-bottom: 10px;
	margin-left: 10px;
}
/* トップページ右１００％コンテンツ　ここまで */