@charset "utf-8";

/* ヘッダー
----------------------------------------------------------- */
#header {
	height: auto;
	background-attachment: scroll;
	background-image: url(../img/common/head_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	left: 0%;
	border: 1px none #FFF;
	position: relative;
	overflow: hidden;
	font-family: 'Noto Sans Japanese';
	width: 1080px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header h1 {
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#header div {
	float: right;
	height: auto;
	margin-top: 20px;
	margin-bottom: 7px;
	margin-right: 5px;
}
#header p a:hover {
	color: #1F9347;
}

#header div #headlink li a {
	display: block;
	background-attachment: scroll;
	background-image: url(../img/common/head_arrow.png);
	background-size:7px 8px;
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-right: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.8em;
	text-decoration: none;
}
#header div  #headlink li{
	overflow: hidden;
	height: auto;
	width: auto;
	float: left;
	position: relative;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}



/* コンテンツ
----------------------------------------------------------- */
#contents {
	clear: both;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 15px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
	z-index: 105;
	background-color: #FFF;
	padding-bottom: 10px;
}

#left {
	width: 190px;
	text-align: left;
	float: left;
	margin-left: 0px;
}

#left_02 {
	width: 190px;
	text-align: left;
	float: left;
	margin-left: 0px;
}

#left h1 {
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#main {
	width: 860px;
	text-align: left;
	float: right;
	margin-right: 5px;
	margin-bottom: 30px;
}
#main #head_link {
	clear: both;
	float: none;
	overflow: hidden;
	margin-bottom: 17px;
}
#head_link li  {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	font-family: "Noto Sans Japanese";
	font-weight: 400;
	float: right;
	margin-left: 32px;
}
#head_link ul .iju:before {
	content: url("../img/common/iju_icon.png");
	display: block;
	clear: both;
	float: none;
	margin-bottom: 5px;
}
#head_link ul a .iju{
	color: #484B44;
	text-decoration: none;
	background-color: #FFF;
}
#head_link ul a:hover .iju{
	color: #F3ACB3;
	text-decoration: none;
	background-color: #FFF;
}
#head_link ul .kanko:before {
	content: url("../img/common/kanko_icon.png");
	display: block;
	clear: both;
	float: none;
	margin-bottom: 5px;
}
#head_link ul a .kanko{
	color: #484B44;
	text-decoration: none;
	background-color: #FFF;
}
#head_link ul a:hover .kanko{
	color: #5A9F62;
	text-decoration: none;
	background-color: #FFF;
}
#pageimg {
	height: 200px;
	position: relative;
	margin-bottom: 20px;
}
#pageimg img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
}
#pageimg h2 {
	font-family:"Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 300;
	font-size: 2.6em;
	line-height: 1.1em;
	color: #FFF;
	margin-left: 20px;
	font-weight: normal;
	text-shadow: 0px 0px 5px #000;
	letter-spacing: 0.1em;
}
#main #page_tool {
	clear: both;
	float: none;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
#page_tool #fontsize {
	float: left;
	width: 180px;
	margin-top: 3px;
}
#page_tool #fontsize dt {
	font-size: 13px;
	line-height: 1.2em;
	float: left;
	margin-top: 3px;
	font-weight: bold;
}
#page_tool #fontsize dd {
	float: left;
	width: 20px;
	height: 20px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#page_tool #fontsize dd img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
#search {
	width: 153px;
	float: left;
/*	margin: 0px;*/
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 0px;
}

#search dt {
	float: left;
	width: 100px;
}

#search dd {
	float: right;
}

#search dt input {
	height: 18px;
	border: 1px solid #C8C9C9;
	padding-left: 4px;
	padding-bottom: 5px;
	width: 100%;
}
#search dd .search-b {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 26px;
	width: 47px;
	white-space:nowrap;
	overflow: hidden;
	cursor: pointer;
	color: #FFF;
	background-color: #116845;
	font-size: 14PX;
	line-height: 1em;
}
#search dd .search-b:hover {
	background-color: #9DB758;
}
#navi {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	overflow: hidden;
	font-family: 'Noto Sans Japanese';
	height: 30px;
	position: absolute;
	top: 6px;
	right: 0px;
}
#navi li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #716F6E;
	border-right-color: #716F6E;
	border-bottom-color: #716F6E;
	border-left-color: #716F6E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-left: 12px;
	font-size: 13px;
	line-height: 14px;
}
#navi li a {
	color: #3E3A39;
	text-decoration: none;
}
#navi li a:hover {
	color: #30B5B9;
}
#navi li:first-child {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 役場住所
----------------------------------------------------------- */
#add   {
	float: none;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	overflow: hidden;
	border: 1px none #DCDDDD;
}

