@charset "utf-8";
/* CSS Document */



h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #CC3300;
	color: #CC3300;
	margin-bottom: 10px;
}
#main {
	padding-top: 10px;
}
p {
	line-height: 1.8em;
}
#main a {
	font-weight: bold;
	color: #996533;
}

#info-li a {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	line-height: 2em;
}
#info-li li {
	list-style: disc inside;
}

