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


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

.wrapper_t_b {
	width: 800px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
	background-color: #FFF;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	background-color: #FFF;
}

.contents {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../images/contents/info_main.gif);
	background-repeat: repeat-y;
}


/* -----ヘッダ／ヨドガワ----- */
#headder {
	margin: 0 auto;
	padding-bottom: 40px;
}



/* ----------メイン／本文---------- */
.main {
	width: 725px;
	margin: 0 auto;
	padding-bottom: 40px;
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 24px;
}

.main_text {
	width: 400px;
	padding-right: 25px;
	float: left;
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #262D33;
	letter-spacing: 1px;
	line-height: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.main_photo {
	width: 300px;
	float: right;
}



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

#footer {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.btn_footer01 {
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 15px;
	float: left;
}

.btn_footer02 {
	margin: 0 auto;
	padding-top: 10px;
	float: right;
}



/* ------------------テキストフォント------------------ */

.main_02 {
	/* メインの文字要素 */
	font-size: 14px;
	color: #0099CC;
	letter-spacing: 2px;
	line-height: 24px;
}

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


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

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

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




/* ------------------マージン------------------ */

.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_8 {
	margin-bottom: 8px;
}


.margin_r_8 {
	margin-right: 8px;
}

.margin_b_27 {
	margin-bottom: 27px;
}

.margin_t_27 {
	margin-top: 27px;
}

.margin_t_10 {
	margin-top: 10px;
}




/* ------------------リンク------------------ */
a:link {
	color: #1B871E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1B871E;
}
a:hover {
	text-decoration: none;
	color: #1B871E;
}
a:active {
	text-decoration: none;
}



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


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