@charset "utf-8";

#main h2 {
	margin: 40px 10px 5px;
	font-weight: bold;
	font-size: 18px;
	clear: both;
}
.with-border {
	border-top: 1px solid #CCCCCC;
	padding-top: 40px;
}
#main h3 {
	margin: 30px 10px;
	font-weight: bold;
}
#main p {
	margin: 20px 10px;
	line-height: 160%;
	font-size: 12px;
	color: #666666;
}
.back {
	margin: 40px 0;
	font-size: 12px;
}
.back a {
	background: url(../../resource/images/bullet-back.gif) no-repeat left;
	padding-left: 20px;
	color: #333333;
}