/* ページ全体
------------------------------ */
html, body{
	margin:0;
	padding:0;
	text-align:center;
} 

h1, h2, h3, h4, p, ul, dl { margin: 0; }

blockquote {
margin:0.5em;
padding:1em;
border-left:3px solid #ccc;
background:#fefefe;
}

img { border:none; }

.hide { display:none; }

.floatclear { clear: both; }

.imgright {
float:right;
padding:1em;
}

.imgleft {
float:left;
padding:1em;
}

.imgcenter {
display:block;
text-align:center; /*IE用*/
margin:auto;
}


.bold {
font-weight: bold;
}

.accent {
color: #EE8C4E;
font-weight: bold;
}

.get_pdf {
display:block;
background:transparent url(/image/pdf/getacro.gif) left no-repeat;
padding:0 0 0 95px;
}

/* ヘッダ
------------------------------ */
#header{
	background-image: url(../image/common/header-bg.gif);
	background-repeat: repeat-x;
}

#skybg {
	background-image: url(../image/common/header-sky-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#headerwidth, #pagewidth{
	width:90%;
	text-align:left;
	margin-left:3em;
	}

#headerwidth h1{
	height: 84px;
	background-image: url(../image/common/logo.gif);
	background-repeat: no-repeat;
	display: inline;
	line-height: 100%;
	float: left;
	text-indent: -999em;
	margin-top: 5px;
}

#headerwidth h1 a{
	text-decoration: none;
	display:block;
	width: 260px;
	height: 79px;
}

#search{
 display: none;
}

#pagewidth{
	background-color: #FFFFFF;
} 

#menu{
 display: none;
}

#menu ul{
	padding :0;
	list-style-type : none;
}

#menu li{
	float:left;
}

#menu li a{
	text-indent: -999em;
	text-decoration: none;
}

#menu01 a, #menu02 a, #menu03 a, #menu04 a, #menu05 a, #menu06 a, #menu07 a{
	display:block;
	height: 30px;
}

#menu01 a{
	width: 80px;
}

#menu02 a{
	width: 85px;
}

#menu03 a{
	width: 120px;
}

#menu04 a{
	width: 130px;
}

#menu05 a{
	width: 90px;
}

#menu06 a{
	width: 90px;
}

#menu07 a{
	width: 120px;
}


#menu01 a:hover, #menu02 a:hover, #menu03 a:hover, #menu04 a:hover, #menu05 a:hover, #menu06 a:hover, #menu07 a:hover{
	display:block;
	height: 28px;
	float:left;
	border-bottom:2px solid #fff;
}


#switch{
 display: none;
}

#fontsize{
	float:right;
	font-size: 14px;
	position:relative;
	font-weight: bold;
}

#fontsize img{
	margin-right: 5px;
	position:relative;
	top:4px;
}

#headerwidth:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* フッタ
------------------------------ */
#footer {
	width: 100%;
	background-image: url(../image/common/footer-bg.gif);
	background-repeat: repeat-x;
	padding: 1em 0;
	text-align: center;
	clear: both;
}

#footer address {
	font-style: normal;
}

#footer p#otherlink {
 display: none;
}

/* コンテンツ（右ソデ型レイアウト）
------------------------------ */
#content{
	margin: 1em 0;
	}

#main{
　width: 100%;
　border: none;
	}

#right{
 display: none;
}
	
/* フリー型レイアウト（横幅640pxで設定）
------------------------------ */
#main2{
width: 100%;
}

#main2 ul{
margin-left: 0;
padding-left: 0;
list-style-type : none;
}

#main2 li {
background: url(../image/common/list-mark.gif) no-repeat 0 0.5em;
padding-left: 16px;
}

/* 新着情報（防災情報、注目情報）
------------------------------ */
#info-bousai, #info-tyumoku, #info-mokuteki {
	margin: 0 0 0.5em 0;
}

#info-bousai h2, #info-tyumoku h2{
	display: inline;
	line-height: 100%;
	margin-right: 2em;
}

#info-bousai p, #info-tyumoku p{
	display: inline;
	line-height: 100%;
}

#info-bousai dl, #info-tyumoku dl{
	margin-top: 0.5em;	
}

#info-bousai dt, #info-tyumoku dt {
	margin: 0;
	padding: 0 0 0 16px;
	clear: right;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
}

#info-bousai dt{
	background-image: url(../image/common/list-bousai.gif);
}

#info-tyumoku dt{
	background-image: url(../image/common/list-tyumoku.gif);
}

#info-bousai dd, #info-tyumoku dd {
	margin: 0;
	padding: 0 0 2px 7em;
	clear: right;
}

#info-bousai .h2bg {
	padding: 3px 0 0 16px;
	background-image: url(../image/top/h2-bousai.gif);
	background-repeat: repeat-x;
	height: 34px;
	width: 510px;
}

#info-tyumoku .h2bg {
	padding: 4px 0 0 16px;
	background-image: url(../image/top/h2-tyumoku.gif);
	background-repeat: repeat-x;
	height: 34px;
	width: 510px;
}

#info-mokuteki .h2bg {
	padding: 3px 0 0 16px;
	background-image: url(../image/top/h2-mokuteki.gif);
	background-repeat: repeat-x;
	height: 34px;
	width: 510px;
}

#info-mokuteki table{
	color: #666666;
	margin: 1em 0;
	border: 1px solid #818181;
	border-collapse: separate;
	border-spacing: 1px; width: 520px;
	}

#info-mokuteki th, #info-mokuteki td{
	padding: 5px;
	border-right: 1px solid #818181;
	border-bottom: 1px solid #818181;
	line-height: 200%;

	}
	
#info-mokuteki th {
	background-image: url(../image/top/th-mokuteki.gif);
	background-repeat: repeat-y;
	width: 7em; 
	}

/* 右（観光案内・あんしん等、小コンテンツ）
------------------------------ */
#right h3 {
	border: 1px solid #818181;
	background-color: #FFFFEF;
	padding: 5px;
	margin-bottom: 0.1em;
}

#right ul{
	list-style-type : none;
}

.lifesupport {
	padding: 0 0 0.5em 0;
}

.lifesupport li {
	border-bottom: 1px dotted #818181;
        padding: 0.3em 0;
	background: url(../image/common/list-mark.gif) no-repeat 0 0.7em; 
	padding-left: 16px;
}

/* セカンドページ（見出し・ページ内リンクの設定）
------------------------------ */
.heading {	
	margin: 0 0 1em 0;
	background: #EFEFEF;
	border: 1px solid #818181;
}


.heading h2{
	font-weight: bold;
	font-size: 1em;
	padding: 3px 0 3px 12px;
	margin:1px;
	border: 1px solid #FFF;
}

.subheading{
	margin-bottom:1em;
	padding-bottom: 5px;
	background-image: url(../image/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.subheading h3{
	padding-left: 16px;
	background-image: url(../image/common/subheading-mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#contentsbox {
	padding: 1em;
	border: 1px dashed #BBE88D;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFEF;
	line-height: 200%;
}

p.gotop, p.gotop2{
background-image: url(../image/common/gotop_btn.gif);
padding-left: 12px;
background-repeat: no-repeat;
background-position: 0px 0.5em;
}

p.gotop {
margin:0 0 0 470px;
}

p.gotop2 {
margin:0 0 0 640px;
}

div.entry_excerpt{
margin-bottom: 0.5em;
}

div.navi {
 display: none;
}

