@charset "Shift_JIS";
body {
	background-image: url(images/universe_back.jpg);
	background-color: #000;
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
.text_base {
	background-image: url(images/base02.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.small {
	font-size: 12px;
}

a:link {
	color: #02F72B;
	text-decoration: none;
}
.btn {
}
.large {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #063;
	text-decoration: none;
}
