/* 文字 */
p{ color:#000000; font-size: 12.0px; } 
table { font-size:12.0px;color:#000000; }
TD{ font-size:12.0px;color:#000000; }
body {background-color:#ffffff;
background-image:url(back0.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 100% 0%}


/* スクロールバー */
BODY, FORM{ 
scrollbar-base-color :#e6cde3;/*ベース*/
scrollbar-face-color: #ffffff;/*中身*/
scrollbar-highlight-color: #C4DF9B;/*表ワク*/ /*A1*/
scrollbar-shadow-color: #C4DF9B;/*裏ワク*/ /*A1*/
scrollbar-3dlight-color: #C4DF9B;/*表影*/ /*B1*/
scrollbar-darkshadow-color: #C4DF9B;/*裏影*/ /*B1*/
scrollbar-arrow-color: #C4DF9B;/*▼*/ /*A1*/
scrollbar-track-color: #e6cde3;/*バック*/ /*B1*/
}

/* リンク */
a { text-decoration:none; }
a:link { color: #AA0000; }
a:visited { color: AA0000; }
a::hover {COLOR: #AA0000; BACKGROUND-COLOR: #e6cde3} 
a:active { color: #AA0000; }

