@charset "Shift_JIS";

/*****全体の設定*****/
*{
   line-height : 20px; /**行間**/
   letter-spacing : 1px; /**文字の間隔**/
}

body{
   background-color:#000000; /**背景色**/
   background-color:transparent;/**背景透過**/
   font-size : 10px; /**文字の大きさ**/
   font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
   color : #ffffff;  /**文字色**/

/*****スクロールバーの色（ＩＥのみ）*****/
　scrollbar-face-color:#000000;
　scrollbar-track-color:#000000;
　scrollbar-arrow-color:#009933;
　scrollbar-3dlight-color:#000000;
　scrollbar-highlight-color:#000000;
　scrollbar-shadow-color:#000000;
　scrollbar-darkshadow-color:#000000;
}

table,td{
   font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
   font-size : 10px; /**文字の大きさ**/

}

/**インラインフレームフィルター設定**/
iframe{
   background-color:#000000;
   filter:alpha(opacity=50);
   -moz-opacity: 0.5; 
   opacity: 0.5;
   border: solid 1px #009933; 
}

/**セル内フィルター設定**/
.t{
   background-color:#000000;
   filter:alpha(opacity=50);
   -moz-opacity: 0.5; 
   opacity: 0.5;
   border: solid 1px #009933; 
}

/*****リンクの設定*****/
a:link,a:active,a:visited{
  color : #ffffff;
  text-decoration : none;
}
a:hover {
  position : relative;
  top:2px;
  right:2px;
  color:#009933;
}

/****コピーライト表示設定****/
.copyright,copyright a{
   font-size : 9px; /**文字大きさ**/
   margin:0px;  padding:2px;
}

/*****タイトル（サイト名）*****/
h1,h1 a{
   font-size : 12px; 
   margin: 10px;
}


/*****見出し*****/
h2{
   padding:2px;
   margin:10px;
   font-size : 10px; 
   font-weight : bold;
   border-bottom : solid 1px #009933; 
}


/****テキスト設定****/
.text1{
   margin:20px;
   padding:2px;
}


/*****フォーム*****/
textarea,input,select {
   padding:2px;
   font-family: Osaka,"ＭＳ Ｐゴシック";
   font-size : 10px; /**文字の大きさ**/
   border : dotted 1px #009933; 
   background-color:#000000; 
   color : #ffffff;   
}


/*css by Pleasure*/