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

body {
	background-repeat: no-repeat;
	margin: 0 auto;
	background-image: url(../images/body.gif);
	background-position: center top;
	background-attachment: scroll;
	background-attachment:fixed;
	}
	

.wrapper {
	background-repeat: repeat;
	width: 810px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.headder {
	margin: 0 auto;
}
.yodogawa {
	margin: 0 auto;
}

.main {
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
	padding-top: 40px;
	background-image: url(../images/body02.gif);
	background-repeat: repeat-y;
}

.kakomi {
	margin: 0 auto;
}

.footer {
	margin: 0 auto;
	background-image: url(../images/body02.gif);
	background-repeat: repeat-y;
}

.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 15px;
}

.small_red {
	margin: 0 auto;
	font-size: 12px;
	color: #F30;
	line-height: 15px;
}

.big_red {
	margin: 0 auto;
	font-size: 16px;
	color: #F30;
	line-height: 15px;
}

.bold {
	margin: 0 auto;
	font-size: 17px;
	color: #333;
	line-height: 15px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
}
