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

.yodogawa {
	background-image: url(images/yodogawa.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 620px;
	width: 850px;
	padding-bottom: 50px;
	padding-left: 70px;
}
.tate {
	background-image: url(images/border_tate.png);
	background-repeat: repeat-y;
	background-position: 110px;
	width: 150px;
}
.whitebase {
	background-image: url(images/white_base02.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.sand_01 {
	background-image: url(images/sand_base01.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
}
.sand_02 {
	background-image: url(images/sand_base03.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
}
.sand_base {
	background-image: url(images/sand_base02.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.text {
	margin-left: 220px;
}
.black_base {
	background-image: url(images/black_base.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.small {
	font-size: 12px;
	line-height: 24px;
}
a:link {
	color: #FF4E6A;
	text-decoration: none;
}
a:hover {
	color: #FFAFBF;
	text-decoration: none;
}
a:visited {
	color: #BE394D;
	text-decoration: none;
}
 a.btn:hover {
   opacity: 0.5;
   filter alpha(opacity=50);
   -ms-filter: "alpha(opacity=50)";
 }
