@charset "utf-8";
body, p, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dd, form, address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	line-height: 1.9;
	color:#333333;
	font-size:14px;
	background-color: #004714;
}
img {
	border:none;
	vertical-align:top;
}

a:link,
a:visited,
a:active  { 
	color: #333333; 
	text-decoration:underline;
}
a:hover   {
	color: #333333; 
	text-decoration: none;
}

#footer a:link,
#footer a:visited,
#footer a:active  { 
	color: #FFFFFF; 
	text-decoration:underline;
}
#footer a:hover   {
	color: #FFFFFF; 
	text-decoration: none;
}

#header {
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height:151px;
}
#headerBox {
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-size:12px;
}
#headerBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#headerRight {
	float: right;
	width: 602px;
	height: 51px;
}
h1 {
	float: left;
	height: 105px;
	width: 268px;
}
#copy {
	text-align: right;
}
#headerRight ul {
	text-align:right;
	margin-top:10px;
	list-style:none;
}
#navi {
	margin:0 auto;
	width:870px;
	height:46px;
}
#headerRight li,
#navi li {
	display: inline;
}
.topBtn {
	border-right: 20px solid #FFFFFF;
}
#contents {
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#contents:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.green {
	color: #006614;
}
#footer {
	background-color: #004714;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	font-size: 12px;
}
#footer:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#footer ul {
	float: left;
	list-style-type: none;
}
#footer #footeBox {
	width: 870px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	line-height:1.3;
}
address{
	text-align: right;
}
#footer p {
	margin-bottom: 20px;
	margin-top:13px;
	text-align: right;
}
.footerNavi {
	padding-left: 32px;
	background-image: url(../images/footer_border.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footeBox  li {
	margin-bottom: 13px;
}
#footeBox ul {
	height: 80px;
	margin-right: 30px;
}
#wrapper {
	background-color: #FFFFFF;
}


/*下位ページ共通*/
#leftContents {
	width: 290px;
	float:left;
}
#rightContents {
	width: 530px;
	float: right;
	padding-bottom: 40px;
}

h2 {
	margin-bottom: 40px;
}
