<!--

/*背景画像、背景色*/
body{
background-image : url(./mat/back.gif) ;
background-attachment:fixed;
background-color:#ffffff;
background-position:top left;
background-repeat:repeat;}

/*文字の等間隔配置*/
/*body{letter-spacing: 5px;}*/

/*スクロールバー*/
body {
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #57003A;
    scrollbar-darkshadow-color: #FF3399;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FF3399;
    scrollbar-arrow-color: #FF3399;
}

/*リンク色*/
A:link { text-decoration:none; color:#000080; }
A:visited { text-decoration:none; color:#000080; }
A:active { text-decoration:underline; color:#000080; }
A:hover { text-decoration:underline; color:#1e78ff; }

-->