@charset "utf-8";
.content {
    width: auto;
    height: auto;
    background-image: url(../images/index/content_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    padding-top: 400px;
}
.main_area {
    background-image: url(../images/common/main_area_bg2.png);
    width: 890px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    height: auto;
    padding-top: 45px;
    padding-right: 39px;
    padding-left: 39px;
    background-repeat: no-repeat;
    background-position: top;
}
.main_area_wrap {
	width: 890px;
	overflow: hidden;
	height: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 40px;
}



.content_right {
	float: right;
	width: 620px;
}
.message {
	background-image: url(../images/index/message_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 201px;
	width: 620px;
	margin-bottom: 15px;
}
.message div {
	margin-left: 10px;
	margin-top: 15px;
}
.message .to_business {
	height: 25px;
	width: 279px;
	margin-top: 10px;
	margin-left: 0px;
}

.message div p {
	line-height: 25px;
	margin-bottom: 3px;
	font-size: 15px;
	color: #574933;
}

.content_right h2.title {
	width: 594px;
	background-image: url(../images/common/h2_title_bg.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #c9c0b8;
	padding-top: 10px;
	padding-left: 12px;
	background-position: bottom;
	padding-bottom: 8px;
	padding-right: 12px;
	background-color: #FFF;
	color: #574933;
}

.topics p {
	padding-left: 15px;
	line-height: 20px;
	padding-bottom: 10px;
	padding-right: 15px;
}
.sign {
	width: 600px;
	height: 45px;
	margin-bottom: 40px;
}
.sign img {
	float: right;
}
