BODY{
	font-family : "Meiryo";
	background-image : url(parts/bg.gif);
	background-repeat : repeat;
	background-attachment : fixed;
}

A{
	color : #666666;
}
A:LINK{
	color : #666666;
	text-decoration : underline;
}
A:ACTIVE{
	color : #666666;
	text-decoration : underline;
}
A:VISITED{
	color : #666666;
	text-decoration : underline;
}
A:HOVER{
	color : #FF0066;
	text-decoration : underline;
}
