.mainbox {
	background-image: url(/images/rightbox1_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	width: 745px;
	margin-right: auto;
	margin-left: auto;
}
.mainbox .title {
	font-size: 20px;
	font-weight: bold;
	color: #7F4900;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aa7831;
	margin: 20px;
}
.mainbox ul {
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
	width: 650px;
}
.mainbox ul .lv1 {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(/images/ico_arrow_9.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 8px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EAD0A8;
	margin-bottom: 5px;
}
.mainbox ul .lv2 {
	background-image: url(/images/ico_arrow_13.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	background-position: 12px 6px;
	font-size: 14px;
	clear: both;
	float: none;
}
.mainbox ul .lv3 {
	padding-bottom: 10px;
	background-image: url(/images/ico_arrow_12.gif);
	background-repeat: no-repeat;
	background-position: 32px 3px;
	float: left;
	padding-left: 40px;
}

.mainbox .bottom {
	background-image: url(/images/rightbox1_bottom.gif);
	background-position: left bottom;
	height: 17px;
	background-repeat: no-repeat;
}
