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


body {
	background-repeat: repeat;
	margin: 0 auto;
	background-attachment: fixed;
	background-position: center bottom;
	background-image: url(images/background.jpg);
	}

.wrapper {
	background-repeat: repeat-y;
	width: 880px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-position: center center;
	background-color: #FFF;
}



/* -----ヘッダ／ヨドガワ／目次----- */
.headder {
	margin: 0 auto;
}

.yodogawa {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	float: left;
}

.mokuji {
	margin: 0 auto;
	margin-top: 40px;
	float: left;
}

/* ----------メイン／本文---------- */
.main {
	width: 800px;
	margin: 0 auto;
	margin-top: 40px;
}

.main_02 {
	width: 800px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.main_text {
	width: 800px;
	margin: 0 auto;
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
	background-color: #FFF;
}

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


/* ----------ひだり／本文---------- */
.main_left {
	margin: 0 auto;
	width: 475px;
	margin-right: 25px;
	float: left;
	
	/* メインの文字要素 */
	font-size: 13px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
	background-color: #FFF;
}

.to_memo {
	/* メモ */
	font-size: 14px;
	color: #0A9D80;
	letter-spacing: 1px;
	line-height: 24px;
}

.left_frame {
	margin: 0 auto;
	width: 500px;
	float: left;
}

.left_dody {
	margin: 0 auto;
}



/* ----------みぎ／ジョージさんメモ---------- */
.main_right {
	margin: 0 auto;
	width: 300px;
	margin-bottom: 40px;
	float: right;
	
}

.g_memo_title {
	margin: 0 auto;
	width: 245px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	/* タイトル */
	font-size: 12px;
	line-height: 20px;
	color: #333;
	letter-spacing: 1px;
	background-color: #FFF9E1;
}

.right_frame {
	margin: 0 auto;
	width: 275px;
}

.right_body {
	margin: 0 auto;
	width: 245px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFF9E1;
	/* 文字要素 */
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	line-height: 25px;
	background-repeat: repeat-y;
	background-position: center;
}


/* ----------フッター---------- */
.footer {
	margin: 0 auto;
}


/* ----------イレギュラー文字要素---------- */

.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 15px;
}

.big {
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	line-height: 15px;
}

/* ----プロフィール---- */
.profile_wrapper {
	background-repeat: repeat;
	width: 800px;
	margin: 0 auto;
	/* 文字要素 */
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	line-height: 17px;
	background-color: #FFF;
	background-position: center;
}



/* ------------------リンク------------------ */
a:link {
	color: #B46EE5;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: B46EE5;
}
a:hover {
	text-decoration: none;
	color: B46EE5;
}
a:active {
	text-decoration: none;
}


.btn {
}

/* ----------フェイスブック---------- */
.fb-like {
	margin: 0 auto;
}


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