/*　20040618　*/
/*補足、変更*/
/*　＠body用ＣＳＳ(背景色、文字色など)＠　*/

body {
background : "#ffffff";

font-family : "ＭＳ Ｐゴシック", Osaka, sans-serif; 
overflow:hidden;
}
/*スクロールバーの色変更*/

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用ＣＳＳ(主に文字に使っています)＠　*/



.c1 {
            color : #000000; 
       font-size : 11px; 
     line-height : 13px; 
    font-weight : normal; 
    margin-bottom: 30px;
}


.c2   { color: #696969; font-weight: normal; font-size: 11px; line-height: -2px; list-style-type: none }



.c3 {
            color : #ff3300; 
       font-size : 11px; 
     line-height : 13px; 
    font-weight : normal; 
    margin-bottom: 10px;
   
}


.c3a{
	color : #3399FF;
	font-size : 13px;
	line-height : 19px;
	font-weight : normal;
} 
.a01{
	color : #696969;
	font-size : 13px;
	line-height : 15px;
	font-weight : normal;
} 

.c3a_01{
	color : #3399FF;
	font-size : 11px;
	line-height : 12px;
	font-weight : normal;
} 




 DIV.c3b{
color : #008b8b; 
font-size : 13px; 
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 
 } 



.c4 {
     color : #f5f5f5; 
     font-size : 11px; 
     line-height : 13px; 
     font-weight : normal; 
}



.c5 {
color : #696969; 
font-size :11px; 
line-height : 19px; 
font-weight : normal; 
} 



.c5a  { color: black; font-weight: normal; font-size: 10px } 
.c5b  { color: #FFFFFF; font-weight: normal; font-size: 10px }

.c6 {
color : #000000; 
font-size : 11px; 
line-height : 13px; 
font-size : 10px; 
line-height : 12px; 
font-weight : normal; 
} 

.c6a  { color: #000000; font-weight: normal; font-size: 10px; line-height: 12px; margin-bottom: 5px } 


.c6b  { 
color: #000000; 
font-weight: normal; 
font-size: 11px; 
line-height: 12px;
padding-bottom: 5px; 
border-bottom: 1px solid gray
 }

.c6c    { 
color: #4b4b4b; 
font-weight: lighter; 
font-size: 10px; 
line-height: 15px; 
letter-spacing: 1px; 
border: #808080 ;
} 


.c6d {
color : #000000; 
font-size : 11px; 
line-height : 13px; 
font-size : 10px; 
line-height : 12px; 
font-weight : normal; 
margin-bottom : 20px;
letter-spacing : 2px;
border : 1px solid #000000;

} 

.c6e {
color : #F5F5F5; 
font-size : 11px; 
line-height : 13px; 
font-size : 10px; 
line-height : 12px; 
font-weight : normal; 
margin-bottom : 20px;
letter-spacing : 2px;
border : 1px solid #000000;

} 


.c7 {
color : #696969; 
font-size : 13px; 
line-height : 12px; 
font-weight : bold; 
} 

.c8 {
color : #696969; 
font-size : 13px; 
line-height : 16px; 
font-weight : bold; 
} 

.c9 {
color : #808080; 
font-size : 13px; 
line-height : 16px; 
font-weigh
font-weight : normal; 
margin-bottom :10px;
font-weight : bold;
} 

.c10 {
overflow-y : scroll;
height :800px;
} 

.c11 {
      color : #000000; 
      font-size : 12px; 
      border-bottom-style : solid;
      border-bottom-width : 1px;
      border-color : #000000;       
  
}

 .list
 {
 list-style-type : square;
 list-style-position : outside;
 margin-top : 1px;
 line-height : 11px;
  }
.c12 { color: gray; font-style: normal; font-size: 10px; line-height: 13px; list-style-type: square; list-style-position: outside; margin-top: 1px }
a:link{
	color : #222222;
	font-size : 13px;
	text-decoration : none;
}

a:visited{
	color : #222222;
	font-size : 13px;
	text-decoration : none;
}

a:hover{
	color : #3399FF;
	font-size : 13px;
	text-decoration : underline;
}

a:active{
	color : #3399FF;
	font-size : 13px;
	text-decoration : underline;
}



A#02:LINK{
	color : #f5f5f5;
	font-size : 13px;
	line-height : 13px;
	font-weight : normal;
}
A#02:VISITED{
	color : #f5f5f5;
	font-size : 13px;
	line-height : 13px;
	font-weight : normal;
}
A#02:HOVER{
	color : #aad2dd;
	font-size : 13px;
	text-decoration : underline;
	line-height : 13px;
	font-weight : normal;
}
A#02:ACTIVE{
	color : #aad2dd;
	font-size : 13px;
	text-decoration : underline;
	line-height : 13px;
	font-weight : normal;
}
