@charset "UTF-8";
body
 {
	background-color: #f5f0d2;
}

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.6;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
}

#hide {
	font-size: 1px;
	color: #f5f0d2;
}
div
 {
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 440px;
}
h1,p {
	text-align: center;
}
p {font-size: 90%;}
h1 {font-size: 120%;}
