BODY {
 font-family:Verdana,Osaka;
 font-size:12px;
 color:#000033;
 line-height:15px;
 scrollbar-track-color: #ffffff;
 scrollbar-arrow-color: #9999CC;
 scrollbar-3dlight-color: #9999CC;
 scrollbar-highlight-color: #ffffff;
 scrollbar-shadow-color: #ffffff;
 scrollbar-darkshadow-color: #9999CC;
}

/*リンク関係*/
/*未訪問リンク*/
A:link { color: #0066CC; text-decoration: none; }
/*既訪問リンク*/
A:visited { color: #FF6633; text-decoration: none; }
/*訪問中（クリック後）リンク*/
A:active { color: #339999; text-decoration: none; }
/*マウスオーバー中のリンク*/
A:hover { color:#FF6666; text-decoration: underline; }



td{
 font-family:Verdana,Osaka;
 font-size:12px;
 line-height:15px;
}

.b {
 border-left : 1px solid #999999 ; border-right : 1px solid #999999 ;}
.b2 {
 border-bottom : 1px solid #999999 ;}
 
.ct{　/*左のテキスト部分*/
padding : 5px;
width :10%
}

.p1{  /*右のメインスペース*/
border-left : 10px solid #e0e0e0;
padding-left :10px;
margin-bottom : 10px;
width :90%;
}

.kazusa{　/*かずさへのリンク部分*/
 background-color :#666699;
 font-size :10px;
 text-align :right;
 height :20px;
}

.FONT1{
 font-weight:bold;
 color:#336666;
}

.COLOR{
 color:#009966;
}

.SQUARE{
 font-size:xx-small;
 color:#CC6666;

}

.KOMOKU1{
font-size:12px;
color:#333366;
font-weight:bold;
margin-left:20px;
margin-right:30px;
background-color:#E6E6FA;
}
          
.LINE{
border-bottom-width: 2px; 
border-bottom-style: dotted; 
border-bottom-color: #99CC99;


}