@charset "utf-8";

.page-title {
	margin:0;
	padding:0;
	background:url(../images/title.jpg) no-repeat 0 0;
	width:580px;
	height:45px;
	text-indent:-10000px;
}
.rbox dl {
	margin:40px auto 0 40px;
	padding-right:10px;
	text-align:left;
}
.rbox dt {
	margin-top:10px;
	border-bottom:1px solid #333333;
	font-size:14px;
	text-align:left;
}
.rbox dd {
	margin-top:4px;
	margin-left:4px;
	font-size:12px;
	color:#666666;
	line-height:1.6;
	text-align:left;
}
.rbox dd ul {
	margin-top:10px;
	margin-left:20px;
	padding-bottom:10px;
	padding-left:10px;
}
.rbox dd li {
	list-style-type:decimal;
	margin-top:4px;
	color:#666666;
}

