@charset 'utf-8';

html{
	height: 100%;
	background: #36975a;
	min-width: 1000px;

}
body{
	margin: 0;
	padding:0;
	position: relative;
	background: #ffffff;
	min-width: 1016px;
}

div.header{
	width: 976px;
	margin: 0 auto;
	position: relative;
	padding: 15px 0 0 0;
	border:none;
}


div.sitealt{
	margin: 1px 0px;
}

div.sitealt a{
	text-decoration: none;
	color: #000000;
	font-size: 26px;
	line-height: 0.7;
	letter-spacing: 2px;
}

div.sitealt span.other-language{
	font-size: 10px;
	letter-spacing: normal;
}

ul.changeStyle{
	position: absolute;
	list-style: none;
	color: #000000;
	top: 14px;
	left: 290px;
	font-size: 12px;
	letter-spacing: 2px;
}


ul.changeStyle a{
	color: #000000 !important;
	text-decoration: none;


}

ul.changeStyle a:hover{
	color: #008833 !important;
}


ul.changeStyle li a:before{
    background: #008833;
    content: url("../img/iconGreenBoxArrow.png");
    display: inline-block;
    height: 9px;
    margin: 0 5px 0 0;
    padding: 3px 1px 3px 3px;
    width: 11px;
}

ul.changeStyle li a:hover:before{
	background: #4dac71 !important;
}


ul.changeStyle li{
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	}



/* 繝輔か繝ｼ繝�
----------------------------------------------------------- */
#searchform {
	width: 180px;
	background: #e2ebe5;
	display: block;
	height: 28px;
	position: absolute;
	top: 20px;
	left:556px;
}

#keywords {
	width: 155px;
	position: absolute;
	top: 0;
	left: 5px;
	border: none;
	background: #e2ebe5;
	height: 24px;

}
#searchBtn {
	position: absolute;
	top: 9px;
	left: 159px;
}


div.header div.owner{
	position: absolute;
	right: 0px;
	top:11px;
	margin: 0;
}


div.menuBox{
	position: relative;
	width: 100%;
	margin: 14px 0 0;
	min-width: 1000px;
}

ul#menuList{
	width: 976px;
	margin: 0 auto;
	height: 55px;
	list-style: none;
}

ul#menuList>li{
	float: left;
	width: 140px;
	height: 38px;
	box-sizing: border-box;
}


ul#menuList>li>a{
	text-decoration: none;
	display: block;
	color: #000000;
	font-size: 16px;
	height: 25px;
	width: 100%;
	border-right: solid 1px #DBE3DE;
	box-sizing: border-box;
}

	ul#menuList>li.on{
		border-bottom: solid 4px #00892E;
	}

ul#menuList>li#menu01{
	background: url(../img/header/iconHome_S.png) no-repeat 5px 6px;
	width: 100px;
	margin-left: -20px;
	padding:3px 0 0 20px;
}
	ul#menuList>li#menu01 a{
		padding:0 0 0 13px;
	}

ul#menuList>li#menu02{
	background: url(../img/header/iconInformation_S.png) no-repeat 18px 4px;
	width: 190px;
	padding:3px 0 0 25px;
}
	ul#menuList>li#menu02 a{
		padding:0 0 0 25px;
	}

ul#menuList>li#menu03{
	background: url(../img/header/iconPlan_S.png) no-repeat 18px 4px;
	width: 105px;
	padding:3px 0 0 25px;
}
	ul#menuList>li#menu03 a{
		padding:0 0 0 25px;
	}

ul#menuList>li#menu04{
	background: url(../img/header/iconResult_S.png) no-repeat 18px 4px;
	width: 213px;
	padding:3px 0 0 25px;
}
	ul#menuList>li#menu04 a{
		padding:0 0 0 25px;
	}

ul#menuList>li#menu05{
	background: url(../img/header/iconDocments_S.png) no-repeat 18px 4px;
	width: 230px;
	padding:3px 0 0 25px;
}
	ul#menuList>li#menu05 a{
		padding:0 0 0 25px;
	}

