body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 28px;
	background-color: #282828;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-image: url(images/base_bot.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.top {
	background-image: url(images/top.jpg);
	height: 564px;
	width: 900px;
}
.yodogawa {
	background-image: url(images/yodogawa_back.jpg);
	height: 564px;
}

.top_space {
	margin-bottom: 40px;
	margin-left: 60px;
}

.space10 {
	height: 10px;
}
.bold {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 3px;
}

.gray_base {
	background-color: #3F3F3F;
}
a.btn:hover {
   opacity: 0.5;
   filter alpha(opacity=50);
   -ms-filter: "alpha(opacity=50)";
 }

.small {
	font-size: 12px;
	line-height: 26px;
}

a:link {
	color: #FEDE32;
	text-decoration: none;
}
a:hover {
	color: #FDFAB7;
	text-decoration: none;
}
a:visited {
	color: #FC0;
	text-decoration: none;
}
