@charset "Shift_JIS";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(images/base.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
	word-spacing: 1px;
}
.gray {
	background-color: #2E2E2E;
}
.btn {
}
.date {
	font-size: 12px;
	color: #999;
}
.small {
	font-size: 12px;
	line-height: 24px;
}
.topic {
	font-size: 16px;
	line-height: 24px;
	color: #63C;
	font-weight: bold;
}
a:link {
	color: #639;
	text-decoration: none;
}
a:visited {
	color: #633;
	text-decoration: none;
}
a:hover {
	color: #FC6;
	text-decoration: none;
}
.bold {
	font-size: 16px;
	font-weight: bold;
}
