@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header{
	display:block;
	width:900px;
	height:76px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	overflow:hidden;
}
#header:after{
	content:" ";
	display:block;
	clear:both;
}
#header .logo{
	display:block;
	float:left;
	margin-top:9px;
}
#header .logo h1{
	display:none;
}
#header .logo h2{
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#777778;
	margin:0px 0px 0px 15px;
	padding:0px;
}
#header .logo img{
	border:none;
	max-height:52px;
}
#header .headmenu{
	font-size:12px;
	color:#636363;
	float:right;
	display:block;
	margin-top:0px;
	margin-left:30px;
	padding:0px;
	/*width:175px;*/
}
#header .headmenu a{
	color:#636363;
	text-decoration:none;
}
#header .headmenu span{
	font-size:21px;
	vertical-align:middle;
}
#header .mojisize{
	font-size:12px;
	line-height:21px;
	color:#636363;
	float:right;
	display:block;
	margin-top:5px;
	padding:0px;
	width:150px;
	height:21px;
	background-image:url(../image/mojisize.png);
	background-position:right top;
	background-repeat:no-repeat;
}
#header .mojisize span{
}
#header .mojisize img{
	display:none;
	float:right;
	margin-top:5px;
}
#header .mojisize .a1{
	display:block;
	float:right;
	width:26px;
	height:21px;
	padding:0px;
	text-indent:-9999px;
}
#header .mojisize .a2{
	display:block;
	float:right;
	width:26px;
	height:21px;
	padding:0px;
	text-indent:-9999px;
}
#header .mojisize .a3{
	display:block;
	float:right;
	width:26px;
	height:21px;
	padding:0px;
	text-indent:-9999px;
}
#header .googlesearch{
	display:block;
	float:right;
	clear:right;
	width:360px;
	margin-top:0px;
}
@media all and (-ms-high-contrast:none){

}

#menu{
	display:block;
	width:900px;
	height:46px;
	margin:0px auto 0px;
	padding:0px;
	position:relative;
	z-index:100;
	background-color:transparent;
	overflow:hidden;
	background-image:url(../image/menu.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#menu:after{
	content:" ";
	display:block;
	clear:both;
}
#menu img{
	display:block;
	float:left;
	background-color:transparent;
}
#menu ul{
	display:block;
	float:left;
	width:900px;
	height:40px;
	padding:0px;
	/*margin-top:-46px;*/
}
#menu ul li{
	display:block;
	float:left;
	width:14.28%;
	height:40px;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
}
#menu ul li a{
	display:block;
	float:left;
	width:128px;
	height:40px;
	padding:0px;
	margin:0px;
}
