<style type="text/css">
<!--
div#headmenu {
	z-index: 100;
	position: absolute;
	line-height: 30px;
	width: 800px;
	float: left;
	font-size: 12px;
}

ul.hmmain {
	position: relative; 
	padding-bottom: 0px; 
	margin: 0px;
	padding-left: 0px; 
	width: 800px;
	height: 30px;
	padding-right: 0px; 
	padding-top: 0px;
}
div.litext {
	position: relative;
    margin:0px;
}

/*Menuリンクの設定ここから（確定）*/

.hmmain li.off {
	position: relative;
    color:#ffffff;
	width: 120px; 
	float: left; 
	height: 30px;
	overflow: hidden;
	background-image:url(image/button.gif);
}

.hmmain li.on {
	width: 120px;
	height: 30px;
	float: left;
	overflow: hidden;
	background-image:url(image/on_button.gif);

}

.hmmain > li.on {
	overflow: visible;
}

a.top:link{color:#ffffff;
           display: block;
           font-weight:bold;
           border-width: 0px;
		   text-decoration: none;
}
a.top:visited{color:#ffffff;
              font-weight:bold;}
a.top:hover{color:#004ca3;
			font-weight:bold;}
a.top:active {color: #ffffff;}

/*ここまで*/

ol.hmsub {
	border-bottom:#9badc1 2px solid;
	border-top:#9badc1 2px solid;
	position: relative;
	text-align: center;
	padding:0px;
	background-image:url(image/menu_bg3.gif);
	list-style-type: none;
	margin:0px;
	width: 120px;
	font-size: 9pt;
	list-style-image: none;
}

a.hmsub:link{color:#004ca3;
             font-weight:bold;}

a.hmsub:visited {color:#004ca3;
                 font-weight:bold;}

a.hmsub:hover{color:#818181;
              font-weight:bold;
	          text-decoration:underline;}

a.hmsub:active {color:#99c8ff;}

//-->
</style>

