@charset "utf-8";
/* menu */

/*---ofbtn--------*/
#menu li.home a{background:url(../img/menu.gif) no-repeat 0px 0px; width:87px;}
#menu li.company a {background:url(../img/menu.gif) no-repeat -87px 0; width:87px;}
#menu li.business a {background:url(../img/menu.gif) no-repeat -174px -30px; width:87px;}
#menu li.recruit a {background:url(../img/menu.gif) no-repeat -261px 0; width:87px;}
#menu li.inquiry a {background:url(../img/menu.gif) no-repeat -348px 0; width:85px;}

/*--hover------*/
#menu li.home a:hover{background:url(../img/menu.gif) no-repeat 0px -30px; width:87px;}
#menu li.company a:hover {background:url(../img/menu.gif) no-repeat -87px -30px; width:87px;}
#menu li.business a:hover {background:url(../img/menu.gif) no-repeat -174px -30px; width:87px;}
#menu li.recruit a:hover {background:url(../img/menu.gif) no-repeat -261px -30px; width:87px;}
#menu li.inquiry a:hover {background:url(../img/menu.gif) no-repeat -348px -30px; width:85px;}


