@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;
	padding-bottom: 12px;
	padding-top: 12px;
}
#content h2 {
	font-size: 16px;
	margin-top: 18px;
	padding-right: 12px;
	padding-left: 12px;
}
#content h2.important {
	line-height: normal;
	background: #9A0000;
	margin: 12px;
	padding: 12px;
	color: #FFF;
	font-size: 14px;
}
#content h2.msg {
	padding: 12px;
	border: 2px solid #01519B;
	font-size: 14px;
	font-weight: normal;
	background: #fcfcfc;
	text-align: justify;
}



#content p {
	line-height: 18px;
	padding-top: 10px;
	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 li {
	margin-top: 8px;
}
#content ol ol {
	list-style: lower-alpha;
}
#content p.first {
	background: url(img/bg_p_first.png) repeat-x;
}
#content p.end {
	padding-bottom: 18px;
}
#fpshow {
	height: 340px;
	width: 600px;
	overflow: hidden;
}
