﻿@charset "utf-8";

/* ヘッダー
----------------------------------------------------------- */
#header {
	height: auto;
	background-attachment: scroll;
	background-image: url(/img/ds/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 div #headlink {
	float: right;
	position: relative;
	margin-top: 5px;
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
}
#header p a:hover {
	color: #1F9347;
}

#header div #headlink li a {
	display: block;
	background-attachment: scroll;
	background-image: url(/img/ds/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;
}
#header div #fontsize {
	float: right;
	width: 180px;
}
#header div #fontsize dt {
	font-size: 1.3em;
	line-height: 1.2em;
	float: left;
	margin-top: 8px;
	font-weight: bold;
}
#header div #fontsize dd {
	float: left;
	width: 26px;
	height: 26px;
	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;
}
#fontsize dd img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
#header #search  {
	width: 1070px;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	clear: both;
	background-color: #5FBBEB;
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/search.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	position: relative;
	height: 60px;
}
#header #search h2 {
	font-size: 2.4em;
	font-weight: 300;
	color: #FFF;
	float: left;
	margin-left: 66px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header #search  dl  {
	float: right;
	width: 776px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-right: -2px;
}
#header #search  dt  {
	float: left;
	margin-top: -2px;
}
#header #search dd  {
	float: right;
	height: 60px;
	width: 170px;
	margin-right: 2px;
}
#search dt input {
	height: 36px;
	border: 1px solid #C8C9C9;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 3px;
	padding-left: 4px;
	width: 588px;
	position: relative;
	top: 10%;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	font-size: 1.6em;
	line-height: 1em;
}
#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: 60px;
	width: 170px;
	white-space:nowrap;
	overflow: hidden;
	cursor: pointer;
	background-color: #0B5AA2;
	font-size: 3em;
	line-height: 1em;
	font-weight: 400;
	color: #FFF;
	font-family: "Noto Sans Japanese";
	top: 0px;
	right: 0px;
}

/* グローバルナビ
----------------------------------------------------------- */

#header #navi {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: right;
	clear: both;
	margin-top: 30px;
	overflow: hidden;
	font-family: 'Noto Sans Japanese';
	height: 30px;
}
#footer #fnavi {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: right;
	clear: both;
	overflow: hidden;
	font-family: 'Noto Sans Japanese';
	height: 30px;
	margin-top: -35px;
}
#header #navi li,#footer #fnavi li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	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: 18px;
	font-size: 1.6em;
	line-height: 1.2em;
}
#header #navi li a,#footer #fnavi li a {
	text-decoration: none;
}
#header #navi li a:hover,#footer #fnavi li a:hover {
	color: #199DE3;
}
#header #navi li:first-child,#footer #fnavi li:first-child {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search dd .search-b:hover {
	background-color: #199DE3;
}
#navi h1,#navi h2 {
	font-size: 12px;
	line-height: 12px;
	float: left;
	height: 152px;
	width: 220px;
	position: relative;
	z-index: 9999;
}


/* コンテンツ
----------------------------------------------------------- */
#contents {
	clear: both;
	width: 1080px;
	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: 170px;
	text-align: left;
	float: left;
	margin-left: 5px;
}
#main {
	width: 860px;
	text-align: left;
	float: right;
	margin-right: 5px;
	margin-bottom: 30px;
}
/* 役場住所
----------------------------------------------------------- */
#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;
	height: auto;
	width: 1080px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer div {
	clear: both;
	height: auto;
	width: 1070px;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	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;
	position: relative;
	overflow: hidden;
}
#footer div h2 {
	font-size: 12px;
	line-height: 12px;
	float: left;
	height: 53px;
	width: 181px;
}

#copyright {
	padding-top: 12px;
	padding-bottom: 9px;
	line-height: 1em;
	font-size: 1.1em;
	text-align: left;
	letter-spacing: 0.1em;
	clear: both;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #00B9E7;
}
#copyright p {
	font-size: 1.1em;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	margin: auto;
	width: 1080px;
}
#container {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00B9E7;
	border-right-color: #00B9E7;
	border-bottom-color: #00B9E7;
	border-left-color: #00B9E7;
}

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

/* ページタイトル
----------------------------------------------------------- */
#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/ds/img/common/page_icon/kakuka-icon.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	color: #FFF;
	
}

/* 左メニュー
----------------------------------------------------------- */
#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.2em;
	line-height: 1.2em;
}
#left_menu ul li a {
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/arrow_list.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 18px;
	background-color: #7ECEF2;
	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: #CDEBF9;
	border-right-color: #CDEBF9;
	border-bottom-color: #CDEBF9;
	border-left-color: #CDEBF9;
}
#left_menu ul li a:hover {
	color: #FFF;
}
#left_menu ul li .cr {
	background-color: #2FA7E6;
	display: block;
	font-weight: bold;
	color: #FFF;
}
#left_menu .submenu       {
	padding-top: 4px;
	padding-bottom: 10px;
}
#left_menu .submenu a      {
	font-size: 0.75em;
	line-height: 1.3em;
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 1em;
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/smenu_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
#left_menu .submenu a:hover {
	color: #199DE3;
}
#left_banner {
	margin-top: 20px;
}
#left_banner li {
	background-color: #EDEDED;
	height: auto;
	width: 170px;
	margin-bottom: 10px;
}
