@charset "UTF-8";
html {
	background-color: #ffffff;
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #ffffff;
}
div#wrap {
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
/*ロゴ明朝体↓↓*/
@font-face {
	font-family: "ipa-mincho";
	font-style: normal;
	font-weight: 400;
	src: url('../font/ipamp.eot')format('eot'), url("../font/ipamp.woff") format('woff'), url("../font/ipamp.eot") format('opentype'), url('../font/ipamp.ttf') format('truetype');
}

ul li {
	list-style: none;
}
a {
	color: #333;
	
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 140%;
	color: #006837;
	border-bottom: 1px solid #006837;
	font-weight: bold;
	margin: 34px 0 30px 0;
}
h3 {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	color: #5f4c3e;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.2em;
	border-left: 7px solid #8fc674;
	padding: 1px 0 1px 10px;
	margin: 40px 0 40px 0;
	letter-spacing : 0;
}
p {
	padding-bottom: 2em;
}
.inner {

	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.information table {
	width: 100%;
}
table, tr, td, th {
	padding: 20px;
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	border-bottom: 1px dotted #d6cdbb;
	line-height: 1.5em;
}
table tr td:first-child {
	white-space: nowrap;
	font-weight: normal;
	width: 20%;
}
/*--------------------
レスポンシブ用メニュー
----------------------*/
#nav-toggle {
	display: none;
	
}

#global-nav {
	display:none;
}
/*--------------------
header
----------------------*/

header {
	background-color: #fff;
	width: 100%;
	border-top: 6px solid #8fc674;
}
header #siteTit {
	height: 70px;
	padding-top: 6px;
}
header h1 {
	float: left;
}
.logoCopy {
	float: right;
	padding-top: 8px;
}
.logo-p br{
	display:none;	
}
.topics {
	margin-bottom: 80px;
}
.information {
	margin-bottom: 60px;
}
/*--------------------
nav menu
----------------------*/

nav#sideMenu {
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	padding-left: 15px;
	background-color: #efefef;
	float: left;
	width: 240px;
}
nav#sideMenu ul li {
	padding-right: 0px;
	padding-left: 18px;
	padding-bottom: 20px;
}
nav#sideMenu ul li a{
	text-decoration: none;
}
i {
	padding-right: 8px;
}
.contents {
	float: right;
	width: 705px;
	margin-bottom: 80px;
}
/*--------------------
bannerArea
----------------------*/

aside.bannerArea ul li img {
	box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;/* Firefox用 */
	-webkit-box-shadow: 0 0 3px #999;/* Safari,Google Chrome用 */
}
aside.bannerArea {
	padding-top: 40px;
	background-color: #e3eadc;
	background: url(../images/top/bg.jpg), center, repeat;
	padding-bottom: 20px;
}
aside.bannerArea ul li {
	float: left;
	padding-right: 0px;
	padding-left: 18px;
	padding-bottom: 20px;
}
/*--------------------
footer
----------------------*/

footer {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px dotted #a48b77;
	width: 100%;
	margin: 0;
	text-align: right;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}
footer .footer-menu li {
	display: inline-block;
	padding-left: 30px;
}
footer .footer-menu li i {
	padding-right: 8px;
}
.copyright {
	height: 18px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 10px;
	background-color: #8fc674;
}
/*--------------------
TOPスライドショー
----------------------*/

div#slideshow {
	position: relative;
	max-width: 1078px;
	width: 100%;
	height: 325px;
}
div#slideshow li {
	position: absolute;
	height: 325px;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


#back-top02{
	display:none;
}
.right-n {
	text-align: right;
}
th {
	white-space: nowrap;
}
.pb-no {
	padding-bottom: 0;
}
.p-list {
	padding-left: 2.5em;
}
.p-list li {
	list-style-type: circle;
}
.ul-ul {
	padding-top: 10px;
}
.kiji p {
	width: 600px;
}
.reference {
	border: 1px dotted #555;
	padding: 0 30px;
}
.yurai-p {
	padding-top: 1.5em;
	width: 500px;
	float: right;
}
.migi-ashi img {
	width: 100px;
	padding-left: 50px;
}
.mg3em {
	margin-bottom: 3em;
	margin-top: 2em;
}
.yurai .reference .daida-img {
}
.strong{
	font-weight:bold;	
}

/*=================

topページTopics関連

==================*/

.topics_tit{
	font-size:1.5em;
	font-weight:normal;
	border-bottom:1px solid #000;
	margin-bottom:1em;
}
.topics_conte{
	padding-left:20px;
	padding-bottom:3em;
	
}
.no-pd-btm{
	padding-bottom:0;
	
	
}
.topics_conte a{
	text-decoration: underline;
}
.topics_conte ul li{
	list-style-type: circle;
	margin-left:1em;
}
.topics_conte ul {
	padding:1em 0;
	
}
.kizuna{
background-image: url(../images/kizuna.png);
	background-size:300px;
	background-position: 260px 20px;
	background-repeat: no-repeat;
	padding-bottom:40px;
	
}
.topics{
	margin-bottom:50px;
	/*border-bottom:1px solid #aaa;*/
	
	
}
/*=================

防災マップ

==================*/

.map {
	margin-top:30px;
	
}
.map img{
	width:100%;
	
}