/* CSS Document */

*{ margin: 0; padding: 0; }

body{
   background: #000000;
   leftmargin: 0;
   topmargin: 0;
   marginwidth: 0;
   marginheight: 0;
   color: #333333;
   }

.text01{
   font-size: 10px;
   line-height: 1.2;
   }

.text01a{
   font-size: 10px;
   line-height: 1.0;
   }

.text01b{
   font-size: 10px;
   line-height: 1.0;
   }

.text02{
   font-size: 11px;
   }

.text02a{
   font-size: 11px;
   line-height: 1.0;
   }

.text02b{
   font-size: 11px;
   font-weight: bold; 
   }

.text03{
   font-size: 10px;
   line-height: 1.1;
   }

.text04{
   font-size: 17px;
   }

.color01{
   color: #FF9900; 
   }
   
.color02{
   color: #FF00CC; 
   }

.color03{
   color: #FF0000; 
   }

.color04{
   color: #000066; 
   }

.color05{
   color: #9933FF; 
   }

.center{
    text-align: center;
	}
	
.right{
    text-align: right;
	}	
	
.lh3{
    line-height:0.3;
	}
	
a:link { color: #333333; }

a:visited { color: #999999; }

a:hover { color: #ffcc33; }

a:active { color: #ffffff; }	
