@charset "utf-8";
html {

}

/* CSS Document */

body {
	min-width: 969px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 23px;
	padding: 0px;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}

header{
	height: 115px;
	margin-top: 0px;
	width: 969px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
}
#container {
	background-color: #FFF;
	width: 100%;
	padding-bottom: 5px;
	float: left;
}
#imgHolder {
	min-width:969px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}

#main {
	margin-top: 0px;
	width: 970px;
	margin-bottom: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: block;
	overflow: auto;
	padding-top: 5px;
}
#main2 {
	margin-top: 0px;
	width: 970px;
	margin-bottom: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: auto;
	border: 0px solid #D8E0F3;
	clear: both;
	background-color: #eeeeee;
}


#menu {
	padding: 0px;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/navbg.png);
	background-repeat: repeat-x;
	background-color: #094579;
}

#menu ul {
	padding: 0;
	list-style: none;
	background-image: url(../images/navbg.png);
	background-repeat: repeat-x;
	background-color: #094579;
	display: block;
	width: 969px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu ul li {
	display: block;
	position: relative;
	float: left;
	white-space: normal;
}


#menu ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 15px;
	padding-top: 15px;

}
#menu ul li a:hover {
	color: #505050;
	background-color: #FFC16E;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F38B00;
	height: 32px;
}

#menu li:hover a {
	color: #505050;
	background-color: #FFC16E;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F38B00;
	height: 32px;
	
}
#menu li ul {
	width: 275px;
	height: 100px;
	display: none;
	-webkit-box-shadow: 0px 13px 25px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0, 0.2);
	box-shadow: 0px 3px 3px rgba(102,102,102,0.2);
	background-color: #FAFAFA;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00307A;

}

#menu li:hover ul {
	display: inline-block;
	position: absolute;
	
	
	
		
}
#menu li:hover li {
	float: none;

}
#menu li:hover ul li a {
	background-color: #FAFAFA;
	white-space: nowrap;
	border-top-width: none;
	border-top-style: none;
	font-size: 13px;
	color: #333;
}

#menu li:hover li a:hover {
	text-decoration: underline;
	border-top-style: none;
	background-color: #FAFAFA;
}
#menu2 {
	min-width: 969px;
	border-top-color: #EBEBEB;
	color: #CCC;
	background-color: #F6F8FB;
	padding: 0px;
	background-image: url(../images/breadcrumb-bg.png);
	background-repeat: repeat-x;
	height: 30px;
	display: block;
}
#menu2 ul {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu2 li {
	padding-top: 5px;
	float: left;
	padding-right: 25px;
}

#menu2 .home {
	background-image: url(../images/bc-arrow.png);
	background-repeat: no-repeat;
	background-position: 25px 0px;
	height: 25px;
}






#footer {
	width: auto;
	font-size: 12px;
	color: #FFF;
	background-color: #4B80B8;
	text-align: center;
	clear: both;
	min-height: 100%;
	line-height: 23px;
}
#footer .top{
	height: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00275D;
	background-color: #1A447D;
}
#footer .mid{
	height: 150px;
	text-align: left;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 10px;

}
#footer .bot{
	height: 60px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00275D;
	background-color: #1A447D;
	padding-top: 30px;
	font-size: 11px;
	color: #B3D4FC;
}


#footer a {
	color: #FFF;
}
#footer .bot .link{
	color: #B3D4FC;
	padding-right: 10px;
	padding-left: 10px;
}




.head_left {
	float: left;
	width: 710px;
	padding-right: 20px;
}
.head_right {
	float: right;
	width: 236px;
}
