/*サロン*/

a.btn_first {
background : url(../img/i_first.png) no-repeat; 
display:block; 
width:118px; height:26px; text-indent:-9999px;
}

/*a:hover.btn_topics { background : url(../img/i_topics_j.png) no-repeat; } */

a.btn_topics {
background : url(../img/i_topics.png) no-repeat; 
display:block; 
width:118px; height:26px; text-indent:-9999px;
}

a:hover.btn_topics { background : url(../img/i_topics_j.png) no-repeat; } 

a.btn_salon {
background : url(../img/i_salon.png) no-repeat; 
display:block; 
width:118px; height:26px; text-indent:-9999px;
} 

a:hover.btn_salon { background : url(../img/i_salon_j.png) no-repeat; } 

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*スタッフ*/
a.btn_staff {
background : url(../img/i_staff.png) no-repeat; 
display:block; 
width:118px; height:26px; text-indent:-9999px;
} 
a:hover.btn_staff { background : url(../img/i_staff_j.png) no-repeat; } 


/*カタログ*/
a.btn_catalog {
background : url(../img/i_catalog.png) no-repeat; 
display:block; 
width:118px; height:26px; text-indent:-9999px;
} 
a:hover.btn_catalog { background : url(../img/i_catalog_j.png) no-repeat; } 

/*クーポン*/
a.btn_coupon {
background : url(../img/i_coupon.png) no-repeat; 
display:block; 
width:118px; height:26px; text-indent:-9999px;
} 
a:hover.btn_coupon { background : url(../img/i_coupon_j.png) no-repeat; } 

/*メニュー*/
a.btn_menu {
background : url(../img/i_menu.png) no-repeat; 
display:block; 
width:118px; height:26px; text-indent:-9999px;
} 
a:hover.btn_menu { background : url(../img/i_menu_j.png) no-repeat; } 

/*求人*/
a.btn_recruit {
background : url(../img/i_recruit.png) no-repeat; 
display:block; 
width:118px; height:26px; text-indent:-9999px;
} 
a:hover.btn_recruit { background : url(../img/i_recruit_j.png) no-repeat; } 


/*画像枠*/
#top_img_box{
border: 1px #cccccc solid;
width:1000px;
}

/*画像枠*/
#img_box{
border: 1px #eeeeee solid;
width:1000px;
}

/*画像枠*/
#shop_more_box{
border: 1px #eeeeee solid;
width:960px;
height:402px;
}

/*詳細ボタン*/
#btn_more {
    width:150px;
    font-size:18px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:4px 10px;
    color:#666666;
    background-color:#ffffff;
    border-radius:5px;
    border:1px solid #999999;
}

/*スタッフ名　英語*/
#e_name_text{
font-family:Impact,Charcoal;
font-size:2em;
}



