@charset "utf-8";
/* CSS Document */

/* リスト全体 */
#main ul
   {
	width:735px;             /* リスト全体の幅 */
	height:116px;             /* リスト全体の高さ */
	list-style:none;         /* リストマークを無しにする */
	margin-top: -62px;
	margin-left: 10px;
	margin-bottom: 20px;
   }

/* 各項目 */
#main li
   {
    width:120px;             /* 項目の幅 */
    height:116px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }

/* リンク部分 */

.one a
   {
	display:block;            /* リンク範囲をブロックに変換 */
	width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
	height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
	background-image:url("../img/buttun.gif");   /* リンク範囲の背景画像設定 */
	background-position:0px 0px;
	/* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;              /* リストの文字を枠外のずらす */
	text-decoration:none;             /* リストの下線を表示しない */
	text-indent: -2000px;	
    }
.one a:hover
   {
    background-image:url("../img/buttun.gif");    /* マウスが上に来た時の背景画像設定 */
    background-position:0px -116px;
                     /* ★↑背景画像の（0px -35px）に移動★ */
   }
.onenow
   {
    background-image:url("../img/buttun.gif");    /* マウスが上に来た時の背景画像設定 */
    background-position:0px -116px;
	text-indent: -2000px;
   }

.two a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("../img/buttun.gif");/* リンク範囲の背景画像設定 */
    background-position:-124px 0px;
                     /* ★↑背景画像の（-150px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.two a:hover
   {
    background-image:url("../img/buttun.gif"); /* マウスが上に来た時の背景画像設定 */
    background-position:-124px -116px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }
   .twonow
   {
    background-image:url("../img/buttun.gif");    /* マウスが上に来た時の背景画像設定 */
    background-position:-124px -116px;
	text-indent: -2000px;
   }

.three a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("../img/buttun.gif");/* リンク範囲の背景画像設定 */
    background-position:-247px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.three a:hover
   {
    background-image:url("../img/buttun.gif"); /* マウスが上に来た時の背景画像設定 */
    background-position:-247px -116px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }
	.threenow
   {
    background-image:url("../img/buttun.gif");    /* マウスが上に来た時の背景画像設定 */
    background-position:-247px -116px;
	text-indent: -2000px;
   }
.four a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("../img/buttun.gif");/* リンク範囲の背景画像設定 */
    background-position:-370px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.four a:hover
   {
    background-image:url("../img/buttun.gif"); /* マウスが上に来た時の背景画像設定 */
    background-position:-370px -116px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }
.fournow
   {
    background-image:url("../img/buttun.gif");    /* マウスが上に来た時の背景画像設定 */
    background-position:-370px -116px;
	text-indent: -2000px;
   }
.five a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("../img/buttun.gif");/* リンク範囲の背景画像設定 */
    background-position:-493px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.five a:hover
   {
    background-image:url("../img/buttun.gif"); /* マウスが上に来た時の背景画像設定 */
    background-position:-493px -116px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }
.fivenow
   {
    background-image:url("../img/buttun.gif");    /* マウスが上に来た時の背景画像設定 */
    background-position:-493px -116px;
	text-indent: -2000px;
   }
.six a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("../img/buttun.gif");/* リンク範囲の背景画像設定 */
    background-position:-616px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.six a:hover
   {
    background-image:url("../img/buttun.gif"); /* マウスが上に来た時の背景画像設定 */
    background-position:-616px -116px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }
.sixnow
   {
    background-image:url("../img/buttun.gif");    /* マウスが上に来た時の背景画像設定 */
    background-position:-616px -116px;
	text-indent: -2000px;
   }

