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

.border {
	background-image: url(images/border.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 900px;
}
.border_to_paper {
	background-image: url(images/border_to_paper.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 900px;
}
.border_to_white {
	background-image: url(images/border_to_white.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 900px;
}

.topic_space {
	padding-top: 20px;
	padding-bottom: 10px;
}

.small {
	font-size: 12px;
}

.paper {
	background-image: url(images/paper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a:link {
	color: #F99;
	text-decoration: none;
}
a:hover {
	color: #FCC;
	text-decoration: none;
}
a:visited {
	color: #F63;
	text-decoration: none;
}

.amount {
	font-size: 10px;
	color: #F63;
}

 a.btn:hover {
   opacity: 0.5;
   filter alpha(opacity=50);
   -ms-filter: "alpha(opacity=50)";
 }
 
 .capred{color:#F90004; font-weight:bold; padding-top:20px; padding-bottom:10px;}