@charset "Shift_Jis";


/* 自由に消して足して書き換えてください。 */


/***** ページの設定 ******/
body{                                                                /* ページ全体の設定 */
   color:#333;                                                       /* 文字色 */
   font-family:Verdana,Chicago,osaka,"ＭＳ Ｐゴシック",sans-serif;   /* 文字の種類 */
   line-height:150%;                                                 /* 行間 */
   font-size:84%;                                                    /* 文字サイズ */
   background-image:url(img/top.html);                                /* 背景画像 */
   background-position:-170px 100%;                                  /* 背景画像の位置 */
   background-repeat:no-repeat;                                      /* 背景画像を繰り返さない */
   background-attachment:fixed;                                      /* 背景画像をスクロールさせない */
   }

p{margin:3px 0 20px;}   /* p要素の設定 */



/***** リンクの設定 ******/
a:link   {color:#333;}                  /* リンク色 */
a:visited{color:#333;}                  /* 既読リンク色 */
a:hover  {color:#c90;                   /* カーソルがリンクの上に来た時の色 */
          text-decoration:underline;}   /* カーソルがリンクの上に来たとき下線を出す */
a{text-decoration: none;                /* リンクの下線を消す */
  font-weight : bold;}                  /* 文字を太くする */



/***** h1要素の設定 ******/
h1{                                /* daimeの設定 */
   margin:30px 0 5px;              /* マージン */
   padding:2px 8px;                /* パディング */
   font-size:100%;                 /* 文字サイズ */
   color:#fff;                     /* 文字色 */
   background-color:#930;          /* 背景色 */
   border-bottom:solid 3px #c90;   /* 下罫線 */
   border-right :solid 5px #c90;   /* 右罫線 */
   }



/***** インデックス（index.html）の設定 ******/
#index{                          /* indexの設定 */
   background-position:0 100%;   /* 背景画像の位置 */
   }

h1#title{                 /* サイト名 */
   margin-bottom:30px;    /* 下マージン */
   padding:0;             /* パディング */
   font-size:200%;        /* 文字サイズ */
   color:#900;            /* 文字色 */
   font-weight:lighter;   /* 文字を細くする */
   background:none;      /* 背景色を消す */
   border:none;           /* 罫線を消す */
   }

#enter{              /* enter部分 */
   font-size:140%;   /* 文字サイズ */
   }



/***** メニュー（menu.html）の設定 ******/
#menu{                           /* メニューの設定 */
   background-position:0 100%;   /* 背景画像の位置 */
　　　}

#menu table{      /* menu.htmlのテーブル */
   width:100%;    /* 幅 */
   height:100%;   /* 高さ */
   }
#menu td{                   /* menu.htmlのセル */
   font-size:200%;          /* 文字サイズ */
   line-height:150%;        /* 行間 */
   vertical-align:bottom;   /* 下揃え */
   }

#menu ul{       /* メニュー01 */
   margin:0;    /* マージン */
   padding:0;   /* パディング */
   }
#menu li{             /* メニュー02 */
   margin:0;          /* マージン */
   padding:0;         /* パディング */
   list-style:none;   /* リストスタイル */
   }

