@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, p {
	color: #666;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	padding-bottom: 6px;
	margin-bottom: 14px;
	border-bottom: 1px solid #999;
}
h2 {
	font-size: 18px;
	padding-bottom: 12px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p {
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 25px;
}
#content-right ul {
	font-size: 13px;
	line-height: normal;
	color: #666;
	text-decoration: none;
        margin-left: 10;
        list-style-type:disc;
        text-indent:0;
}
