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

body {
	margin: 0 auto;
}

.frame {
	background-repeat: repeat;
	width: 850px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#wrapper {
	width: 790px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #F2F2F4;
}


/* ----------ヘッダ---------- */
#header {
	margin: 0 auto;
	margin-bottom: 60px;
}

#yodogawa {
	margin: 0 auto;
}


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

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

.main_left {
	width: 290px;
	margin: 0 auto;
	margin-right: 37px;
	float: left;
}
.main_right {
	width: 463px;
	margin: 0 auto;
	float: right;
}


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

#footer {
	margin: 0 auto;
}

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

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

/* ----------プロフィール---------- */

.profile {
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #171819;
	letter-spacing: 2px;
	line-height: 20px;
	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;
	font-weight: bold;
}

.text01 {
	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;
	font-weight: bold;
}

/* ------------------リンク------------------ */
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の解除*/
}