
/* 自由に消して足して書き換えてください。 */


/***** ページ全体の設定 ******/
body{
   margin:0;padding:0;                                              /* マージン、パディング */
   color:#333;                                                      /* 文字色 */
   font-family:Verdana,Chicago,osaka,"ＭＳ Ｐゴシック",sans-serif;  /* 文字の指定 */
   font-size:84%;                                                   /* 文字サイズ */
   line-height:150%;                                                /* 行間の設定 */
   background-color:#000;                                           /* 背景色 */
   background-image:url(img/top.jpg);                               /* 背景画像 */
   background-position:0% 0%;                                       /* 背景画像の表示位置 */
   background-repeat:no-repeat;                                     /* 背景画像を繰り返さない */
   background-attachment: fixed;                                    /* 背景画像をスクロールさせない */
   }



/***** hタグにかんする設定 *****/
h1{                          /* h1タグ */
   margin:10px 0 10px 2%;    /* マージン */
   padding:20px 0;           /* パディング */
   width:60%;                /* 横幅 */
   float:left;               /* 左に寄せる */
   }

h2{                                  /* h2タグ */
   margin:40px 0 3px;                /* マージン */
   font-size:100%;                   /* 文字の大きさ */
   border-bottom:double 3px #ccc;    /* 罫線 */
   }



/***** その他の設定 *****/
.menu{                      /* メニュー部分の設定 */
   margin:0 2% 0 0;         /* マージン */
   background-color:#fff;   /* 背景色 */
   width:17%;               /* 横幅 */
   float:right;             /* 右寄せ */
   }

.menu ul{                       /* メニュー部分の設定 */
   margin:30px 5%;padding:1%;   /* マージンとパディング */
   list-style:none;             /* メニューリスト */
}

.div00{          /* 左側の設定 */
   width:75%;    /* 横幅 */
   float:left;   /* 左寄せ */
   }

.contents{                          /* contentsの設定 */
   margin:0;padding:10px 3% 30px;   /* マージンとパディング */
   background-color:#fff;           /* 背景色 */
   }



/***** 以下丸角 *****/
.kado{                      /* 丸角の部分 */
   margin:0;padding:0;       /* マージンとパディング */
   background-color:#000;   /* 背景色 */
   }

.kado span{                 /* 丸角の部分02 */
   height:1px;              /* 高さ */
   background-color:#fff;   /* 背景色 */
   display:block;           /* spanをブロック要素のようにする */
   overflow:hidden;         /* はみ出した場合の指定 */
   }

.sen{border-top:solid 1px #000;}  /* 丸角、左の上 */

/* 以下丸角の設定。いじらない事を推奨。 */
.r1{margin:0 5px 0 0;}
.r2{margin:0 3px 0 0;}
.r3{margin:0 2px 0 0;}
.r4{margin:0 1px 0 0; height: 2px;}

.m1{margin:0 5px;}
.m2{margin:0 3px;}
.m3{margin:0 2px;}
.m4{margin:0 1px; height: 2px;}

