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

body {
	margin: 0 auto;
	background-image: url(../images/body.gif);
}


#wrapper {
	width: 700px;

	margin: 0 auto;
}

.headder {
	margin: 0 auto;
	background-image: url(../images/header_body01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.yodogawa {
	margin: 0 auto;
}

.mokuji {
	margin: 0 auto;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.small01 {
	font-size: 10px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 17px;
}

.small02 {
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 17px;
}

.main {
	margin: 0 auto;
	font-size: 14px;
	color: #234A5E;
	letter-spacing: 1px;
	line-height: 26px;
	padding-bottom: 40px;
}

.kokuchi {
	margin: 0 auto;
	padding-bottom: 30px;
}

.archive {
	margin: 0 auto;
	padding-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
}

.footer {
	margin: 0 auto;
	padding-bottom: 30px;
	
}

.text {
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 26px;
}

a:link {
	color: #F76B7F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #096;
}
a:hover {
	text-decoration: none;
	color: #FFC7D2;
}
a:active {
	text-decoration: none;
}