#add ul  {
	float: none;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DCDDDD;
	border-right-color: #DCDDDD;
	border-bottom-color: #DCDDDD;
	border-left-color: #DCDDDD;
	margin-top: 30px;
	padding-top: 20px;
	overflow: hidden;
}
#add li  {
	float: left;
	width: 50%;
}
#add li h2 {
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#add li p {
	font-size: 1.2em;
	line-height: 1.8em;
}


/* フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../img/common/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer > div {
	clear: both;
	height: 175px;
	width: 1100px;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	float: none;
	background-attachment: scroll;
	background-image: url(../img/common/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
#footer #fnavi {
	float: right;
	width: 860px;
	overflow: hidden;
	height: auto;
	margin-top: 27px;
}
#footer .fnavi {
	clear: both;
	float: none;
	margin-bottom: 1em;
	overflow: hidden;
	height: auto;
}
#footer .fnavi li {
	font-size: 1.5em;
	line-height: 1.2em;
	float: left;
	font-weight: normal;
	margin-left: 12px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#footer .fnavi li a {
	color: #FFF;
	font-weight: normal;
}
#footer .fnavi li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#footer #add {
	clear: both;
	float: none;
	position: absolute;
	left: 65px;
	bottom: 12px;
	margin: auto;
}
#footer #add h2 {
	float: left;
	margin-right: 20px;
}
#footer #add p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #FFF;
}
.copyright  {
	font-size: 1.1em;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	margin: auto;
	position: absolute;
	right: 0px;
	bottom: 19px;
}
#container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/* パンくず
----------------------------------------------------------- */
#pankuzu {
	clear: both;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: -6px;
}
#pankuzu ul {
	float: right;
}
#pankuzu li {
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
}
#pankuzu li a {
	background-attachment: scroll;
	background-image: url(../img/common/pankuzu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.4em;
	margin-right: 0.4em;
	color: #00A0E9;
	text-decoration: underline;
}
#pankuzu li a:hover {
	color: #25B5BA;
}

/* ページタイトル
----------------------------------------------------------- */
#page_title {
	clear: both;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 1070px;
}
#page_title h2 {
	font-size: 2.6em;
	line-height: 2.7em;
	padding-left: 84px;
	font-family: "Noto Sans Japanese";
	font-weight: 500;
}
.kakuka-icon {
	clear: both;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 1070px;
	background-attachment: scroll;
	background-color: #8CC83F;
	background-image: url(../img/common/page_icon/kakuka-icon.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	color: #FFF;
	
}
#left h1 {
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 32px;
	margin-left: auto;
	height: 146px;
	width: 130px;
	background-attachment: scroll;
	background-image: url(../img/common/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
}
#left h1 a{
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../img/common/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 146px;
	width: 130px;
}
#left_menu {
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E8E9EB;
	border-right-color: #E8E9EB;
	border-bottom-color: #E8E9EB;
	border-left-color: #E8E9EB;
}

/* 左メニュー
----------------------------------------------------------- */
#left_menu h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	text-align: center;
	font-family: "Noto Sans Japanese";
	padding-top: 7px;
	padding-bottom: 5px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	background-color: #0058A4;
	font-family: 'Noto Sans Japanese';
}
#left_menu ul li {
	font-size: 1.5em;
	line-height: 2em;
	text-align: center;
}
#left_menu ul li a {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-top: 8px;
	padding-bottom: 7px;
	background-color: #FFFFFF;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E8E9EB;
	border-right-color: #E8E9EB;
	border-bottom-color: #E8E9EB;
	border-left-color: #E8E9EB;
}
#left_menu ul li a:hover {
	background-color: #E9F7F8;
	color: #25B5BA;
}
#left_menu ul li .cr {
	background-color: #25B5BA;
	display: block;
	font-weight: bold;
	color: #FFF;
}
#town-data {
	border: 1px solid #DCD4BC;
	height: auto;
	width: 190px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0.7em;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#town-data dt {
	font-size: 1.5em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #5DB1DE;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0.7em;
}
#town-data dd {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 0.4em;
	margin-right: 7px;
	margin-left: 7px;
}
#town-data dd span {
	font-size: 0.85em;
}
#town-data dd strong {
	display: block;
	float: left;
	font-weight: normal;
	margin-bottom: 0.5px;
}
#left_banner {
	margin-top: 20px;
	margin-bottom: 20px;
}
#left_banner li {
	background-color: #EDEDED;
	height: auto;
	width: 170px;
	margin-bottom: 10px;
}
