@charset "Shift_Jis";



/***** ページの設定 ******/
body{                                                               /* ページ全体の設定 */


margin-top:20px;
margin-bottom:20px;
margin-left:110px;
margin-right:20px;



                                        /* マージン */
   background-color: #ffffff;                                           /* 背景色 */
   color:#000000
;                                                   /* 文字色 */
   font-family:Verdana;  /* 文字の指定 */
   font-size:83%;                                                   /* 文字サイズ */
   line-height:200%;                                                /* 行間の設定 */
   }

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

a:link{color:#000000;text-decoration:none;}
a:visited{color:#000000;text-decoration:none;}
a:active{color:#c3c3c3;text-decoration:none;}
a:hover{color:#c3c3c3;text-decoration:none;}
br{letter-spacing:normal;}
img{border:none;}

body,td{
    
    scrollbar-face-color:#ebebeb;
　scrollbar-highlight-color:#ebebeb;
　scrollbar-shadow-color:#ebebeb;
　scrollbar-3dlight-color:#ebebeb;
　scrollbar-arrow-color:#FFFFFF;
　scrollbar-track-color:#FFFFFF;
　scrollbar-darkshadow-color:#ebebeb;
    
}


BODY {
  background-color: #------; background-image : url(bg_36_8.gif);
  background-repeat: repeat-y; background-attachment: fixed;
} 


#return{                         /* メニューへの戻り */
   margin:30px 0 0;              /* マージン */
   padding:5px 15px;             /* パディング */
   border-top:dashed 1px #eee;   /* 上罫線 */
   text-align:right;             /* 文字を右寄せ */
   }
