@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}

img {
	line-height:0;
	vertical-align:bottom;
}

a img {
    border-style:none;
}

a:link,
a:visited,
a:active {
	color:#006432;
	text-decoration:underline;
}

a:hover {
	color:#006432;
	text-decoration:none;
}

body {
	height:100%;
	margin:0 auto;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3" , "Meiryo" , "CI" , "lr oSVbN","Arial";
	font-size:15px;
}

p {
	text-align:justify;
	text-justify:inter-ideograph;
}

/*clearfix*/
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.clearfix {
*zoom:1;
}

#wrap {
	min-width:1050px;
	margin:0 auto;
}

header {
	width:1050px;
	height:66px;
	margin:0 auto;
	padding:42px 0;
	clear:both;
	overflow:hidden;
}

#head_left {
	width:570px;
	float:left;
}

#head_right {
	width: 160px;
	float:right;
}

.en {
	float:right;
	margin-top:3px;
}

.en a:link,
.en a:visited,
.en a:active {
	font-size: 13px;
	font-weight: bold;
	border: 3px solid #323741;
	padding: 13px 18px 13px 38px;
	width: 94px;
	background-image: url("../img/icon.png");
	background-size:8px 8px;
	background-repeat: no-repeat;
	background-position: 115px 16px;
	border-radius: 30px;
	display: block;
	color: #323741;
	text-decoration: none;
}

.en a:hover {
	background-color: #D4F1D6;
}

#container {
	min-width:1050px;
	margin:0px auto 0px auto;
}

#nav {
	min-width: 1050px;
	height: 70px;
	background-color: #006432;
	margin: 0 auto;
}

nav {
	width: 1050px;
	height: 70px;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	clear: both;
	overflow: hidden;
}

nav ul li {
	list-style-type: none;
}



nav ul li.menu {
	width: 139px;
	background-image: url("../img/border.png");
	background-repeat: no-repeat;
	background-position: 138px 23px;
	float: left;
	text-align: center;
}


nav ul li.menu a:link,
nav ul li.menu a:active,
nav ul li.menu a:visited{
	color: #fff;
	text-decoration: none;
	height: 24px;
	padding: 23px 0;
	display:block;
}


nav ul li.menu a:hover{
	background-color: #84D68A;
}



/*フッター*/
footer {
  min-width: 1050px;
  color: #000;
  font-size: 14px;
  border-top: 5px solid #006432;
  text-align: center;
  padding: 25px 0;
}
#copyright {
  width: 1050px;
  margin: 25px auto 0 auto;
  font-size: 10px;
  border-top: 1px solid #EAEBEC;
  color: #6F737A;
  padding: 25px 0 0 0;
  text-align: center;
}