BODY {
 background-color : #000000;
 background-image: url("image/v05_top_bgimg_work4.jpg");
 background-repeat : norepeat;
 background-attachment: fixed;
 background-position: top center;
 font-size : 12px;
 color : #99ffff;
 scrollbar-base-color : #000000;
}


TABLE { border : 0px;
		padding :0px; 
		cellspacing :0px; 
		background-repeat : no-repeat ;
}
/*		background-image: url("image/top_bgimg_manoywatore.jpg");*/


H1 {font-size : 24px; font-weight : bold;  }
H2 {font-size : 18px;}
H3 {font-size : 14px;}
H4 {font-size : 14px; font-weight : normal;}

A {color : #cc9900;}
B {color : #ffccoo;}
C {color : #ccccff;}

TEXTAREA {
  color : #ccff00;
  background-color : #000000;
  font-size : 10px;
}
INPUT {color : #ccff00; background-color : #000000; font-size : 10px;}

/*入力モードを強制的半角に（IE以外のブラウザでは無効となる場合あり）*/
.han { ime-mode: disabled; } 

/*フッターのcopyrightの文字の設定*/
.exp { font-size: 9pt; font-family: 'Arial,Default'; }

/*TABLEに関する設定*/
th,td { font-size: 90%; }
