<!--

/*メニュー*/
#menu{
position:relative;
top:0px;
left:0px;
margin:0px;
padding:0px 0px 0px 0px;
width:910px;
height:52px;
background-image:url(/images_menu/menu.gif);
background-repeat:no-repeat;
background-position:0px 0px;
z-index: 30;
}

/* 店舗案内 */ 
#menu #menu-store-information {
position:absolute;
left:25px;
top:0px;
width:148px;
height:45px;
}
#menu #menu-store-information a {
width:148px;
height:45px;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
z-index: 40;
}
#menu #menu-store-information a:hover {
background-image:url(/images_menu/menu_store_information.gif);
width:148px;
height:45px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
z-index: 40;
}

/* 会社案内 */ 
#menu #menu-company-profile {
position:absolute;
left:173px;
top:0px;
width:141px;
height:45px;
z-index: 40;
}
#menu #menu-company-profile a {
width:141px;
height:45px;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
z-index: 40;
}
#menu #menu-company-profile a:hover {
background-image:url(/images_menu/menu_company_profile.gif);
width:141px;
height:45px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
z-index: 40;
}

/* 法人個人事業者様へ */ 
#menu #menu-to-the-corporation {
position:absolute;
left:314px;
top:0px;
width:141px;
height:45px;
z-index: 40;
}
#menu #menu-to-the-corporation a {
width:141px;
height:45px;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
z-index: 40;
}
#menu #menu-to-the-corporation a:hover {
background-image:url(/images_menu/menu_to_the_corporation.gif);
width:141px;
height:45px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
z-index: 40;
}

/* エイブイネットワーク */ 
#menu #menu-eibui-network {
position:absolute;
left:455px;
top:0px;
width:141px;
height:45px;
z-index: 40;
}
#menu #menu-eibui-network a {
width:141px;
height:45px;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
z-index: 40;
}
#menu #menu-eibui-network a:hover {
background-image:url(/images_menu/menu_eibui_network.gif);
width:141px;
height:45px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
z-index: 40;
}

/* 求人情報 */ 
#menu #menu-empolyment-information {
position:absolute;
left:596px;
top:0px;
width:141px;
height:45px;
z-index: 40;
}
#menu #menu-empolyment-information a {
width:141px;
height:45px;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
z-index: 40;
}
#menu #menu-empolyment-information a:hover {
background-image:url(/images_menu/menu_empolyment_information.gif);
width:141px;
height:45px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
z-index: 40;
}

/* お問い合せ */ 
#menu #menu-contact {
position:absolute;
left:737px;
top:0px;
width:148px;
height:45px;
z-index: 40;
}
#menu #menu-contact a {
width:148px;
height:45px;
background-repeat:no-repeat; 
margin:0px;
padding:0px; 
display:block;
z-index: 40;
}
#menu #menu-contact a:hover {
background-image:url(/images_menu/menu_contact.gif);
width:148px;
height:45px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
display:block;
z-index: 40;
}

-->