
/* 自由に消して足して書き換えてください。 */


/***** ページ全体の設定 ******/
body{
   margin:80px 2% 50px 10%;padding:0;                               /* マージンとパディング */
   background-color:#000;                                           /* 背景色 */
   color:#999;                                                      /* 文字色 */
   font-family:Verdana,Chicago,osaka,"ＭＳ Ｐゴシック",sans-serif;  /* 文字の指定 */
   font-size:84%;                                                   /* 文字サイズ */
   line-height:150%;                                                /* 行間の設定 */
   background-repeat:no-repeat;                                      /* 背景画像を横方向に繰り返す */
   background-position:70 120px;                                      /* 背景画像の表示位置 */

	background-repeat: no-repeat;
	background-position: center center

   }



/***** リンクに関する設定 *****/
a:link   {color:#ccc;}   /* リンク色 */
a:visited{color:#6cc;}   /* 既読リンク色 */
a:hover  {color:#960;}   /* カーソルがリンクの上に来た時の色 */



/***** hタグにかんする設定 *****/
h1{                        /* h1タグ（Your site titleのところ） */
   margin:0 0 50px -8%;    /* マージン */
   color:#fff;             /* 文字色 */
   font-size:100%;         /* 文字サイズ */
   letter-spacing:0.4em;   /* 文字の間隔 */
   }

h2{                                /* h2タグ（this site is...など） */
   margin:15px 0 15px -8%;         /* マージン */
   padding-bottom:10px;            /* パディング */
   font-size:80%;                 /* 文字サイズ */
   letter-spacing:1em;             /* 文字の間隔 */
   border-bottom:solid 1px #333;   /* 罫線 */
   text-align:right;               /* 文字を右寄せ */
   }

h3{                                /* h3タグ */
   text-align:center;               /* 文字を中央寄せ */
   }

h4{                                /* h4タグ */
   text-align:right;               /* 文字を右寄せ */
   }


/***** その他の設定 *****/
.index ul{                        /* indexのメニューリスト */
   margin:0 0 30px;padding:0;     /* マージンとパディング */
   list-style-type:none;          /* リストスタイル */
   font-weight:bold;              /* 文字を太くする */
   }

.top{                           /* topへの戻り */
   margin:15px 0 30px -8%;      /* マージン */
   padding-top:10px;            /* パディング */
   letter-spacing:15px;         /* 文字の間隔 */
   border-top:solid 1px #333;   /* 罫線 */
   text-align:right;            /* 文字を右寄せ */
   }

address{font-style:normal;}   /* indexページのメールアドレスの設定 */
