/* CSS Document */

body,tr,td {
	font-size: 12;
　　　 font-family:MS ゴシック;
　　　 color:dimgray;
         
}

a:link {text-decoration:none;color:778899;}
a:visited {text-decoration:none;color:FFC0CB;}
a:active {text-decoration:none;color:800080;}
a:hover { text-decoration:none; color:5F9EA0;position:relative;top:2;left:2;}
A {text-decoration:none}


body {
	background-color:DB7093;
        background-image:url("knoter1.gif");
        background-attachment : fixed;
    text-align: right;
    scrollbar-arrow-color:FFFFFF; 
　　 scrollbar-face-color:DB7093;
　　 scrollbar-highlight-color:F0E68C; 
　　 scrollbar-3dlight-color:F0E68C;
　　 scrollbar-track-color:DB7093;
　　 scrollbar-shadow-color:F0E68C;
　　 scrollbar-darkshadow-color:F0E68C;}


