* {
	margin: 0px;
	padding: 0px;
	/*zoom:1;*/
}
body {
	width: 100%;
	font-size: 100%;
}
table,tr,th,td {
	background-color: #FFFFFF;
	border-collapse: collapse;
	padding:5px;
}
table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
caption {
	text-align: left;
	font-size: 90%;
	margin-left: auto;
	padding-left: 2px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #3399CC;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
th {
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90B2CA;
	text-align: left;
	color: #333333;
	font-size: 80%;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
	line-height: 1.7em;
}
img {
	border: 0px;
}
dl {
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
dt {
	font-size: 90%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #333333;
}
dd {
	font-size: 90%;
}


input,textarea {
	border:1px groove #6699CC;
	background-color: #FFFFFF;
}
input{
	vertical-align:middle;
	height:1.5em;
	margin:3px;
}
/* */

#wraper {
	background-color: #FFFFFF;
	height: 100%;
	min-width:800px;
	width: 100%;
}


/* ヘッダー部分の定義*/
#header {
	background-color: #FFFFFF;
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	width: 100%;
	float: left;
}
#header h1 {
	background-image: url(images/top_header_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#logo {
	height: 151px;
	background-image: url(images/top_header_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#header ul {
	clear: both;
	background-image: url(images/bg_navi.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	width: 100%;
	list-style-type: none;
}
#header li {
	height: 33px;
	width: auto;
	display: inline;
	float: left;
}

/* コンテンツ部分の定義*/
#contents {
	width: 100%;
}

/* メインカラムの定義*/
/*#maincol {
	width: 60%;
	margin-left: 10px;
	float: left;
	margin-right: 3%;
	height: auto;
}*/
#maincol {
	width: 64%;
	float: left;
	height: auto;
	padding-right: 2%;
	padding-left: 2%;
}
#mainblog p {
}
#mainabout {
	padding-left: 110px;
	background-image: url(images/content_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 90%;
	width: 80%;
}
#mainabout h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	font-size: 110%;
}
#mainabout p {
	margin-bottom: 30px;
}

#mainblog {
	padding-left: 110px;
	background-image: url(images/content_blog.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 90%;
	width: 80%;
	min-height:100px;
}
#mainblog h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	font-size: 110%;
	text-align: left;
	float: left;
	width: 70%;
	height: 20px;
}

#mainblog ul {
	clear: both;
}
#mainblog li {
	list-style-position: inside;
	list-style-image: url(images/arrow_orange.gif);
	margin-bottom: 10px;
}

/* 緊急情報の定義 */

#mainemergency {
	padding-left: 110px;
	background-image: url(images/content_emergency.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 90%;
	width: 80%;
	min-height:100px;
}
#mainemergency h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	font-size: 110%;
	text-align: left;
	float: left;
	width: 70%;
	height: 20px;
}

#mainemergency ul {
	clear: both;
}
#mainemergency li {
	list-style-position: inside;
	list-style-image: url(images/arrow_emergency.gif);
	margin-bottom: 10px;
}
.h2_emergency{
	color:#FF0000;
}

#information {
	padding-left: 110px;
    margin-top: 20px;	
	background-image: url(images/content_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 90%;
	width: 80%;
	min-height:100px;
}
#information h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	font-size: 135%;
	text-align: left;
}
#information h2 span{
	color: blue;
	}
#information ul {
	clear: both;
}
#information li {
	list-style-position: inside;
	list-style-image: url(images/arrow_information.gif);
	margin-bottom: 10px;
}
#important {
	padding-left: 110px;
    margin-top: 20px;   
	background-image: url(images/content_important.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 90%;
	width: 80%;
	min-height:100px;
}
#important h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	font-size: 135%;
	text-align: left;
}
#important h2 span{
    color: red;
    }
#important ul {
	clear: both;
}
#important li {
	list-style-position: inside;
	list-style-image: url(images/arrow_important.gif);
	margin-bottom: 10px;
}

/* サイトからのお知らせ詳細ページの定義 */
#info_list {
	padding-left: 110px;
	background-image: url(images/content_info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 90%;
	width: 70%;
}
#info_list h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	font-size: 110%;
	text-align: left;
	float: left;
	width: 70%;
	height: 20px;
}
#info_list h2 a {
	text-decoration:none;
}
.info {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.date {
	float: right;
	height: auto;
	width: 30%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: right;
}
.text {
	clear: both;
}



/* 記事一覧ファイルの定義*/
#article_list {
	padding-left: 110px;
	background-image: url(images/content_blog.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 90%;
	width: 80%;
}
#article_list h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	font-size: 110%;
	text-align: left;
	float: left;
	width: 70%;
	height: 20px;
}

#article_list ul {
	clear: both;
	line-height: 2em;
}
#article_list li {
	list-style-position: inside;
	list-style-image: url(images/arrow_orange.gif);
}
.rss {
	float: right;
	height: auto;
	width: 30%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: right;
}
.maildetail {
	float: right;
	height: auto;
	width: auto;
	text-align: right;
}
#maininfo {
	padding-left: 110px;
	background-image: url(images/content_info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 90%;
	width: 80%;	
	min-height:100px;
}
#maininfo h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	font-size: 110%;
	text-align: left;
	float: left;
	width: 70%;
	height: 20px;
}

#maininfo ul {
	clear: both;
}

