div#contents{
	background-color: #FFFFF0;
	top: 0;
	overflow: auto;
	position: absolute;
	left: 180px;
	right: 0px;
	bottom: 0px;
	width: 1070px;
	height: 700px;
}

div#contents a:link {
	color: #336633;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336633;
}

div#contents a:visited {
	color: #009999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009999;
}
div#contents a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #339966;
}
div#contents a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33CC99;
}

div#contents h1 {
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2E8989;
	border-left-color: #339999;
	width: 90%;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

div#contents h2 {
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2E8989;
	border-left-color: #339999;
	width: 90%;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

div#contents h3 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2E8989;
	border-left-color: #339999;
	width: 90%;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

div#contents p {
	width: 90%;
	padding-left: 15px;
	margin: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
}

div#contents table.nomal{
	margin-left: 30px;
	margin-right: 50px;
}
