@charset "utf-8";

/*  body
------------------------------------------------------------------ */
html,
body {
	height: 100%;
}

body {
    background: #fdeed8;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #3e1803;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

a {
	color: #3e1803;
	text-decoration: underline;
}

a:hover {
	color: #3e1803;
}

