@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%;
	color: #333333;
	text-align: center;
	background-repeat: repeat;
	background-image: url(../img/bit.gif);
}
a:link{
	color: #FF6600;
	text-decoration: none;
}
a:visited{
	color: #993300;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #FF6600;
	text-decoration: underline;
}
a:active{
	color: #993300;
}
