/*-----　どんなお店？*/
li#top {
	width:110px;
	height:30px;
	float:left;
}
li#top a.other {
text-decoration:none;
}
li#top a.this {
	background-image:url("../img/menu/top.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
li#top a:hover {
	background-image:url("../img/menu/top.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
/*-----　給与システム*/
li#system {
	width:75px;
	height:30px;
	float:left;
}
li#system a.other {
text-decoration:none;
}
li#system a.this {
	background-image:url("../img/menu/system.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
li#system a:hover {
	background-image:url("../img/menu/system.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
/*-----　募集事項*/
li#recruit {
	width:90px;
	height:40px;
	float:left;
}
li#recruit a.other {
text-decoration:none;
}
li#recruit a.this {
	background-image:url("../img/menu/recruit.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
li#recruit a:hover {
	background-image:url("../img/menu/recruit.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
/*-----　初めての女の子歓迎*/
li#biginner {
	width:165px;
	height:30px;
	float:left;
}
li#biginner a.other {
text-decoration:none;
}
li#biginner a.this {
	background-image:url("../img/menu/biginner.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
li#biginner a:hover {
	background-image:url("../img/menu/biginner.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
/*-----　面接〜入店の流れ*/
li#work {
	width:150px;
	height:30px;
	float:left;
}
li#work a.other {
text-decoration:none;
}
li#work a.this {
	background-image:url("../img/menu/work.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
li#work a:hover {
	background-image:url("../img/menu/work.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
/*-----　面接フォーム*/
li#form {
	width:105px;
	height:40px;
	float:left;
}
li#form a.other {
text-decoration:none;
}
li#form a.this {
	background-image:url("../img/menu/form.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
li#form a:hover {
	background-image:url("../img/menu/form.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
