@charset "utf-8";
.content {
	font-size: 12px;
	width: 680px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.content_img {
	margin-top: 15px;
	width: 680px;
}

.content_title {
	background-image: url(../imgs/business/content_title_bg.jpg);
	background-repeat: repeat-x;
	height: 17px;
	color: #333333;
	margin-top: 22px;
	line-height: 18px;
	padding-left: 10px;
}
.content_body {
	height: auto;
	width: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #333333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}
.content_body p {
	text-indent: 2em;
	font-size: 13px;
	line-height: 150%;
}

