@charset "utf-8";
@import url("base.css");

#content h1 {
	font-size: 24px;
	border-bottom: 1px solid #cacaca;
	font-weight: normal;
	color: #01519B;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 6px;
	line-height: normal;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: center;
}
#content h2 {
	font-size: 20px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: normal;
	padding-top: 18px;
	text-align: center;
}
#content h3 {
	padding-top: 18px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 18px;
}

#content p {
	line-height: 18px;
	padding-top: 18px;
	border-top: 1px solid #fff;
	padding-right: 12px;
	padding-left: 12px;
}
#content ol {
	list-style: decimal;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 36px;
	margin-left: 36px;
}
#content  ol.alpha_lower {
	list-style: lower-alpha;
}
#content ol.alpha_upper {
	list-style: upper-alpha;
}


#content li {
	margin-top: 8px;
}
#content  h2.first {
	background: url(img/bg_p_first.png) repeat-x;
}
#content p.end {
	padding-bottom: 18px;
}
.twoColumnList {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 18px;
}
.twoColumnList ul {
	float: left;
	width: 300px;
	clear: left;
	padding-left: 12px;
}
.twoColumnList li {
	display: block;
	width: 150px;
	clear: none;
	float: left;
}
