/*ページのレイアウト用CSS*/body {	text-align:center;	background-image: url(adp.jpg);	background-repeat: no-repeat;	background-position: top center;	background-color: #ffffff;}.contents {	width: 600px;	margin: auto;	margin-top: 100px;	text-align:left;}h1{	font-family: "Times New Roman", Times, serif;	font-size: 400%;	color: #cc9933;	font-style: italic;	margin: 0px;}	h2 {	width:75px;	float:left;	text-align: center;	font-size:18px;}h3 {	font-family:"ＭＳ Ｐ明朝", "細明朝体",serif;	font-size: 100%;	color: #cc9933;	margin: 0px;}.update {	font-size: 100%; float:center;	margin: 10px 10px;	background-image: url(ami.gif);	padding: 10px;}table {	border: double  1px  #66cc00;}th {	padding: 5px;	border-right: solid  1px  #66cc00;	border-left: solid  1px  #66cc00; border-bottom: solid  1px  #66cc00;}td {	padding: 5px;	border-right: solid  1px  #66cc00;	border-left: solid  1px  #66cc00;}