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

.fukidashi {
	background-image: url(images/fukidashi02.png);
	background-repeat: repeat-y;
	color: #FFF;
}

.text {
	width: 500px;
}

.small {
	font-size: 12px;
	line-height: 22px;
}
a:link {
	color: #BE9C52;
	text-decoration: none;
}
a:hover {
	color: #F3C668;
	text-decoration: none;
}
a:visited {
	color: #756032;
	text-decoration: none;
}
 a.btn:hover {
   opacity: 0.5;
   filter alpha(opacity=50);
   -ms-filter: "alpha(opacity=50)";
 }.date {
	font-size: 10px;
	line-height: 16px;
	background-image: url(images/index_date.png);
	background-position: center center;
	width: 150px;
	background-repeat: no-repeat;
}
