@charaset "UTF-8";


/*　左メニュー　*/

#menu {
	margin-bottom: 4px;
	float: left;
	width: 158px;
	font-size: 12px;
}


#menu ul {
	margin: 5px 3px;
	padding: 0;
	list-style: none;		
}

#menu ul li {
	padding-left: 5px;
}


/*　カテゴリTOPイメージ　メニュー（Base）　*/

#menu h2 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}

#menu h2 em {
	visibility: hidden;
}

#menu h2 a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 158px;
}

#menu h3 {
	margin: 0;
	border: none;
	width: 158px;
	color: #FFFFFF;
	background-color: #3354B2;
	font-size: 12px;
}


/*　カテゴリTOPイメージ　メニュー（ロールオーバー）　*/

#menu h2.mtop1 a {
	background: url(../img/smenu/sbt_search_off.gif) no-repeat;
}

#menu h2.mtop1 a:hover,#menu h2.mtop1 a:active {
	background: url(../img/smenu/sbt_search_on.gif) no-repeat;
}

#menu h2.mtop2 a {
	background: url(../img/smenu/sbt_report_off.gif) no-repeat;
}

#menu h2.mtop2 a:hover,#menu h2.mtop2 a:active {
	background: url(../img/smenu/sbt_report_on.gif) no-repeat;
}

#menu h2.mtop3 a {
	background: url(../img/smenu/sbt_log_off.gif) no-repeat;
}

#menu h2.mtop3 a:hover,#menu h2.mtop3 a:active {
	background: url(../img/smenu/sbt_log_on.gif) no-repeat;
}

#menu h2.mtop4 a {
	background: url(../img/smenu/sbt_data_off.gif) no-repeat;
}

#menu h2.mtop4 a:hover,#menu h2.mtop4 a:active {
	background: url(../img/smenu/sbt_data_on.gif) no-repeat;
}

#menu h2.mtop5 a {
	background: url(../img/smenu/sbt_admin_off.gif) no-repeat;
}

#menu h2.mtop5 a:hover,#menu h2.mtop5 a:active {
	background: url(../img/smenu/sbt_admin_on.gif) no-repeat;
}

#menu h2.mtop6 a {
	background: url(../img/smenu/sbt_manual_off.gif) no-repeat;
}

#menu h2.mtop6 a:hover,#menu h2.mtop6 a:active {
	background: url(../img/smenu/sbt_manual_on.gif) no-repeat;
}

#menu h2.mtop7 {
	margin-bottom: 4px;
}

#menu h2.mtop7 a {
	background: url(../img/smenu/sbt_logout_off.gif) no-repeat;
}

#menu h2.mtop7 a:hover,#menu h2.mtop7 a:active {
	background: url(../img/smenu/sbt_logout_on.gif) no-repeat;
}

#menu h2.mtop8 a {
	background: url(../img/smenu/sbt_user_off.gif) no-repeat;
}

#menu h2.mtop8 a:hover,#menu h2.mtop8 a:active {
	background: url(../img/smenu/sbt_user_on.gif) no-repeat;
}


/*　テキストリンク　*/

#menu li a:link {
	text-decoration:none;
	color:#000066;
}

#menu li a:visited {
	text-decoration:none;
	color:#000066;
}

#menu li a:hover {
	text-decoration:none;
        font-weight: bold;
	color:#FF6600;
}

#menu li a:active {
	text-decoration:none;
	color:#FF6600;
}

/*　保存状況　*/

#udeta {
	margin-left: 4px;
	clear: left;
	width: 150px;
	text-align: center;
	background-image: url(../img/smenu/w_bg.gif);
}

