
/* 自由に消して足して書き換えてください。 */


/***** ページの設定 ******/
body{                                                               /* ページ全体の設定 */
   text-align:center;                            /* ページの中央に表示 */
   margin:0px 0%;padding:0px;                  /* マージン・パディングの設定 */
   color:#ccc;                                                      /* 文字色 */
   font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";  /* 文字の指定 */
   font-size:84%;                                                   /* 文字サイズ */
   line-height:150%;                                                /* 行間の設定 */
   background-image:url(img/);   /* 背景画像 */
   background-repeat:no-repeat;
}

html,body {
           overflow-x:auto; 
           scrollbar-3dlight-color:#999;
           scrollbar-arrow-color:#999;
           scrollbar-base-color:#000;
           scrollbar-darkshadow-color:#000;
           scrollbar-face-color:#000;
           scrollbar-highlight-color:#000;
           scrollbar-shadow-color:#999}


p{margin:3px 0 20px;}    /* p要素の設定 */



/***** リンクに関する設定 ******/

a:link   {color:#1E90FF;}   /* indexメニューリンク色 */
a:visited{color:#1E90FF;}   /* indexメニュー既読リンク色 */
a:hover  {color:#00ff00;}   /* indexメニューポインタが乗ったら下線を出す */



/***** h要素に関する設定 ******/
h1{                       /* h1要素に関する設定 */
   font-size:100%;        /* 文字サイズ */
   margin:0 5% 120px 0;   /* マージン */
   padding:0;             /* パディング */
   text-align:right;      /* 文字を右寄せ */
   }

h2{                                /* h2要素に関する設定 */
   width:721px;                           /* 横幅 */
   margin:0 -6% 3px;              /* マージン */
   padding:10px 3%;                /* パディング */
   font-size:130%;                 /* 文字サイズ */
      color:#000;                     /* 文字色 */
   background-color:#FFF;          /* 背景色 */
   border-top   :solid 1px #999;   /* 上罫線 */
   border-bottom:solid 1px #999;   /* 下罫線 */
   }

h3{
   text-align:center;                            /* ページの中央に表示 */
   width:721px;                           /* 横幅 */
   margin:0;                            /* マージン */
   padding:9px 0%;                /* パディング */
   background-color:#000;          /* 背景色 */
   border-bottom:solid 1px #333;   /* 下罫線 */
   border-left :solid 1px #333;         /* 左罫線 */
   border-right:solid 1px #333;         /* 右罫線 */
}

h4{                        /* h4の設定 */
   width:600px;                           /* 横幅 */
   margin:0 6% 40px;              /* マージン */
   padding:15px 0% 5px;                /* パディング */
   font-size:100%;                 /* 文字サイズ */
   color:#666;                     /* 文字色 */
   text-align:right;      /* 文字を右寄せ */
   border-left  :solid 3px #666;   /* 左線 */
   border-bottom:solid 1px #666;   /* 下線 */
}


/***** その他 ******/
.content{                               /* contentの設定 */
   width:721px;                           /* 横幅 */
   margin:0;                            /* マージン */
   padding:50px 0%;                     /* パディング */
   background-color:#000;
   background-image:url(img/.jpg);   /* 背景画像 */
   background-repeat:no-repeat;         /* 背景画像を繰り返さない */
   background-position:0 0;             /* 背景画像の位置 */
   border-left :dashed 1px #999;         /* 左罫線 */
   border-right:dashed 1px #999;         /* 右罫線 */
}

.top{                              /* ページトップへの戻り */
   width:721px;                           /* 横幅 */
   margin:0 -4%;                   /* マージン */
   padding:55px 0%;                /* パディング */
   text-align:center;               /* 文字を右寄せ */
   background-image:url(img/);   /* 背景画像 */
   background-repeat:no-repeat;         /* 背景画像を繰り返さない */
   background-position:0 0;             /* 背景画像の位置 */
   }

.mail{
   text-align:center;                            /* ページの中央に表示 */
   width:614px;                           /* 横幅 */
   padding:9px;                /* パディング */
   color:#ccc;                                                      /* 文字色 */
   font-size:84%;                                                   /* 文字サイズ */
   border-bottom:solid 1px #333;   /* 下罫線 */
   border-left :solid 1px #333;         /* 左罫線 */
   border-right:solid 1px #333;         /* 右罫線 */
}
A{
  text-decoration : none;
}
