@charset "utf-8";
#contentArea {
	width: 90%;
	padding: 0 0 50px;
}
#contentArea h3 {
	font-size: 1em;
	border-bottom: 1px solid;
	line-height: 1.2;
	text-indent: 1ex;
	font-weight: normal;
}
#contentArea h4 {
	font-size: 0.9em;
	color: #FFFFFF;
	background: #000000;
	line-height: 1.8;
	font-weight: normal;
	text-indent: 1em;
	margin-right: 100px;
	margin-left: 14px;
	margin-top: 30px;
}

#contentArea ul {
	list-style-type: none;
}
#contentArea ul li {
	line-height: 2;
	font-size: 0.9em;
}
#contentArea ul li a {
	text-decoration: none;
}
#contentArea ul li a:hover,
#contentArea ul li a:active {
	text-decoration: underline;
}
#contentArea dl {
	margin-left: 34px;
	font-size: 0.8em;
	line-height: 1.2;
}
#contentArea dl dt {
	border-bottom: 1px solid;
	margin-top: 8px;
	margin-bottom: 4px;
	text-indent: 3px;
}


#contentArea #backTopLink {
	text-align: right;
	font-size: 0.8em;
}

