div,h1,h2,h3,p {
	display: block;
}

body {
	margin: 0px;
	text-align: center;
	font-size: small;
	line-height: 1.5em;
	color: #000000;
}
#container {
	width: 600px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 10px;
	margin-bottom: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
.h2brock {
	font-size: 100%;
	background-color: #E6E6E6;
	padding: 0.2em;
	border: 1px solid #999999;
}
.h2brock h2 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
	color: #4166D9;
}
.h2brock p {
	display: inline;
	font-size: 100%;
}
#contents ul {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
p#spec {
	margin: 0.5em 0px 1.5em;
}
#footer {
	clear: both;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 620px;
	padding-bottom: 40px;
	margin-top: 10px;
}
#footer p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p#copyright {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	font-weight: bold;
}

