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