/* utf-8 */

body {
	font: normal normal normal 12pt/14pt sans-seif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

section.contents {
	width: 640px;
	margin: 0 auto;
}

footer {
	background-color: #F9F0DA;
	margin: 10px 0 0 0;
	padding: 0;
	height: 40px;
	
	line-height: 40px;
	text-align: center;
	font-size: 12pt;
}

h1 {
	background-color: #F9F0DA;
	margin: 0;
	padding: 0;
	height: 100px;
	
	line-height: 100px;
	text-align: center;
	font-size: 24pt;
}

div.text {
	padding: 0 0 0 2em;
}
