body {
	background-image: url(images/base.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	background-attachment: fixed;
	background-color: #000;
}

.white_base {
	background-image: url(images/whitebase02.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	padding-top: 10px;
}
.black_base {
	background-image: url(images/blackbase02.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	padding-top: 10px;
	color: #CCC;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
}
.photo, .images {
	padding-bottom: 10px;
}
.btn {
}
.date {
	font-size: 10px;
	line-height: 22px;
	color: #999;
	background-image: url(images/date_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 133px;
}
.sub_title {
	font-size: 13px;
	background-image: url(images/titlebase02.png);
	background-repeat: repeat-x;
}
.topic {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #09C;
}
.text_space {
	padding-left: 5px;
	color: #333;
}
.spec_space {
	padding-bottom: 30px;
	padding-left: 10px;
}
a:link {
	color: #FC3;
	text-decoration: none;
}
a:hover {
	color: #FF6;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
