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

body {
	background-repeat: repeat;
	margin: 0 auto;
	margin-bottom: 20px;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-position: center bottom;
	}
	

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

.headder {
	margin: 0 auto;
	padding-bottom: 40px;
}
.yodogawa {
	margin: 0 auto;
	padding-bottom: 40px;
}



.main_frame {
	margin: 0 auto;
	padding-bottom: 40px;
}

.main {
	margin: 0 auto;
	background-image: url(images/frame_main.png);
	background-repeat: repeat-y;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
	background-position: center;
}


.mokuji {
	margin: 0 auto;
	padding-bottom: 40px;
}


.kakomi {
	margin: 0 auto;
	padding-bottom: 40px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
}

.footer {
	margin: 0 auto;
	padding-top: 10px;
}







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





a:link {
	color: #E52988;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366FF;
}
a:hover {
	text-decoration: none;
	color: #3366FF;
}
a:active {
	text-decoration: none;
}
