@charset "utf-8";
/* CSS Document */


/*■■■■■■■-----全体構造-----■■■■■■■*/

body{
    width:100%;
	height:100%;
	margin-top:0;
    margin-left:0;
 }
 
.tx1{
 font-size:9px;
 }
 
.tx1gr{
 font-size:9px;
 color:#666666;
 } 
 
.tx2{
 font-size:10px;
 }
 
.tx2gr{
 font-size:10px;
 color:#666666;
 }  
 
.tx3{
 font-size:11px;
 line-height:150%;
 }
 
.tx3gr{
 font-size:11px;
 color:#666666;
 line-height:150%;
 } 
 
.tx3gr2{
 font-size:11px;
 color:#666666;
 line-height:170%;
 }  
 
.tx3re{
 font-size:11px;
 color:#FF0000;
 line-height:150%;
 }  
 
.tx3re2{
 font-size:11px;
 color:#FF0000;
 line-height:180%;
 }   
 
.tx3wh{
 font-size:11px;
 color:#FFFFFF;
 line-height:150%;
 }  
 
.tx3_1{
 font-size:11px;
 color:#666666;
 line-height:150%;
 }   
 
.tx4{
 font-size:12px;
 line-height:2;
 }
 
.tx4re{
 font-size:12px;
 color:#FF0000;
 line-height:155%;
 } 
 
.tx4gr{
 font-size:12px;
 color:#666666;
 }  
 
.tx5{
 font-size:13px;
 }
 
.tx5gr{
 font-size:13px;
 color:#666666;
 }  
 
.tx6{
 font-size:14px;
 }    
 
.tx6gr{
 font-size:14px;
 color:#666666;
 }  
 

/*-----リンクの設定-----*/
 
a:link{
 color:#666666;
 text-decoration:none;
 }
 
a:visited{
 color:#666666;
 text-decoration:none;
 }
 
a:hover{
color:#990000;
 text-decoration:none;
 }
 
a:active{
 color:#666666;
 text-decoration:none;
 }
 