@charset "Shift_Jis";


/* 自由に消して足して書き換えてください。 */

/***** ページの設定 ******/


body{
   background-color:#C3D62D;border-top:5pt solid #000;
   background-image:url(img/bg.gif);                              /* 背景画像の設定 */
   background-attachment: fixed; 
   background-position:0% 100%;
   background-repeat: no-repeat ;
   color:#000;                                                       /* 文字色の設定*/
   font-family:Verdana,Chicago,osaka,"ＭＳ Ｐゴシック",sans-serif;   /* フォントの種類 */
   line-height:150%;                                                 /* 行間の設定 */
   font-size  :10px;   
   scrollbar-face-color: #C3D62D;
   scrollbar-highlight-color: #C3D62D;
   scrollbar-shadow-color: #C3D62D;
   scrollbar-3dlight-color: #C3D62D;
   scrollbar-arrow-color: #000;
   scrollbar-track-color: #C3D62D;
   scrollbar-darkshadow-color: #C3D62D;
   overflow-x:hidden;
p{margin:1px 0 1px;}    /* p要素の設定 */



/***** リンクの設定 *****/
a:link    {color:#000;}  /* リンク色 */
a:visited {color:#000;}  /* 既読リンク色 */
a:hover   {color:#fff;  /* カーソルがリンクの上に来た時の色 */
  text-decoration:underline;}   /* カーソルがリンクの上に来たとき下線を出す */
a{text-decoration:none;}      /* リンクの下線を消す */


body,td{
 color:#000;                                                       /* 文字色の設定*/
   font-family:Verdana,Chicago,osaka,"ＭＳ Ｐゴシック",sans-serif;   /* フォントの種類 */
   line-height:150%;                                                 /* 行間の設定 */
   font-size  :10px;                                                  /* 文字サイズ */
}

hr{}

h1,h2,h3{ font-weight:bold;
         text-align:left;
         font-family:"arial",serif;
         color:#000;
         font-weight:bold; font-size:12px;
         padding:0; margin-top:10px;margin:19px 0px 0px 0px;
         background:url("img/dot.gif") repeat-x 0 100%; }

input,textarea,select,option{
   margin-bottom:0.1em;
   border:solid 1px #000;
   color:#000;
   background-color:#fff;
   }

/***** index.tml、index02.htmlの設定 *****/
#index{                     /* ページ設定 */
   background-image:none;   /* 背景画像 */
   }

#index iframe{            /* アイフレームの設定 */
   width:330px;           /* 幅 */
   height:200px;          /* 高さ */
   }
