@charset "UTF-8";
/* CSS Document */

body {
	font-size:14px;
	line-height:26px;
	letter-spacing:1px;
	color: #FFF;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center top;
}

.wrapper {
	width: 900px;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
}

.yodogawa {
	margin: 0px;
}

.photo {
	margin: 0px;
	font-size: 12px;
	color: #999;
}

.text {
	margin: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.mokuji {
	margin: 0px;
	color: #333;
}
.score_01 {
	background-image: url(images/scoreboad_02.gif);
	font-size: 15px;
	color: #FFF;
	line-height: 20px;
}
.score_02 {
	background-image: url(images/scoreboad_03.gif);
	font-size: 25px;
	color: #FFF;
}
.footer {
	margin: 0px;
}

.headder {
	height: 531px;
	width: 900px;
	margin: 0px;
}

.main {
	font-size: 14px;
	color: #333;
	margin: 0px;
}
.title {
	font-size: 30px;
	letter-spacing: 5px;
	line-height: 40px;
}

.small01 {
	font-size: 11px;
}
.small03 {
	font-size: 18px;
	letter-spacing: 5px;
}

a:link {
	text-decoration: none;
	color: #09F;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: none;
	color: #6F6;
}
a:active {
	text-decoration: none;
	color: #09F;
}
