/*-----    メインメニュー  -----*/
div#mainMenu{
	width:850px;
	height:55px;
	background-image:url(../img/menu/menu.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	clear:both;
	}
div#mainMenu a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	}
div#mainMenu ul{
	}
/*-----　トップ*/
li#top {
	width:120px;
	height:55px;
	padding-left:5px;
	float:left;
}
li#top a.other {
}
li#top a.this {
	background-image:url(../img/menu/top.jpg);
	background-repeat:no-repeat;
}
li#top a:hover {
	background-image:url(../img/menu/top.jpg);
	background-repeat:no-repeat;
}
/*-----　はじめに*/
li#first {
	width:120px;
	height:55px;
	float:left;
}
li#first a.other {
}
li#first a.this {
	background-image:url(../img/menu/first.jpg);
	background-repeat:no-repeat;
}
li#first a:hover {
	background-image:url(../img/menu/first.jpg);
	background-repeat:no-repeat;
}
/*-----　初めての女の子へ*/
li#begin {
	width:120px;
	height:55px;
	float:left;
}
li#begin a.other {
}
li#begin a.this {
	background-image:url(../img/menu/begin.jpg);
	background-repeat:no-repeat;
}
li#begin a:hover {
	background-image:url(../img/menu/begin.jpg);
	background-repeat:no-repeat;
}
/*-----　募集要項*/
li#recruit {
	width:120px;
	height:55px;
	float:left;
}
li#recruit a.other {
}
li#recruit a.this {
	background-image:url(../img/menu/recruit.jpg);
	background-repeat:no-repeat;
}
li#recruit a:hover {
	background-image:url(../img/menu/recruit.jpg);
	background-repeat:no-repeat;
}
/*-----　給与詳細*/
li#salary {
	width:120px;
	height:55px;
	float:left;
}
li#salary a.other {
}
li#salary a.this {
	background-image:url(../img/menu/salary.jpg);
	background-repeat:no-repeat;
}
li#salary a:hover {
	background-image:url(../img/menu/salary.jpg);
	background-repeat:no-repeat;
}
/*-----　お仕事までの流れ*/
li#work {
	width:120px;
	height:55px;
	float:left;
}
li#work a.other {
}
li#work a.this {
	background-image:url(../img/menu/work.jpg);
	background-repeat:no-repeat;
}
li#work a:hover {
	background-image:url(../img/menu/work.jpg);
	background-repeat:no-repeat;
}
/*-----　応募フォーム*/
li#form {
	width:120px;
	height:55px;
	padding-right:5px;
	float:left;
}
li#form a.other {
}
li#form a.this {
	background-image:url(../img/menu/form.jpg);
	background-repeat:no-repeat;
}
li#form a:hover {
	background-image:url(../img/menu/form.jpg);
	background-repeat:no-repeat;
}
