@charset "Shift_JIS";
body {
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

.text_space {
	width: 400px;
}
.white_base {
	background-image: url(images/white_base.png);
	background-repeat: repeat-y;
	background-position: center center;
	width: 830px;
}
.small {
	font-size: 12px;
}
.btn {
}
a:link {
	color: #96C;
	text-decoration: none;
}
a:hover {
	color: #99C;
	text-decoration: none;
}
a:visited {
	color: #639;
	text-decoration: none;
}
