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

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


#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}


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

#header_photo {
	position:relative;
	
	width: 800px;
	heigt: 492px;
	margin: 0 auto;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 450px;
	margin-bottom: 20px;
}

#header_text {
	position:relative;
	
	z-index: 2;
	
    position: absolute;
	width: 800px;
    
	top: 0px;
}

/* ----------バー---------- */

.bar_btn {
	width: 800px;
	margin: 0 auto;
}

.btn_btn01 {
	margin: 0 auto;
	padding-right: 0px;
	float: left;
}

.btn_btn02 {
	margin: 0 auto;
	padding-right: 0px;
	float: right;
}


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

.main {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 60px;

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

.achive {
	width: 800px;
	margin: 0 auto;
}


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

#footer {
	width: 295px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../images/yokoku/body_bottom.png);
}

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

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

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

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

#profile_frame {
	width: 750px;
	margin: 0 auto;
}

#profile_left {
	width: 230px;
	margin: 0 auto;
	margin-right: 40px;
	float: left;
}
#profile_right {
	width: 480px;
	padding-bottom: 60px;
	margin: 0 auto;
	float: left;
}

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

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

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

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



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

.margin_b_30 {
	margin-bottom: 30px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_8 {
	margin-bottom: 8px;
}

.padding_l_30 {
	padding-left: 30px;
}

.padding_r_30 {
	padding-right: 30px;
}


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



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


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