table {
	background-color: #BFE48A;
	border: thin double #BFE48A;
	text-align: left;
	width: 600px;
}
th {
	background-color: #EEFFCC;
	padding: 5px;
}
td {
	background-color: #FFFFFF;
	padding: 5px;
}
h1 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333333;
	background-color: #BFE48A;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
body {
	text-align: center;
	background-color: #EDF8D8;
}
.contents {
	width: 700px;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
}
