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


body {
	background-repeat: repeat;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF3F3;
}

#frame {
	background-repeat: repeat;
	width: 850px;
	margin: 0 auto;
}

#wrapper {
	background-repeat: repeat;
	width: 770px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #FFF;
}


#header {
	margin: 0 auto;
	padding-top: 10px;
}


#yodogawa {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}


.main {
	width: 750px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.main_yokoku01 {
	margin-top: 40px;
	margin-bottom: 40px;
	background-image: url(../images/yokoku_01_img01.jpg);
	height: 780px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

.main_yokoku02 {
	background-image: url(../images/yokoku_02_img02.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	width: 750px;
}


/* ----------フッター---------- */

#footer {
	margin: 0 auto;
	margin-top: 20px;
}

.btn_footer01 {
	margin: 0 auto;
	float: left;
}

.btn_footer02 {
	margin: 0 auto;
	float: right;
}


/* ----------アーカイブ---------- */

#achive {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* ------------------テキストフォント------------------ */
.text01 {
	/* メインの文字要素 */
	font-size: 13px;
	color: #42381C;
	letter-spacing: 2px;
	line-height: 26px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.text02 {
	/* メインの文字要素 */
	font-size: 12px;
	color: #42381C;
	letter-spacing: 2px;
	line-height: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




/* ------------------リンク------------------ */
a:link {
	color: #2BB26E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366FF;
}
a:hover {
	text-decoration: none;
	color: #3366FF;
}
a:active {
	text-decoration: none;
}



/* ------------------ボタン------------------ */
.btn {
}


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