@charset "Shift_Jis";


/* 自由に消して足して書き換えてください。 */


/***** ページの設定 ******/
body{                                                                /* ページ全体の設定 */
   margin:0;padding:0;                                               /* マージン・パディング */
   background-color:#fff;                                         /* 背景画像 */
   color:#333;                                                       /* 文字色 */
   font-family:Verdana, Chicago, osaka, sans-serif, "ＭＳ Ｐゴシック";             /* 文字の種類 */
   line-height:200%;                                                 /* 行間 */
   font-size:92%;                                                    /* 文字サイズ */
   text-align:center;                                                /* 中央に */
   }

p{margin:3px 0 20px;}   /* p要素の設定 */



/***** リンクの設定 ******/
a:link   {color:#666;}                   /* リンク色 */
a:visited{color:#666;}                   /* 既読リンク色 */
a:hover  {color:#900;                    /* カーソルがリンクの上に来た時の色 */
          text-decoration:none;}         /* カーソルがリンクの上に来た時下線を出す */
a        {text-decoration: none;         /* リンクの下線を消す */
          font-weight :;}           /* リンクを太くする。 */

/***** h要素の設定 ******/
H1{                                      /* h要素の設定 */
   margin : 20px;margin-right : 0px;margin-bottom : 2px;margin-left : 0px;            /* マージン */
   padding : 8px 8px 1px;padding-left : 0px;                   /* パディング */
   font-size : 100%;                /* 文字サイズ */
            /* 背景色。 */
   border-left : solid #666633;border-left-width : 0px;   /* 左罫線 */
   border-bottom : dashed #666666;border-bottom-width : 1px;   /* 下罫線 */  
  font-weight : normal;
}



/***** メニュー部分の設定 ******/
UL#menu{                    /* メニュー01 */
   margin:8px 0 -10px;      /* マージン */
   padding-right:0px;      /* パディング */
                 /* 文字色 */
   background-color : #f5f4ea;   /* 背景色 */
   text-align:right;        /* 文字を右寄せ */
   
  color : #900;
}

#menu LI{                         /* メニュー02 */
   margin:0 0 0 5px;             /* マージン */
   padding:0 8px 0 0;             /* パディング */
   border-right : solid #999999;border-right-width : 0px;   /* 左罫線 */
   list-style:none;               /* リストスタイル */
   display:inline;                /* インライン */
   }


/***** その他の設定 ******/
#content{                        /* contentの設定 */
   width:690px;                  /* 幅 */
   margin : 0px 10px;margin-bottom : 0px;margin-left : 10px;margin-bottom : 0px;margin-left : 10px;              /* マージン */
   padding : 30px 40px 40px;padding-left : 40px;padding-right : 40px;padding-bottom : 10px;padding-left : 40px;                 /* パディング */
   background-color:#fff;        /* 背景色 */
   border-width : 0px 1px 1px;border-left-width : 1px;border-left-width : 1px;   /* 罫線の太さ */
   border-style:;           /* 罫線の種類 */
   border-color : #999999 black;border-bottom-color : black;border-left-color : black;            /* 罫線触 */
   text-align:left;              /* 文字を左寄せ */
   }

#top{                       /* topの設定 */
   margin:30px 0 0;         /* マージン */
      /* 背景色 */
   text-align:center;       /* 文字を中央に */
   }

