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

body {
	margin: 0 auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center bottom;
	
    /* 文字要素 */
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #F2EEFF;
}

/* ----------ヘッダ／ヨドガワ／目次---------- */

.header {
	margin: 0 auto;
}

.yodogawa {
	margin: 0 auto;
}

.profile {
}

.mokuji {
	margin: 0 auto;
}

.hajimeni {
	margin: 0 auto;
}

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

.main {
	margin: 0 auto;
	width: 650px;
	background-color: #fff;
}

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

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

.footer {
	margin: 0 auto;
	width: 460px;
}

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

.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	letter-spacing: 2px;
}

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

.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_20 {
	margin-bottom: 20px;
}

.margin_t_60 {
	margin-top: 60px;
}

.margin_t_40 {
	margin-top: 40px;
}

.margin_t_10 {
	margin-top: 10px;
}






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


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

a:visited {
	text-decoration: none;
	color: #E205AE;
}
a:hover {
	text-decoration: none;
	color: #E205AE;
}
a:active {
	text-decoration: none;
}
a img{
	border:none;
}


.btn {
}

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


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