/*ページのレイアウト用CSS*/
body {
	text-align:center;
	background-image: url(hachi.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FAF3E9;
}
.contents {
	width: 600px;
	margin: auto;
	margin-top: 40px;
	text-align:left;
}
h2 {
	width:120px;
	float:left;
	text-align: center;
	font-size:28px;
}
.update {
	margin: 10px 80px;
	background-image: url(ami.gif);
	padding:10px;
}
