 *{ letter-spacing: 0 }
BODY {
 font-family:MS UI Gothic,Osaka;
 color:#696969;
 background-attachment:fixed;
 background-color:#ffffff;
 background-image:url(./img/snow2.jpg);
 background-position:right bottom;
 background-repeat:no-repeat;
}

A:link   {color:#7B68EE; }
A:visited{color:#008080; }
A:active {text-decoration: none; color:#008080;
		position: relative; 
		top: 1px; 
		left: 1px; }
A:hover  {text-decoration: none; color:#6495ED;
		position: relative; 
		top: 1px; 
		left: 1px; }
}

TD{
 font-family:Verdana,"MS UI Gothic",Osaka;
 color:#363636;
 font-size:12px;
 line-height:1.3;
 /*\*/
letter-spacing: 0.1em;
/**/
}

b{
 font-size:14px;
}

img{
	vertical-align: middle;
}
