body {
	background-attachment: fixed;
	background-image: url(images/window_base.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
.small {
	font-size: 12px;
}
.paper_base {
	background-image: url(images/paper_base02.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 25px;
	padding-left: 25px;
	color: #900;
}
.btn {
}
.shinran_bot {
	margin-bottom: 15px;
}
.border {
	background-image: url(images/border.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
}
a:link {
	color: #FF3F7E;
	text-decoration: none;
}
a:visited {
	color: #AD2955;
	text-decoration: none;
}
