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

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


#wrapper {
	width: 800px;
	margin: 0 auto;
	margin-top:20px;
	background-image: url(../images/body_main.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}

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


.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_20 {
	margin-bottom: 20px;
}

.margin_b_8 {
	margin-bottom: 8px;
}

.margin_t_40 {
	margin-top: 40px;
}


.margin_r_20 {
	margin-right: 20px;
}

a:link {
	color: #F76B7F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #096;
}
a:hover {
	text-decoration: none;
	color: #FFC7D2;
}
a:active {
	text-decoration: none;
}