ul#menuList>li#menu06{
	background: url(../img/header/iconCommon_S.png) no-repeat 15px 4px;
	width: 139px;
	padding:3px 0 0 25px;
}
	ul#menuList>li#menu06 a{
		padding:0 0 0 25px;
		border: none;
	}





div.menuChildren{
	position: absolute;
	display: none;
	background:#008833;
	z-index: 9;
	width: 100%;
	min-width: 976px;
	left: 0;
	top: 41px;
	min-height: 38px;
	padding-bottom: 15px;
}

div.menuChildren ul.childrenList{
	min-height: 16px;
	width: 978px;
	margin: 0 auto;
	padding: 18px 0 0 0;
	list-style: none;
}

div.menuChildren ul.childrenList>li a{
	text-decoration: underline;
	display: block;
	color: #ffffff !important;
	font-size: 13px;
	background: none;
}

div.menuChildren ul.childrenList>li a:hover{
	text-decoration: none;
	}

div.menuChildren ul.childrenList>li a:before{
	content: url(../img/iconGreenArrow.png);
	background: #ffffff;
	display: inline-block;
	height: 10px;
	margin: 0 5px 0 0;
	padding: 2px 1px 3px;
	width: 13px;
}

div.menuChildren ul.childrenList li a.openWindow:after{
	content: url(../img/iconMenuOpenWindow.png);
	padding: 0 0 0 5px;

	}

div.menuChildren ul.childrenList li{
	float: left;
	margin: 0 28px 0 0;
	padding: 0;
	position: relative;
	text-indent: 0;
}

/*20150316 moff add
*/
li#menu06 div.menuChildren ul.childrenList{
	text-align: right;
}
li#menu06 div.menuChildren ul.childrenList li{
	display:inline-block;
    zoom:1;
    float: none;
}










/*footer
*/




#article div.goBox{
	width: 976px;
	margin: 50px auto 0;
	padding-bottom: 100px;
	position: relative;
}

#article div.goBox div.goTop{
	width: 160px;
	height: 35px;
	background: url(../img/iconGotop.png) no-repeat 10px 10px #008833;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 37px;
}

#article div.goBox div.goTop:hover{
	background: url(../img/iconGotop.png) no-repeat 10px 10px #75b88b;
}

#article div.goBox div.goTop a{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff !important;
	width: 130px;
	padding:8px 0 7px 29px;
}

#article div.goBox div.goTop a:hover{
	color: #ffffff;
}


div#footer.withGotop{
	margin: 0;
}

div#footer{
	background: #008833;
	min-height: 98px;
	width: 100%;
	padding: 30px 0 0;
	min-width: 976px;
	margin: 80px 0 0;
	bottom: 0;
}

 div.footerContentBox{
	position: relative;
	width: 976px;
	height: 78px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;

}

div#footer div.footerContentBox>ul{
	list-style: none;
	margin: 0;
	font-size: 12px;
	height: 25px;
	position: relative;
	float: left;
	left: 50%;
	padding: 0;
}

div#footer div.footerContentBox ul li{
	float: left;
	padding: 0 5px 0;
	line-height: 1;
	border-right: 1px solid #ffffff;
    position: relative;
    left: -50%;

}

div#footer div.footerContentBox ul li#privacyPolicy{
	border-right: none;
}

div#footer div.footerContentBox ul li a:link{
	text-decoration: underline;
	color: #ffffff !important;
}

div#footer div.footerContentBox ul li a:visited{
	color: #ffffff !important;
}

div#footer div.footerContentBox ul li a:hover{
	text-decoration: none;
	background: none;
}

div#footer div.footerContentBox address{
	font-style: normal;
	font-size: 12px;
	color: #ffffff;
	padding: 26px 0 0;
}

div#footer div.footerContentBox address span{
	margin: 0 15px 0 0;
}



div#footer p.copyright{
	margin: 0;
	padding: 10px 0 0;
	font-size: 11px;
	color: #ffffff;
}
