@charset "shift_jis";

body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #3333FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996699;
}
a:hover {
	text-decoration: none;
	color: #3333FF;
}
a:active {
	text-decoration: none;
}