body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: White;
}

h1 {
	width: 800px;
	height: 40px;
	text-align: center;
	color: White;	
	background-color: Silver;
	font-size: 30px;
	font-style: normal;
	margin-top: 0px;

	margin-bottom: 0px;
}

div#Base {
	width: 800px;
	height: 1000px;
	background: White url("background/koruku01.gif");
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#Main {
	width: 500px;
	height: 800px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0px;
	background: White url("background/eiji/004.gif");
	text-align: center;
}

div#Update {
	width: 450px;
	height: 120px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
	background-attachment: fixed;
	background-color: White;
	border: 0px;
	text-align: left;
}

div#Next {
	width: 270px;
	height: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	background: White url("background/eiji/006.gif");
	text-align: left;
	border: 0px;
}

div#Menu {
	width: 270px;
	height: 300px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
	background: White url("background/eiji/003.gif");
	text-align: left;
}

div#Caution {
	width: 800px;
	float: left;
	
}

div#AD {
	width: 270px;
	height: 120px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background: White url("background/eiji/002.gif");
	float: right;
	text-align: left;
}

h2 {
	background-color: Blue;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: White;
	font-size: 1.2em;
	font-style: normal;
}

fieldset {
	margin-left: 5px;
	margin-right: 5px;
}

pre {
	background-color: White;
	margin-left: 0px;
	margin-right: 0px;
}

legend {
	background-color: lightyellow;
}

a:hover {
	background-color: Lime;
}

a:visited {
	color: green;
}

em {
	color: Red;
}