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

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

#wrapper {
	width: 450px;
	margin: 0 auto;
}

.main {
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_t_40 {
	margin-top: 40px;
}



/*テキストのリンク色 */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #F7CB9C;
}
a:active {
	text-decoration: none;
}
