@charset "utf-8";
/* CSS Document */

div.menubox {
	text-align:center;
	width:980px;
	display:block;
	font-size:14px;
	font-weight:bold;
}

a.menu:link, a.menu:visited {
	text-decoration: none;
	width:162px;
	height:30px;
	line-height:200%;
	float:left;
	text-align:center;
	background-image:url(../img/button.jpg);
	color:#0A3A6A;
	margin-right:1px;
}

a.menu:hover, a.menu:active {
	text-decoration: none;
	width:162px;
	height:30px;
	line-height:200%;
	float:left;
	text-align:center;
	background-image:url(../img/button_on.jpg);
	color:#000033;
	margin-right:1px;
}

.staymenu {
	text-decoration: none;
	width:162px;
	height:30px;
	line-height:200%;
	float:left;
	text-align:center;
	background-image:url(../img/button_on.jpg);
	color:#000033;
	margin-right:1px;
}

/****メインメニュー用スタイル****/
ul.mmenu{
	margin:0px;
	padding:0px;
    width:162px;
    text-align:center;
	text-decoration: none;
	float:left;
	margin-right:1px;
}
.mmenu li.off{
    position:relative;
    overflow:hidden;
	text-decoration: none;
	width:162px;
	height:30px;
	float:left;
	text-align:center;
	background-image:url(../img/button.jpg);
	color:#FFFFFF;
}
.mmenu li.on{
    overflow:hidden;
	text-decoration: none;
	width:162px;
	height:30px;
	float:left;
	text-align:center;
	background-image:url(../img/button_on.jpg);
	color:#000033;
}

.mmenu>li.on{
overflow:visible;
}
/*リンクスタイル*/
.mmenu a{
    display:block;
    text-decoration:none;
}

/****サブメニュー用スタイル****/
ol.sub{
	position:relative;
	width:162px;
	margin-left:0px;
	border:1px solid #006699;
	background-color:#DFDFDF;
	list-style:none;
	text-align:left;
    text-decoration:none;
	line-height:150%;
	font-weight:normal;
}

.sub li{
	list-style:none;
}

.sub a{
    display:block;
    width:100%;
    text-decoration:none;
}

.sub a:link, .sub a:visited{
	height:25px;
	color:#0A3A6A;
}

.sub a:hover, .sub a:active{
	height:25px;
    background-color:#F5F5F5;
}
