BODY {
 font-size:90%;
 line-height:15px;
}

/*リンク関係*/
/*未訪問リンク*/
A:link { color: #333366; text-decoration: none; }
/*既訪問リンク*/
A:visited { color: #006699; text-decoration: none; }
/*訪問中（クリック後）リンク*/
A:active { color: #FF6633; text-decoration: none; }
/*マウスオーバー中のリンク*/
A:hover { color:#FF6633; text-decoration: underline; }


table{
 color:#333333;
 line-height:15x;
}

tr,td{
 color:#333333;
 font-size:90%;
 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 :90%;
 text-align :right;
 height :20px;
}

.FONT1{
 font-weight:bold;
 color:#003366;
}



