@charset="UTF-8"
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ALL STYLE START HERE*/
body{
	width: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
    -webkit-text-size-adjust: 100%;
}
#wrap{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
a :hover{
	opacity: 0.5;/*要素の透明度を指定*/
	filter: alpha(opacity=50);
}
.clear:after {
  content: "";
  clear: both;
  display: block;
}

.H_p{
	font-size: 10px;
}

a{text-decoration: none;}
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #fff; }
a:active { color: #fff; }


h2{
	color: #006699;
	font-size: 16px;
	font-family: 'Noto Sans Japanese' sans-serif;
	font-weight: 700;
}
/* ALL STYLE END HERE */

/* HEADER STYLE START HERE */
#header{
	width: 960px;
	min-width: 960px;
}
#highest ul li{
	float: left;
	margin-top: -1px;
}

#H_right_jp{
	margin-left:129px;	
	margin-right: 17px;
}
.langbutton{
	float:right;
}
#H_numbs{
	float: right;
	margin-top:8px;
}

#logoarea{
	margin-bottom: 5px;
}
#menubar ul li{
	float: left;
}
/* HEADER STYLE EMD HERE */

/* FOTTER STYLE START HERE */
#footer{
	margin-top: 20px;
	width: 100%;
	min-width: 1000px;
	background-color: #4e9cb5;
}
#F_BOX{
	width: 960px;
	margin: 0 auto;
}	
#F_abt{
	padding-top:25px;
}
#smb{
	float: right;
	width: 250px;
	margin-top: -120px;
	font-size: 14px;
}
#F_cre{
	font-size: 11px;
	color:#fff;
	text-align: center;
	margin-top:15px;
}
#sitemap td{
	padding: 2px 4px;
}

/* FOOTER STYLE END HERE*/

