.home {
         background:url("image/btn_home_on.gif") no-repeat;    / 
* 画像(off) */
         width:71px; height:12px;    /* 画像の幅・高さ */
         margin:0; padding:0;    /* 余白指定 */
         display:block;    /* ブロック要素扱い */
     }
     /* マウスが乗った時 */
.home:hover {
         background:url("image/btn_home_off.gif") no-repeat;    / 
* 画像(on) */
     }

.staff {
         background:url("image/btn_staff_on.gif") no-repeat;    / 
* 画像(off) */
         width:72px; height:12px;    /* 画像の幅・高さ */
         margin:0; padding:0;    /* 余白指定 */
         display:block;    /* ブロック要素扱い */
     }
     /* マウスが乗った時 */
.staff:hover {
         background:url("image/btn_staff_off.gif") no-repeat;    / 
* 画像(on) */
     }

.salon {
         background:url("image/btn_salon_on.gif") no-repeat;    / 
* 画像(off) */
         width:78px; height:12px;    /* 画像の幅・高さ */
         margin:0; padding:0;    /* 余白指定 */
         display:block;    /* ブロック要素扱い */
     }
     /* マウスが乗った時 */
.salon:hover {
         background:url("image/btn_salon_off.gif") no-repeat;    / 
* 画像(on) */
     }


.menu {
         background:url("image/btn_menu_on.gif") no-repeat;    / 
* 画像(off) */
         width:71px; height:12px;    /* 画像の幅・高さ */
         margin:0; padding:0;    /* 余白指定 */
         display:block;    /* ブロック要素扱い */
     }
     /* マウスが乗った時 */
.menu:hover {
         background:url("image/btn_menu_off.gif") no-repeat;    / 
* 画像(on) */
     }

.gallery {
         background:url("image/btn_stylegallery_on.gif") no-repeat;    / 
* 画像(off) */
         width:126px; height:12px;    /* 画像の幅・高さ */
         margin:0; padding:0;    /* 余白指定 */
         display:block;    /* ブロック要素扱い */
     }
     /* マウスが乗った時 */
.gallery:hover {
         background:url("image/btn_stylegallery_off.gif") no-repeat;    / 
* 画像(on) */
     }

.blog {
         background:url("image/btn_blog_on.gif") no-repeat;    / 
* 画像(off) */
         width:68px; height:12px;    /* 画像の幅・高さ */
         margin:0; padding:0;    /* 余白指定 */
         display:block;    /* ブロック要素扱い */
     }
     /* マウスが乗った時 */
.blog:hover {
         background:url("image/btn_blog_off.gif") no-repeat;    / 
* 画像(on) */
     }

.tourgide {
         background:url("image/btn_tourgide_on.gif") no-repeat;    / 
* 画像(off) */
         width:110px; height:12px;    /* 画像の幅・高さ */
         margin:0; padding:0;    /* 余白指定 */
         display:block;    /* ブロック要素扱い */
     }
     /* マウスが乗った時 */
.tourgide:hover {
         background:url("image/btn_tourgide_off.gif") no-repeat;    / 
* 画像(on) */
     }

.coupon {
         background:url("image/btn_coupon_on.gif") no-repeat;    / 
* 画像(off) */
         width:90px; height:12px;    /* 画像の幅・高さ */
         margin:0; padding:0;    /* 余白指定 */
         display:block;    /* ブロック要素扱い */
     }
     /* マウスが乗った時 */
.coupon:hover {
         background:url("image/btn_coupon_off.gif") no-repeat;    / 
* 画像(on) */
     }







