BODY{
scrollbar-face-color: #aaaaaa; /* 表面の色 */
scrollbar-arrow-color: #eeeeee; /* 矢印の色 */
scrollbar-highlight-color: #FFFFFF; /* ハイライトの色 */
scrollbar-shadow-color: #FFFFFF; /* 影の色 */
scrollbar-base-color: #cccccc; /* ベース色 */
scrollbar-3dlight-color: #eeeeee; /* 左端と上端の色 */
scrollbar-darkshadow-color: #555555; /* 右端と下端の色 */
scrollbar-track-color:#ededed;
 
 color:#443422;
 
 background-attachment: fixed;
 background-repeat:right;
 background-position:100% 100%;
 background-image:url('img/BG.gif');
 background-color:#fff;
 
margin: 20;
margin-left: 20;
padding: 0;

A{text-decoration : none;}
a:link {color:#888888; text-decoration="underline"}
a:visited {color:444444; text-decoration="underline"}
a:active {color:666666; }
}