@charset "utf-8";
/* CSS Document */


body
{
	text-align:center;
	background-color:#eee;
	
}

#copy
{
	text-align:right;
	font-size:small;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

a{
	text-decoration:none;
}

#copy a:visited
{
	color:#000;	
}

#copy a:link
{
	color:#000;	
}

#copy a:hover
{
	color:#000;	
	text-decoration:blink;	
}

#copy a:active
{
	color:#000;
}