<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}


/* ----------ヘッダ／ヨドガワ---------- */
#header {
	width: 850px;
	margin: 0 auto;
}

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


/* ----------メイン---------- */


.main {
	width: 775px;
	margin: 0 auto;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	background-color: #FFF;
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #171819;
	letter-spacing: 1px;
	line-height: 29px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.main02 {
	width: 775px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-left: 20px;
}

/* ----------かこみ---------- */


.kakomi {
	width: 554px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(../images/frame_02_main.gif);
	background-repeat: repeat-y;
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #003A66;
	letter-spacing: 2px;
	line-height: 26px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.kakomi02 {
	width: 550px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 40px;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #003A66;
	letter-spacing: 2px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



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

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

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

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


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


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

.textfont_main02 {
	/* メインの文字要素 */
	font-size: 14px;
	color: #3366CC;
	letter-spacing: 2px;
	line-height: 29px;
	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;
}

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



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

.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_8 {
	margin-bottom: 8px;
}


.margin_r_40 {
	margin-right: 40px;
}

.margin_b_27 {
	margin-bottom: 27px;
}

.margin_t_10 {
	margin-top: 10px;
}




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



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


/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}
</pre></body></html>