@charset "Shift_JIS";

/*****全体の設定*****/
*{
   line-height : 18px; /**行間**/
   letter-spacing : 1px; /**文字の間隔**/
}
body{
   font-size : 10px;  /**文字の大きさ**/
   font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif; /**文字の種類**/
   color : #cccccc;  /**文字色**/
   background-color:#000000;
   background-color:transparent;/**背景透過**/
   overflow-x: hidden; /**横スクロールが出ない**/
   overflow-y: scroll; /**縦**/

/*****スクロールバーの色（ＩＥのみ）*****/
　scrollbar-face-color:#000000;
　scrollbar-track-color:#000000;
　scrollbar-arrow-color:#0000ff;
　scrollbar-3dlight-color:#000000;
　scrollbar-highlight-color:#000000;
　scrollbar-shadow-color:#000000;
　scrollbar-darkshadow-color:#000000;
}

/*****テーブルセル内*****/
td{
   font-size : 10px;  /**文字の大きさ**/
   font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;/**文字の種類**/
   color : #cccccc;  /**文字色**/
}

/**インラインフレーム設定**/
iframe{
   background:#000000 url(b.png);
   filter:alpha(opacity=60);
   -moz-opacity: 0.6; 
   opacity: 0.6;
}

/****セル内フィルター設定****/
.t{
   background-color:#000000;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6; 
   opacity: 0.6;
}

/*****リンクの設定*****/
a:link,a:active,a:visited{
  color : #cccccc;  /**リンク文字色**/
  text-decoration : none;
}
a:hover {
  position : relative;
  top:1px;
  right:1px;
  color:#0000ff;  /**マウスをのせたときのリンク文字色**/
}

/****コピーライト表示設定****/
.copyright,copyright a{
   font-size : 9px; /**文字大きさ**/
   color : #cccccc;  /**文字色**/
   margin:10px;  padding:2px;
}

/*****タイトル（サイト名）*****/
h1,h1 a{
   font-size : 12px;  /**文字大きさ**/
   font-weight : bold;  /**太字に設定**/
   color : #cccccc;  /**文字色**/
   margin: 10px;  
}

/*****見出し*****/
h2{
   font-size : 10px; 
   margin:15px;   padding:2px;  /**余白**/
   border-bottom: solid 2px #0000ff;  /**線**/
   color:#0000ff;  /**文字色**/
   font-weight : bold;  /**太字に設定**/
}

/****テキスト設定****/
.text1{
   margin:30px;
   padding:2px;
}

/*****フォーム*****/
form{
   margin:0px;   padding:0px;
}
textarea,input,select {
   font-family: Osaka,"ＭＳ Ｐゴシック";
   font-size : 10px; /**文字の大きさ**/
   border: dotted 1px #0000ff;  /**線**/
   background-color:#000000;   /**背景色**/
   color : #ffffff;     /**文字色**/
}


/*-css by Pleasure-*/