#leftmenu {
	background-image: url(/images/about/leftmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
	margin-top: 10px;
	background-color: #FCECD3;
}
#leftmenu ul li {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 36px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dac198;
	background-image: url(/images/about/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: 16px 7px;
	margin-right: 20px;
	margin-left: 20px;
}
#leftmenu .bottom {
	background-image: url(/images/about/leftmenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
}
.mainbox {
	background-image: url(/images/rightbox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
.mainbox .content {
	line-height: 18px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.mainbox .content .title {
	font-size: 20px;
	font-weight: bold;
	color: #7F4900;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aa7831;
}

.mainbox .bottom {
	background-image: url(/images/rightbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 7px;
}
