/*メニュー枠*/


#menu_box ul{
	list-style:none;
	margin:0px;
	padding-top:5px;
	padding-left:7px;
}

#menu_box ul li{
	display:inline;
	margin:0;
}

#menu_box ul li.home a{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/home_n.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.news a{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/news_n.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.compa a{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/compa_n.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.sche a{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/sche_n.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.system a{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/system_n.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

/*ホバーメニュー*/

#menu_box ul li.home a:hover{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/home_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.news a:hover{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/news_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.compa a:hover{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/compa_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.sche a:hover{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/sche_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.system a:hover{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/system_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}


/*現在選択中のページ*/

#menu_box ul li.home a.active{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/home_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.news a.active{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/news_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.compa a.active{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/compa_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.sche a.active{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/sche_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.system a.active{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url("../img/system_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}


/*マイページメニュー*/

#menu_box ul li.mypage a{
	display:block;
	float:left;
	margin-left:120px;
	width:128px;
	height:35px;
	background-image:url("../img/mypage_n.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.mypage a:hover{
	display:block;
	float:left;
	margin-left:120px;
	width:128px;
	height:35px;
	background-image:url("../img/mypage_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menu_box ul li.mypage a.active{
	display:block;
	float:left;
	margin-left:120px;
	width:128px;
	height:35px;
	background-image:url("../img/mypage_y.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}