/*トップメニュー*/
#menu{
	width:830px;
	height:64px;
	margin-top:11px;
	margin-bottom:7px;
	text-indent:-9999px;
	}
	/*--- トップ ---*/
div#m_top {
	width: 162px;
	height: 64px;
	border: none;
	background-image:url(../img/top_btn.gif);
	background-repeat:no-repeat;
	float:left;
	display:inline;
}
div#m_top a.other {
	display: block;
	width:162px;
	height:64px;
}
div#m_top a.this {
	display: block;
	width:162px;
	height:64px;
	background-image:url(../img/top_btn_ov.gif);
	background-repeat:no-repeat;
}
div#m_top a:hover {
	background-image:url(../img/top_btn_ov.gif);
	background-repeat:no-repeat;
}
	/*--- ギャルズ ---*/
div#m_gals {
	width: 162px;
	height: 64px;
	border: none;
	margin-left:5px;
	background-image:url(../img/gals_btn.gif);
	background-repeat:no-repeat;
	float:left;
	display:inline;
}
div#m_gals a.other {
	display: block;
	width: 162px;
	height: 64px;
}
div#m_gals a.this {
	display: block;
	width: 162px;
	height: 64px;
	background-image:url(../img/gals_btn_ov.gif);
	background-repeat:no-repeat;
}
div#m_gals a:hover {
	background-image:url(../img/gals_btn_ov.gif);
	background-repeat:no-repeat;
}
	/*--- システム ---*/
div#m_system {
	width: 162px;
	height: 64px;
	border: none;
	margin-left:5px;
	background-image:url(../img/system_btn.gif);
	background-repeat:no-repeat;
	float:left;
	display:inline;
}
div#m_system a.other {
	display: block;
	width: 162px;
	height: 64px;
}
div#m_system a.this {
	display: block;
	width: 162px;
	height: 62px;
	background-image:url(../img/system_btn_ov.gif);
	background-repeat:no-repeat;
}
div#m_system a:hover {
	background-image:url(../img/system_btn_ov.gif);
	background-repeat:no-repeat;
}
	/*--- 求人 ---*/
div#m_rec {
	width: 162px;
	height: 64px;
	border: none;
	margin-left:5px;
	background-image:url(../img/rec_btn.gif);
	background-repeat:no-repeat;
	float:left;
	display:inline;
}
div#m_rec a.other {
	display: block;
	width: 162px;
	height: 64px;
}
div#m_rec a.this {
	display: block;
	width: 162px;
	height: 64px;
	background-image:url(../img/rec_btn_ov.gif);
	background-repeat:no-repeat;
}
div#m_rec a:hover {
	background-image:url(../img/rec_btn_ov.gif);
	background-repeat:no-repeat;
}
	/*--- メール ---*/
div#m_mail {
	width: 162px;
	height: 64px;
	border: none;
	background-image:url(../img/mail_btn.gif);
	background-repeat:no-repeat;
	float:right;
	display:inline;
}
div#m_mail a.other {
	display: block;
	width: 162px;
	height: 64px;
}
div#m_mail a.this {
	display: block;
	width: 162px;
	height: 64px;
	background-image:url(../img/mennsetu_ov.jpg);
	background-repeat:no-repeat;
}
div#m_mail a:hover {
	background-image:url(../img/mail_btn_ov.gif);
	background-repeat:no-repeat;
}
	