
/* 一般用リンク設定 */
A {color : #666666; text-decoration: none;}
A:VISITED {color : #666666; text-decoration: none;}
A:hover {color : #ffffff; text-decoration:none; background-color: #428c31;}
A:ACTIVE {color : #ffffff; text-decoration:nonne; background-color: #428c31;}


/* スクロールバーと背景設定 */
BODY{
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#000000;
background: #000000 ;
}


.TA1{
background-color: #ffffff;
font: 14px;
color: #666666;
line-height: 20px;
padding: 5px;
}

.solid{
width: 100%;
font: 12px;
border: solid 1px #666666;
background-color: #efefef;
}


.bottom{
background-color: #418D37;
font: 11px;
color: #ffffff;
padding: 5px;
}
.bottom A {color : #ffffff; text-decoration: none;}
.bottom A:VISITED {color : #ffffff; text-decoration: none;}
.bottom A:hover {color : #ffffff; text-decoration:underline; background-color: #428c31;}
.bottom A:ACTIVE {color : #ffffff; text-decoration:underline; background-color: #428c31;}