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

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

.wrapper {
	width: 750px;
	background-repeat: repeat-y;
	margin: 0 auto;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	border-width: 8px;
}

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

.yodogawa {
	margin: 0 auto;
}

.y_left {
	margin: 0 auto;
	padding-left: 30px;
	float:left
}
.y_right {
	width: 400px;
	margin: 0 auto;
	float:right
}

.main {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
}

.main_img {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.main_text {
	margin: 0 auto;
	margin-left: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 450px;
}

.footer {
	margin-top: 20px;
	margin-bottom: 20px;
}

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

.text_date {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 26px;
}


.text_bold {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 27px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}


/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}