@charset "utf-8";
/**************************************** 全ページ共通　ナビ、wrapper */
body{
	width: 1366px;
	/*background-color:#C0C1F3;*/
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	width: 1346px;
	height: 768px;
	margin: 0px 10px 0px 10px;
	font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*background-color:#F5F5F5;*/
		position:absolute;

}

#wrapper nav{
	width:1346px;
	padding:0px;
	margin:0px;
}

#wrapper nav ul{
	width:1345px;
	margin:10px 0px 15px 0px;
	/*clearFixでは高さが出てしまうため。*/
	overflow:hidden;
}

#wrapper nav ul li{
	float: left;
	width: 264px;
	height: 40px;
	margin-right:2px;
	padding-left: 0px;
}


#wrapper nav ul li#map a{
	display:inline-block;
	text-decoration:none;
	width:264px;
	height:40px;
	margin-right:1.5px;
	background:url(../img/navi.png) no-repeat 0px 0px;

}

#wrapper nav ul li#map a:hover{
	background:url(../img/navi.png) no-repeat 0px -40px;
}

#wrapper nav ul li#dem a{
	display:inline-block;
	text-decoration:none;
	width:264px;
	height:40px;
	margin-right:1.5px;
	background:url(../img/navi.png) no-repeat -264px 0px;

}

#wrapper nav ul li#dem a:hover{
	background:url(../img/navi.png) no-repeat -264px -40px;
}

#wrapper nav ul li#sem a{
	display:inline-block;
	text-decoration:none;
	width:264px;
	height:40px;
	margin-right:1.5px;
	background:url(../img/navi.png) no-repeat -528px 0px;

}

#wrapper nav ul li#sem a:hover{
	background:url(../img/navi.png) no-repeat -528px -40px;
}

#wrapper nav ul li#myl a{
	display:inline-block;
	text-decoration:none;
	width:264px;
	height:40px;
	margin-right:1.5px;
	background:url(../img/navi.png) no-repeat -792px 0px;

}

#wrapper nav ul li#myl a:hover{
	background:url(../img/navi.png) no-repeat -792px -40px;
}

#wrapper nav ul li#rec a{
	display:inline-block;
	text-decoration:none;
	width:264px;
	height:40px;
	margin-right:1.5px;
	background:url(../img/navi.png) no-repeat -1056px 0px;

}

#wrapper nav ul li#rec a:hover{
	background:url(../img/navi.png) no-repeat -1056px -40px;
}
