@charset "shift_jis";

body {
	background-image:url(../img/top/backimg01.jpg);
	background-color:#fffffff;
}

div#boxArea div#one {/*メニュー土台枠*/
	background-color: none;
	background-image:url(../img/menubackPink.png);
	background-repeat:repeat-y;
}


#menu {
	width: 180px;
	margin:0px;
	text-align:center;

}



#menu_contents{
	margin:0px;
	text-align:left;
}

#menu_contents a{
	width: 180px;
	height:27px;
	margin: 0px;
	display: block;
}
a span{
	display:none;
} 


/*メニューリンク*/
a#menu_serchjob {
	background-image: url(../img/mainmenu_png/searchjob_ja.png);
	background-repeat: no-repeat;
	width: 180px;
	height:0px;
	padding-top: 27px;
	overflow:hidden;
	margin: 0px;
}
a:hover#menu_serchjob {
	background-image: url(../img/mainmenu_png/searchjob_eng.png);
	background-repeat: no-repeat;
}


a#menu_area {
	background-image:url(../img/menu_01.png);
	background-repeat: no-repeat;
	width: 180px;
	height:0px;
	padding-top: 27px;
	overflow:hidden;
}
a:hover#menu_area {
	background-image:url(../img/menu_08.png);
	background-repeat: no-repeat;
}


a#menu_term {
	background-image:url(../img/menu_02.png);
	background-repeat: no-repeat;
	width: 180px;
	height:0px;
	padding-top: 27px;
	overflow:hidden;
}
a:hover#menu_term {
	background-image:url(../img/menu_09.png);
	background-repeat: no-repeat;
}


a#menu_item {
	background-image:url(../img/menu_03.png);
	background-repeat: no-repeat;
	width: 180px;
	height:0px;
	padding-top: 27px;
	overflow:hidden;
}

a:hover#menu_item {
	background-image:url(../img/menu_10.png);
	background-repeat: no-repeat;
}


a#menu_about {
	background-image: url(../img/mainmenu_png/about_ja.png);
	background-repeat: no-repeat;
	width: 180px;
	height:0px;
	padding-top: 27px;
	overflow:hidden;
}

a:hover#menu_about {
	background-image: url(../img/mainmenu_png/about_eng.png);
	background-repeat: no-repeat;
}


a#menu_regist {
	background-image: url(../img/mainmenu_png/registration_ja.png);
	background-repeat: no-repeat;
	width: 180px;
	height:0px;
	padding-top: 27px;
	overflow:hidden;
}

a:hover#menu_regist {
	background-image: url(../img/mainmenu_png/registration_eng.png);
	background-repeat: no-repeat;
}


a#menu_contact {
	background-image: url(../img/mainmenu_png/contact_ja.png);
	background-repeat: no-repeat;
	width: 180px;
	height:0px;
	padding-top: 27px;
	overflow:hidden;
}
a:hover#menu_contact {
	background-image: url(../img/mainmenu_png/contact_eng.png);
	background-repeat: no-repeat;
}


a#menu_access {
	background-image: url(../img/mainmenu_png/access_ja.png);
	background-repeat: no-repeat;
	width: 180px;
	height:0px;
	padding-top: 27px;
	overflow:hidden;
}
a:hover#menu_access {
	background-image: url(../img/mainmenu_png/access_eng.png);
	background-repeat: no-repeat;
}


a#menu_corprate {
	background-image: url(../img/mainmenu_png/corporate_ja.png);
	background-repeat: no-repeat;
	width: 180px;
	height:0px;
	padding-top: 27px;
	overflow:hidden;
}
a:hover#menu_corprate{
	background-image: url(../img/mainmenu_png/corporate_eng.png);
	background-repeat: no-repeat;
}


a#menu_forclient {
	background-image: url(../img/mainmenu_png/forclient_ja.png);
	background-repeat: no-repeat;
	width: 180px;
	height:0px;
	padding-top: 27px;
	overflow:hidden;
}

a:hover#menu_forclient{
	background-image: url(../img/mainmenu_png/forclient_eng.png);
	background-repeat: no-repeat;
}


a#menu_privecy {
	background-image: url(../img/mainmenu_png/privecypolicy_ja.png);
	background-repeat: no-repeat;
	width: 180px;
	height:0px;
	padding-top: 27px;
	overflow:hidden;
}

a:hover#menu_privecy{
	background-image: url(../img/mainmenu_png/privecypolicy_eng.png);
	background-repeat: no-repeat;
}