#maininfo li {
	list-style-position: inside;
	list-style-image: url(images/arrow_blue.gif);
	margin-bottom: 10px;
}
#mainserch {
	padding-left: 110px;
	background-image: url(images/content_serch.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 90%;
	float: left;
	width: 80%;
}
#mainserch h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	font-size: 110%;
}
#mainserch h3 {
	font-size: 90%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0033;
	padding-left: 5px;
	margin-bottom: 5px;
	width: auto;
}



.serchleft {
	height: auto;
	width: 150px;
	float: left;
	padding-right: 20px;
}
.serchright {
	height: auto;
	width: 150px;
	float: left;
}



#mainprefecture {
	padding-left: 110px;
	background-image: url(images/content_prefecture.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 90%;
	height: 100px;
	width: 80%;
	clear: both;
}
#mainprefecture h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	font-size: 110%;
}
#mainprefecture p {
	margin-top: 5px;
	clear: both;
	height: auto;
	width: auto;
	margin-bottom: 30px;
}
#mainportal {
	padding-left: 110px;
	background-image: url(images/content_portal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 90%;
	width: 80%;
	min-height:100px;
}
#mainportal h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	font-size: 110%;
}
#mainportal li {
	list-style-position: inside;
	list-style-image: url(images/arrow_red.gif);
	margin-bottom: 10px;
}
#mainportal p {
	margin-top: 5px;
	clear: both;
	height: auto;
	width: auto;
	margin-bottom: 5px;
}

#blognavi {
	text-align: right;
	font-size: 90%;
}

#blognavi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
#blognavi li+li {
	border-left:1px solid #999;
}

/* プロフィール */
#profile {
	margin-top: 20px;
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 10px;
}
#profile table {
	width: 95%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#profile caption {
	text-align: left;
	font-size: 90%;
	margin-left: auto;
	padding-left: 2px;
	width: 95%;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #3399CC;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#profile th {
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90B2CA;
	text-align: left;
	color: #333333;
	font-size: 80%;
}
#profile td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
	line-height: 1.7em;
}

/* リンクページ */
#linkcontents {
	margin-top: 20px;
}

/* サブカラムの定義*/
#subcol {
	height: 100%;
	width: 26%;
	float: right;
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFEAD7;
	font-size: 80%;
	clear: right;
}
#subcol h2 {
	color: #FFFFFF;
	background-color: #CC6666;
	font-size: 110%;
	margin-bottom: 5px;
	background-image: url(images/bg_righth2.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 29px;
	width: auto;
	line-height: 24px;
	padding-left: 5px;
}
#subcol li {
	list-style-position: inside;
	list-style-image: url(images/arrow_right.gif);
	list-style-type: none;
	margin-bottom: 5px;
}
hr   {
	height:1px;
	color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003C74;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sublogin {
	background-color: #FFFFFF;
	padding: 5px;
	margin-left: 10px;
	margin-top: 15px;
}
#sublogin img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#sublogin p {
	margin-top: 5px;
}
#submenu {
	background-color: #FFFFFF;
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
}
#subgroup {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 5px;
	margin-left: 10px;
}
#subgroup ul {
	margin-bottom: 5px;
	margin-top: 5px;
}
#subevent {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 5px;
	margin-left: 10px;
}
#subevent ul {
	margin-bottom: 5px;
	margin-top: 5px;
}
/* イベントカレンダーの定義 */
#subevent #event_cal table {
	font-size: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#subevent #event_cal caption {
	text-align:center;
}
#subevent #event_cal th {
	text-align: center;
}
#subevent #event_cal td {
	text-align: center;
}
#subevent #event_cal a:link {
	background-color: #FFCC66;
	display: block;
}
#subevent #event_cal a:hover {
	background-color: #FF99CC;
	display: block;
}
#subevent #event_cal .sun {
	color: #FF0000;
}
#subevent #event_cal .sat {
	color: #339933;
}
#subevent #event_navi {
	text-align:center;
}
#subevent #event_navi table {
	padding: 0px;
	width: 120px;
	border:none;
	margin: auto;
}
#subevent #event_navi td {
	margin: 0px;
	padding: 0px;
	border:none;
}
#subevent #event_navi a:link {
	background-color: transparent;
}
#subevent #event_navi a:hover {
	background-color: transparent;
}


#subdisaster {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	margin-left: 10px;
}
#subdisaster p {
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 5px;
}
.sub_box {
    background-color: #FFFFFF;
    padding: 5px;
    margin-left: 10px;
    margin-top: 10px;
}
.subblock {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 65px;
	padding-left: 5px;
	margin-left: 10px;
}
.subblock img{
 float: left;
}
.subblock p {
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 5px;
	
}

/*バナーここから*/
#subbanner {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	margin-left: 10px;
}
#subbanner p {
	width:205px;
	margin:0px auto 10px auto;
}
/*バナーここまで*/

.right {
	margin-left: 50px;
	margin-top: 10px;
	text-align: right;
}


/* フッター部分の定義*/
#footer {
	clear: both;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left;
	width: 100%;
	height: 155px;
	margin-top: 20px;
}

.copyright {
	margin-top: 15px;
	float: right;
	clear: right;
	font-size: 70%;
	text-align: right;
	margin-right: 20px;
	color: #666666;
}
#footer #footernavi {
    float: left;
	font-size: 80%;
	color: #666666;
	margin-top: 15px;
	margin-left: 20px;

}
#footer #footernavi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
#footer #footernavi li+li {
	border-left:1px solid #999;
}
.banner {
    margin-top: 10px;
    margin-left: 15px;
    padding: 5px;
}

