/*　20040618　*/

/*　＠body用ＣＳＳ(背景色、文字色など)＠　*/

body {
background : "#ffffff";
font-family : "ＭＳ Ｐゴシック", Osaka, sans-serif; 

}
/*スクロールバーの色変更*/

HTML{
　　scrollbar-arrow-color : #ffffff ; 
　　 scrollbar-face-color : #ffffff;
　　 scrollbar-highlight-color : #ffffff; 
　　 scrollbar-3dlight-color : #9a9a9a;
　　 scrollbar-track-color : #ffffff;
　　 scrollbar-shadow-color : #9a9a9a;
　　 scrollbar-darkshadow-color : #ffffff;
    
}


/*　＠div用ＣＳＳ(主に文字に使っています)＠　*/



DIV.c1 {
            color : #000000; 
       font-size : 11px; 
     line-height : 13px; 
    font-weight : normal; 
    margin-bottom: 30px;
}


/*h4*/  DIV.c2   { color: #696969 ; font-weight : normal ; font-size : 11px; line-height : -2px ; list-style-type : none }



      DIV.c3 {
            color : #ff3300; 
       font-size : 11px; 
     line-height : 13px; 
    font-weight : normal; 
    margin-bottom: 10px;
   
}


/*h2*/      DIV.c3a {
color : #008b8b; 
font-size : 11px; 
line-height : 12px; 
font-weight : normal; 
} 

 DIV.c3b{
color : #008b8b; 
font-size : 11px; 
line-height : 10px; 
font-weight : normal; 
padding-bottom :5px;
padding-top :5px;
} 

.c3c  { color: #008b8b; 
font-weight: normal; 
font-size: 11px; 
line-height: 10px; 
margin-top: 20px; 
margin-bottom: 5px } 

span.c3d {
 color: #008b8b; 
 font-weight: normal; 
 font-size: 11px; 
 line-height: 10px; 
 text-align: right 
 } 
 
div.c3e {
color : #008b8b; 
font-size : 11px; 
font-weight : normal; 
} 



DIV.c4 {
     color : #f5f5f5; 
     font-size : 11px; 
     line-height : 13px; 
     font-weight : normal; 
}


/*h3*/  div.c5 {
color : #696969; 
font-size : 11px; 
line-height :19px; 
font-weight : normal; 
} 


/*h3*/  div.c5c {
color : #696969; 
font-size : 11px; 
line-height :22px; 
font-weight : normal; 
} 

/*h3*/  div.c5d {
color : #D3D3D3; 
font-size : 11px; 
line-height :22px; 
font-weight : normal; 
}
div.c6a  { font-size: 11px; line-height: 30px }
/*h3*/  DIV.c5a {
color : #696969; 
font-size : 11px; 
line-height : 14px; 
font-weight : normal; 
} 



/*h1*/ DIV.c6 {
color : #000000; 
font-size : 11px; 
line-height : 13px; 
font-size : 10px; 
line-height : 12px; 
font-weight : normal; 
} 

DIV.c6a {
color : #000000; 
font-size : 11px; 
line-height : 13px; 
font-size : 10px; 
line-height : 12px; 
font-weight : normal; 
margin-bottom : 20px;
} 




/*h5*/  .c7 {
color : #696969; 
font-size : 10px; 
line-height : 12px; 
font-weight : bold; 
} 

DIV.c8 {
color : #696969; 
font-size : 12px; 
line-height : 16px; 
font-weight : bold; 
} 

DIV.c9 {
color : #808080; 
font-size : 10px; 
line-height : 16px; 
font-weigh
font-weight : normal; 
margin-bottom :10px;
font-weight : bold;
} 

.c10 {
overflow-y : scroll;
height : 380px;
} 


/*　＠link用ＣＳＳ＠　*/



  a.01:link {
 color : #222222; 
  font-size : 11px;   

 } 
 
 a.01:visited {
 color : #000000; 
  font-size : 11px; 
  
 } 
 
 a.01:hover {
 color : #aad2dd; 
  font-size : 11px; 
  text-decoration : underline; 

 
 }
 a:link , a:visited {
text-decoration : none; 
} 


  a.02:link {
 color : #f5f5f5; 
  font-size : 11px;   
   line-height : 13px; 
     font-weight : normal; 

 } 
 
 a.02:visited {
 color : #f5f5f5; 
  font-size : 11px; 
   line-height : 13px; 
     font-weight : normal; 
  
 } 
 
 a.02:hover {
 color : #aad2dd; 
  font-size : 11px; 
  text-decoration : underline; 
   line-height : 13px; 
     font-weight : normal; 

 
 }