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

body {
	background-repeat: repeat;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #F4F3F2;
	}
	

.wrapper {
	background-repeat: repeat-y;
	width: 802px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/body_main.png);
}

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

.mokuji {
	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;
	padding-bottom: 40px;
}

.photo {
	margin: 0 auto;
}

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

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

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



.btn {
}


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