* {
	padding: 0;
	margin: 0;
}
#wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#wrapper .top {
	font-size: 1em;
	text-align: center;
	margin: 0px;
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #03F;
	padding-top: 2px;
}
#wrapper h1 {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px 0;
	font-size: 3em;
	color: #03F;
}

#wrapper .bottom {
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-bottom-color: #03F;
	font-size: 0.9em;
	text-align: right;
}

#wrapper h2 {
	font-size: 1.5em;
	margin-top: 2px;
	background-color: #FFFFCC;
	padding: 3px; 0 3px 10px;
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}
#wrapper #contents p {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 1.5;
	margin-right: 30px;
	text-indent: 1em;
}
#wrapper #contents li {
	line-height: 1.5;
	margin-left: 30px;
}
#no4 #wrapper #contents li {
	line-height: 1.5;
	list-style-type: upper-roman;
}

#wrapper #contents ul {
	margin: 10px 0 10px 20px;
}
#wrapper .bottom .top {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1.5em;
}
p.center {
	text-align: center;
}
#wrapper #contents table {
	line-height: 2em;
	margin-left: 30px;
	margin-top: 10px;
}
#wrapper #contents table th {
	background-color: #9FF;
}
#wrapper #contents table td {
	text-align: center;
}
