
/* 自由に消して足して書き換えてください。#0cc */


body{background-color:#52f7ff;                /* 背景色 */
     background-image:url(img/top01.gif);  /* 背景画像の設定 */
     background-repeat:no-repeat;          /* 背景画像を繰り返さない */
     background-attachment: fixed;         /* 背景画像をスクロールで移動させない */
     background-position:-160px -70px;     /* 背景画像の表示位置 */
      }


/* フォント、行間の設定 */
body,td{color:#333;                                     /* 文字色の設定*/
        font-family:Verdana,Chicago,osaka,"sans-serif"; /* フォントの種類 */
        line-height:150%;                               /* 行間の設定 */
        font-size  :50%;                                /* 文字の大きさ */
        }


/* リンクに関する設定 */
a:link    {color:#333;}                  /* リンク色 */
a:visited {color:#333;}                  /* 既読リンク色 */
a:hover   {color:#fc0;                   /* カーソルがリンクの上に来た時の色 */
           text-decoration:underline;}   /* カーソルがリンクの上に来たとき下線を出す */


/* hタグに関する設定 */
h1{margin-top:50px;                 /* 上マージン */
   border-bottom:double 5px #fff;   /* 白い線の設定 */
   }


/* メニューページの設定 */
.menu{background-position:0px -70px;
      background-color:#000;
      }                                    /* 背景画像の表示位置、（背景を黒に変更） */
.menu ul{list-style-type:none;             /* リストの種類 */
         margin:10px 0 0 20px;padding:0;   /* マージン、パディング */
         font-size:140%;                   /* 文字サイズ */
         line-height:150%;                 /* 行間の設定 */
         font-weight:bold;                 /* 文字を太く表示 */
         }

.menu a:link    {color:#333;}      /* メニュー、リンク色 */
.menu a:visited {color:#333;}      /* メニュー、既読リンク色 */
.menu a:hover   {color:#fc0;}      /* メニュー、カーソルがリンクの上に来た時の色 */
.menu a{text-decoration: none;}    /* メニュー、下線を消す */


/* タイトルページの設定 */
.title{background-color:#000;       /* 背景色 */
       background-position:0% 0%;   /* 画像の表示位置 */
       }
.title p{font-size:250%;            /* タイトルページ内P要素、フォントサイズ */
         color:#000;                /* 文字色 */
         float:right;               /* 右寄せ */
         font-weight:bold;          /* 文字を太くする */
         }


/* bottom.htmlページの設定 */
.bottom{background-color:#000;             /* 背景色 */
        background-image:url(img/0.gif);   /* 背景画像 */
        color:#999;                        /* 文字色 */
        }
.bottom p{margin-left:20px;}               /* bottom.htmlページ内P要素、左マージン */


/* 宮崎ページの設定 */
.miyazaki{background-color:#52f7ff;          /* 背景色 */
          background-image:url(img/0.gif);   /* 背景画像 */
          color:#999;                        /* 文字色 */
         }    

.miyazaki td{color:#333;                                     /* 文字色の設定*/
             font-family:Verdana,Chicago,osaka,"sans-serif"; /* フォントの種類 */
             line-height:150%;                               /* 行間の設定 */
             font-size  :100%;                                /* 文字の大きさ */
            }

/* イベントページの設定 */
.event td{color:#333;                                     /* 文字色の設定*/
             font-family:Verdana,Chicago,osaka,"sans-serif"; /* フォントの種類 */
             line-height:120%;                               /* 行間の設定 */
             font-size  :100%;                                /* 文字の大きさ */
            }

/* ENTERページの設定 */
.enter td{color:#333;                                     /* 文字色の設定*/
             font-family:Verdana,Chicago,osaka,"sans-serif"; /* フォントの種類 */
             line-height:100%;                               /* 行間の設定 */
             font-size  :100%;                                /* 文字の大きさ */
            }