@charset "Shift_JIS";



/*****全体の設定*****/

*{

   margin:0;   padding:0; /**余白**/

   line-height : 20px; /**行間**/

   letter-spacing : 1px; /**文字の間隔**/

}



body{

   font-size : 10px;  /**文字の大きさ**/

  font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif; /**文字の種類**/

   color : #cccccc;  /**文字色**/

　　background-color:transparent; /**背景透過**/



/*****スクロールバーの色（ＩＥのみ）*****/

　 scrollbar-face-color:#000000;

　 scrollbar-track-color:#000000;

　 scrollbar-arrow-color:#ffffff;

　 scrollbar-3dlight-color:#000000;

　 scrollbar-highlight-color:#cccccc;

　 scrollbar-shadow-color:#999999;

　 scrollbar-darkshadow-color:#333333;

}



td{

  font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;/**文字の種類**/

   font-size : 10px;  /**テーブルセル内の文字の大きさ**/

}



/*****スクロール透過のためのタグ*****/

.imgscroll{

   filter:chroma(color=#000000);

   width:100%; 

   height:100%; 

   overflow:auto; 

}



/*****リンクの設定*****/

a:link,a:active,a:visited{

  color : #cccccc;

  text-decoration : none;

}

a:hover {

  position : relative;

  top:2px;

  right:2px;

  color:blue;

}



/****コピーライト表示設定****/

.copyright,copyright a{

   font-size : 9px; /**文字大きさ**/

   margin:10px;  padding:2px;

}



/*****タイトル（サイト名）*****/

h1,h1 a{

   font-size : 14px; 

   font-weight : bold;

   margin: 10px;

}



/*****見出し*****/

h2{

   font-size : 12px; 

   margin:15px;   padding:2px;

   border-left:solid 5px #3333ff;

   font-weight : bold;

}





/****テキスト設定****/

.text1{

   margin:30px;

   padding:2px;

}



/*****フォーム*****/

textarea,input,select {

   padding:2px;

   font-family: Osaka,"ＭＳ Ｐゴシック";

   font-size : 10px; /**文字の大きさ**/

   border: solid 1px #3333ff;

　　background-color:transparent;

   color : #cccccc;   

}





/*-css by Pleasure-*/