@charset "Shift_JIS";
body {
	font-size: 14px;
	line-height: 24px;
	background-attachment: fixed;
	background-image: url(images/base.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	padding: 0px;
	margin: 0px;
	background-color: #BFE2F6;
}
.small {
	font-size: 12px;
}
.btn {
}
a:link {
	color: #FD816A;
	text-decoration: none;
}
a:hover {
	color: #FDC6B7;
	text-decoration: none;
}
a:visited {
	color: #C96552;
	text-decoration: none;
}
