.mainbox {
	background-image: url(/images/rightbox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 745px;
	margin-top: 10px;
}
.mainbox .title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(/images/ico_arrow_10.gif);
	background-repeat: no-repeat;
	background-position: 12px 27px;
	color: #333333;
}
.mainbox .content {
	line-height: 18px;
	text-align: justify;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.mainbox .content .list li {
	background-image: url(/images/ico_arrow_9.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
}

.mainbox .bottom {
	background-image: url(/images/rightbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 7px;
	width: 745px;
	padding-top: 20px;
}

