@charset "utf-8";
/* リスト全体 */
.hmenu
   {
    float: left; 
    width: 780px;
    height: 30px;
    list-style: none;
   }

/* 各項目 */
.hmenu li
   {
    list-style:none;
    width: 97px;
    height: 30px;
    float: left;
   }

/* リンク部分 */
.hmenu a
   {
    display: block;
    width: 100%;
    height: 100%; 
    background-image: url(../image/headermenu.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -1000em;
    overflow: hidden;
    text-decoration: none;
    }

.hm101 a:hover
   {
    background-image: url(../image/headermenu.gif ); 
    background-position: 0 -30px;   }

.hm102 a
   {
    display: block;
    width: 100%; 
    height: 100%;
    background-image: url(../image/headermenu.gif);
    background-position: -97px 0;
    background-repeat: no-repeat;     
    text-indent: -1000em;
    overflow: hidden;
    text-decoration: none;
   }
.hm102 a:hover
   {
    background-image: url(../image/headermenu.gif);
    background-position: -97px -30px;
   }

.hm103 a
   {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/headermenu.gif);
    background-position: -194px 0;
    background-repeat: no-repeat;
    text-indent: -1000em;
    overflow: hidden;
    text-decoration: none;
   }
.hm103 a:hover
   {
    background-image: url(../image/headermenu.gif);
    background-position: -194px -30px;
   }

.hm104 a
   {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/headermenu.gif);
    background-position: -291px 0;
    background-repeat: no-repeat;
    text-indent: -1000em;
    overflow: hidden;
    text-decoration: none;
   }
.hm104 a:hover
   {
    background-image: url(../image/headermenu.gif);
    background-position: -291px -30px;
    }

.hm105 a
   {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/headermenu.gif);
    background-position: -388px 0;
    background-repeat: no-repeat;
    text-indent: -1000em;
    overflow: hidden;
    text-decoration: none;
   }
.hm105 a:hover
   {
    background-image: url(../image/headermenu.gif); 
    background-position: -388px -30px;
    }

.hm106 a
   {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/headermenu.gif);
    background-position: -485px 0;
    background-repeat: no-repeat;
    text-indent: -1000em;
    overflow: hidden;
    text-decoration: none;
   }
.hm106 a:hover
   {
    background-image: url(../image/headermenu.gif);
    background-position: -485px -30px;
    }
.hm107 a
   {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/headermenu.gif);
    background-position: -582px 0;
    background-repeat: no-repeat;
    text-indent: -1000em;
    overflow: hidden;
    text-decoration: none;
   }
.hm107 a:hover
   {
    background-image: url(../image/headermenu.gif);
    background-position: -582px -30px;
    }
.hm108 a
   {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/headermenu.gif);
    background-position: -679px 0;
    background-repeat: no-repeat;
    text-indent: -1000em;
    overflow: hidden;
    text-decoration: none;
   }
.hm108 a:hover
   {
    background-image: url(../image/headermenu.gif);
    background-position: -679px -30px;
   }

