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



/* 全体構造
---------------------------------------------------- */

body {
	font-size: 12px;
	_font-size: 75%;
	*font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../img/top_header_bg.png) repeat-x top;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
	font-size: 100%;
	margin: 0;
	padding: 0;
}








/* トップページ構成
---------------------------------------------------- */

#top {
	width: 801px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(../img/body_bg.png) repeat-y;
}

#top h1{
	display: block;
	width: 611px;
	height: 55px;
	font-size: 100%;
	text-indent: -9999px;
	margin: 28px auto 0;
	padding: 0;
	background: url(../img/top_title1.png) no-repeat;
}

#top h2{
	display: block;
	width: 611px;
	height: 25px;
	font-size: 100%;
	text-indent: -9999px;
	margin: 0 auto 62px;
	padding: 0;
	background: url(../img/top_title2.png) no-repeat;
}

#top h3{
	width: 280px;
	height: 70px;
	font-size: 100%;
	text-indent: -9999px;
	margin-top: 0;
	margin-bottom: 28px;
	padding: 0;
}

#top h4{
	width: 175px;
	height: 45px;
	font-size: 100%;
	text-indent: -9999px;
	margin-top: 0;
	padding: 0;
}






/* トップページ　左エリア
---------------------------------------------------- */

.top_l {
	clear: both;
	display: inline;
	float: left;
	width: 400px;
	height: 490px;
	margin: 0;
	padding: 0;
	background: url(../img/top_bg_l.jpg) no-repeat;
}

.cat_c {
	width: 280px;
	height: 70px;
	font-size: 100%;
	margin-left: 92px;
	padding: 0;
}
.cat_c a{
	display: block;
	width: 280px;
	height: 70px;
	text-indent: -9999px;
	background: transparent url(../img/button_c.jpg) no-repeat;
}
.cat_c a:hover{
	background: transparent url(../img/button_c.jpg) no-repeat;
}

.cat_a {
	width: 175px;
	height: 45px;
	font-size: 100%;
	margin-left: 188px;
	padding: 0;
}
.cat_a a{
	display: block;
	width: 175px;
	height: 45px;
	text-indent: -9999px;
	background: transparent url(../img/button_a.jpg) no-repeat;
}
.cat_a a:hover{
	background: transparent url(../img/button_a.jpg) no-repeat;
}







/* トップページ　右エリア
---------------------------------------------------- */
.top_r {
	display: inline;
	float: left;
	width: 400px;
	height: 490px;
	margin: 0;
	padding: 0;
	background: url(../img/top_bg_r.jpg) no-repeat;
}

.cat_d {
	width: 280px;
	height: 70px;
	font-size: 100%;
	margin-left: 25px;
	padding: 0;
}
.cat_d a{
	display: block;
	width: 280px;
	height: 70px;
	text-indent: -9999px;
	background: transparent url(../img/button_d.jpg) no-repeat;
}
.cat_d a:hover{
	background: transparent url(../img/button_d.jpg) no-repeat;
}

.cat_b {
	width: 175px;
	height: 45px;
	font-size: 100%;
	margin-left: 35px;
	padding: 0;
}
.cat_b a{
	display: block;
	width: 175px;
	height: 45px;
	text-indent: -9999px;
	background: transparent url(../img/button_b.jpg) no-repeat;
}
.cat_b a:hover{
	background: transparent url(../img/button_b.jpg) no-repeat;
}






/* 市役所HPへのリンク
---------------------------------------------------- */
.co {
	clear: both;
	width: 194px;
	height: 31px;
	font-size: 100%;
	margin: 5px auto 0;
	padding: 0;
}
.co a{
	display: block;
	width: 194px;
	height: 31px;
	text-indent: -9999px;
	background: transparent url(../img/city_office.jpg) no-repeat;
}
.co a:hover{
	background: transparent url(../img/city_office.jpg) no-repeat;
}






/* フッター
---------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	font-size: 92%;
	color: #FFFFFF;
	margin: 50px 0 0;
	padding: 1em 0;
	background-color: #008EBD;
}

#footer p{
	width: 715px;
	font-size: 92%;
	text-align: left;
	margin: 0 auto 1em;
	padding: 0;
}

#footer address{
	width: 715px;
	font-size: 92%;
	font-style: normal;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#footer address a:link{ font-size: 115%; font-weight: bold; color: #FFFFFF;}
#footer address a:visited{ font-size: 115%; font-weight: bold; color: #FFFFFF;}
#footer address a:hover{ font-size: 115%; font-weight: bold; color: #FF3300;}
#footer address a:active{ font-size: 115%; font-weight: bold; color: #FFFFFF;}






