* {
	font-family: "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: none;
	color: #009999;
}
body {
	background: #fff;
	font-size: 18px;
	margin:0;
	padding:0;
}
ul, ol {
	list-style: none;
}
.wrapper {
	margin: 10px 40px;
	background: #eee;
	padding: 40px 80px;
	border-radius: 20px;
}

header {
	background: #eee;
	color: #000;
}
header h1 {
	margin: 0;
	text-align: center;
}
header img {
	height: 50px;
	text-align: center;
}
h1 {
	font-size: 1.2em;
}
