a:link {
font-size: 10pt;
text-decoration:none;
color:#006699 ; /*未訪問リンク */
}
a:visited {
font-size: 10pt;
text-decoration:none;
color:660066 ;/*訪問済みリンク */
}
a:active {
font-size: 10pt;
text-decoration:none;
color:#cc66ff ; /*クリックしたとき */
}
a:hover {
font-size: 10pt;
text-decoration:none;
color:#9999ff ;/*マウスが乗ったとき */
}
td {
font-size: 10pt; /*枠内のフォントサイズ*/
}
span {
font-size: 10pt; /*<SPAN>〜</SPAN>のフォントサイズ*/
}
b {
font-size: 10pt; /*太字のフォントサイズ*/
}
body {
font-size: 10pt; /*フォントサイズ*/

font-family:MS UI Gothic;/*書体*/
}


b{
font-family:MS UI Gothic;/*書体*/
}


/* リスト全体 */
ul
   {
    width:724px;             /* リスト全体の幅 */
    height:25px;             /* リスト全体の高さ */
    list-style:none;         /* リストマークを無しにする */
   }

/* 各項目 */
li
   {
    width:80px;             /* 項目の幅 */
    height:25px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }

/* リンク部分 */

.top a
   {
    display:block;            /* リンク範囲をブロックに変換 */
    width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(over4.gif);   /* リンク範囲の背景画像設定 */
    background-position:0px 0px;
                     /* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
    }
.top a:hover
   {
    background-image:url(over4.gif);    /* マウスが上に来た時の背景画像設定 */
    background-position:0px -25px;
                     /* ★↑背景画像の（0px -25px）に移動★ */
   }






.menu a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(over4.gif);/* リンク範囲の背景画像設定 */
    background-position:-80px 0px;
                     /* ★↑背景画像の（80px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.menu a:hover
   {
    background-image:url(over4.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-80px -25px;
                     /* ★↑背景画像の（-160px -25px）に移動★ */
   }






.reserve a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(over4.gif);/* リンク範囲の背景画像設定 */
    background-position:-160px 0px;
                     /* ★↑背景画像の（80px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.reserve a:hover
   {
    background-image:url(over4.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-160px -25px;
                     /* ★↑背景画像の（-240px -25px）に移動★ */
   }






.seminar a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(over4.gif);/* リンク範囲の背景画像設定 */
    background-position:-240px 0px;
                     /* ★↑背景画像の（80px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.seminar a:hover
   {
    background-image:url(over4.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-240px -25px;
                     /* ★↑背景画像の（-320px -25px）に移動★ */
   }






.profile a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(over4.gif);/* リンク範囲の背景画像設定 */
    background-position:-320px 0px;
                     /* ★↑背景画像の（80px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.profile a:hover
   {
    background-image:url(over4.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-320px -25px;
                     /* ★↑背景画像の（-400px -25px）に移動★ */
   }






.daiary a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(over4.gif);/* リンク範囲の背景画像設定 */
    background-position:-400px 0px;
                     /* ★↑背景画像の（80px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.daiary a:hover
   {
    background-image:url(over4.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-400px -25px;
                     /* ★↑背景画像の（-480px -25px）に移動★ */
   }








.goods a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(over4.gif);/* リンク範囲の背景画像設定 */
    background-position:-480px 0px;
                     /* ★↑背景画像の（80px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.goods a:hover
   {
    background-image:url(over4.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-480px -25px;
                     /* ★↑背景画像の（-480px -25px）に移動★ */
   }








.qa a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(over4.gif);/* リンク範囲の背景画像設定 */
    background-position:-560px 0px;
                     /* ★↑背景画像の（-px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.qa a:hover
   {
    background-image:url(over4.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-560px -25px;
                     /* ★↑背景画像の（-540px -25px）に移動★ */
    }



.map a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(over4.gif);/* リンク範囲の背景画像設定 */
    background-position:-640px 0px;
                     /* ★↑背景画像の（-640px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.map a:hover
   {
    background-image:url(over4.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-640px -25px;
                     /* ★↑背景画像の（-640px -25px）に移動★ */
    }



