﻿/*メニュー設定*/
#menuposition {
	margin:0 auto;
	width:960px;
}
#menu{
	height: 50px;
	background-image: url('../images/bo_back.jpg');
	width: 960px;
	float: left;
	background-repeat: no-repeat;
	background-color: #0000FF;
}
#menu ul{
	list-style-type:none;
	}	
#menu ul li{
	width: 120px;
	height: 50px;
	position: relative;
	float: left;
}
#menu ul li a{
	display: block;
	width: 120px;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
	line-height: 50px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#menu ul li a:hover{
	color: #003300;
	text-decoration: none;
	background-image: url('../images/bo_back_hover.jpg');
}
#menu ul li.off{
	overflow:hidden;
	width:117px;
	}
#menu ul li.off ol.sub{
	left:0px; top:-999px;
	}
#menu ul ol.sub{
	position:absolute;
	left:0px; top:42px;
	width:98px;
	border:1px solid #999999;
	text-align:center;
	}
#menu ul li.on{
	width:118px;
	}
#menu ul>li.on{
	overflow:visible;/*×*/
	}
#menu ul ol.sub li{
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: none;
	filter: alpha(opacity=85); /*IE*/;
	-moz-opacity: 0.85;
	list-style-type: none;
	left: -2px;
}
#menu ul ol.sub li a{
	background: none;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	vertical-align: middle;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}
#menu ul ol.sub li a:hover{
	color: #FFFFFF;
	background: none;
	background-color: #006666;
}
#topimg {
	clear:both;
	width:976px;
	height:324px;
	margin:10px auto 0px auto;
	background-image:url('../images/topback.jpg');
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	
}
