@charset "utf-8";
/* CSS Document */
* {box-sizing: border-box}

html,body{
	height: 100%;
}

#container {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	min-height: 100%;
	position: relative;
}
#contents {
	height: 100%;
	height: auto!important;
	min-height: 100%;
	padding-bottom: 150px;
}
.innerbox {
	width: 980px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
h2 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-indent: 20px;
	border-bottom: solid 5px #007b43;
	border-left: solid 10px #007b43;
}
h3 {
	font-weight: bold;
	text-indent: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px;
}
a {
	text-decoration: none;
	color: #333;
}
caption {
	font-weight: bold;
}
table tr:hover {
	background-color: #DFFFD5;
}
table td {
	padding-top: 10px;
}
table a {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
table a:hover {
	display: block;
	width: 100%;
	height: 100%;
}

/* header */
header {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 19px;
	border-bottom: #000 1px solid;
	background-color: #007b43;
	color: #fff;
}

h1 {
	line-height: 1;
}

h1 a img {
	vertical-align: top;
}

.address {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

/* nav */
nav {
	height: auto;
	overflow: hidden;
}
.header_nav ul li {
	float: left;
	width: 163px;
	height: 163px;
	background-repeat: no-repeat;
	background-position: center 44px;
	text-align: center;
}
.header_nav ul li:hover {
	background-color: #cce5d9;
}
.header_nav ul li a {
	display: block;
	height: 163px;
	padding-top: 100px;
	color:#000;
}
.header_nav ul li a.act {
	background-image: url(../img/nav_hovericon.png);
	background-repeat: no-repeat;
	background-position: center 144px;
}
.header_nav ul .nav1 {
	background-image: url(../img/syoukoukai.png);
}
.header_nav ul .nav2 {
	background-image: url(../img/office.png);
}
.header_nav ul .nav3 {
	background-image: url(../img/seinenbu.png);
}
.header_nav ul .nav4 {
	background-image: url(../img/zyoseibu.png);
}
.header_nav ul .nav5 {
	background-image: url(../img/yatagarasu.png);
}
.header_nav ul .nav6 {
	background-image: url(../img/link.png);
}

/* pankuzu　*/
.pankuzu {
	width: 980px;
	height: auto;
	padding-top: 24px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/* footer */
footer {
	width: 100%;
	height: 85px;
	text-align: center;
	position: absolute;
	bottom: 0;
	clear: both;
	background-color: #007b43;
	color: #fff;
	margin-top: 100px;
}
.footer_nav {
	background-color: #FFF;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.footer_nav li {
	font-size: 14px;
	line-height: 1;
	display: inline;
	margin-right: 20px;
}
.footer_nav li a:hover {
	text-decoration: underline;
}
/* 汎用 */
.clear {clear: both;}
.mt50 {margin-top: 50px;}
