@charset "Shift_JIS";

/*****全体の設定*****/
*{
   margin : 0 ; padding : 0 ; /**余白**/
   line-height : 20px; /**行間**/
   letter-spacing : 1px; /**文字の間隔**/
}
body{
   font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
   font-size : 10px; /**文字大きさ**/
   background-color:#000000; /**背景色**/
   color : #999999;  /**文字色**/

/*****スクロールバーの色（ＩＥのみ）*****/
　 scrollbar-face-color:#000000;
　 scrollbar-track-color:#000000;
　 scrollbar-arrow-color:#f0f7ff;
　 scrollbar-3dlight-color:#000000;
　 scrollbar-highlight-color:#000000;
　 scrollbar-shadow-color:#000000;
　 scrollbar-darkshadow-color:#000000;
}

/*****テーブルセル内*****/
td{
   font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
   font-size : 10px; 
   color : #999999;  /**文字色**/
}

/*****リンクの設定*****/
a:link,a:active,a:visited{
   color : #f0f7ff;  /**リンク文字色**/
   text-decoration : none;
}
a:hover {
   position : relative;
   color:#666666;  /**マウスを乗せたときのリンク文字色**/
}

/****テキスト設定****/
.text1{
   margin:20px;
   padding:2px;
}

/*****タイトル（サイト名）*****/
h1,h1 a{
   font-size : 14px; 
   color : #f0f7ff;  /**文字色**/
}

/****コピーライト表示設定****/
.copyright,copyright a{
   font-size : 9px; /**文字大きさ**/
   margin: 0px 5px 0px 5px;　
   color : #999999;  /**文字色**/
}

/*****見出し*****/
h2{
   margin:10px;
   padding : 2px; 
   font-size : 10px;  /**文字大きさ**/
   color : #666666;   /**文字色**/
   border-left : solid 10px #666666;/**枠線の設定**/
}

/*****フォーム*****/
textarea,input,select {
   font-size:10px; /**文字大きさ**/
   font-family: Osaka,"ＭＳ Ｐゴシック";
   border : dotted 1px #666666; /**枠線の設定**/
   background-color:#000000; /**背景色**/
   color : #999999;   /**文字色**/
}





/**css by Pleasure**/