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

body {
	margin: 0 auto;
	background-color: #FFD700;
}


#wrapper {
	width: 876px;
	margin: 0 auto;
	background-image: url(../images/img_achive/back.gif);
	background-repeat: repeat-y;
}


/* ----------ヘッダ---------- */
#header {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}

#menu_photo {
	width: 400px;
	margin: 0 auto;
	margin-right: 30px;
	float: left;
}

#menu_comment {
	width: 320px;
	margin: 0 auto;
	float: left;
}


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

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

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

.contents01 {
	width: 335px;
	margin: 0 auto;
	margin-right: 40px;
	float: left;
}

.contents02 {
	width: 375px;
	margin: 0 auto;
	float: left;
}


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

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

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

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

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

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

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

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

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


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

.margin_b_30 {
	margin-bottom: 30px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_8 {
	margin-bottom: 8px;
}


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



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


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