@charset "utf-8";
/*****************************************************************************************/
.content_con{
	width:996px;
	height:521px;
	table-layout:fixed;
	background-color:#FFFFFF;
}
.content_con_pict{
	width:447px;
	height:521px;
	overflow:hidden;
	background-image:url(../images/back_right.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
.content_con_img{
	width:447px;
	max-height:521px;
	position:relative;
	top:0px;
	right:0px;
}

.content_con_topic{
	width:512px;
	height:50px;
	padding:10px 20px;
	overflow:hidden;
	background-image:url(../images/back_left_top_con.jpg);
	background-position:top right;
	background-repeat:no-repeat;

}
.content_con_topic h1,h2{
	color:#FFFFFF;
}
.content_con_text{
	width:522px;
	height:431px;
	padding:10px;
	overflow:hidden;
	background-image:url(../images/back_left_bottom_con.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
