@charset "utf-8";
/* CSS Document */


#container {
	font-size: 13px;
	line-height: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#container .title {
	background-color: #FF7E00;
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 30px;
	color: #FFF;
	padding: 5px 20px 5px 10px;
	font-size: 18px;
	font-weight: bold;
}
#container .content {
	width: 940px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}