.encyclopedie_container {
	width: 885px;
	margin: 0px;
	padding: 40px 32px 0px 32px;
}
.column {
	float: left;
	width: 295px;	
}
.column_box {
	margin-bottom: 40px;
}
.column_character_box {
	font-size: 40px;
	float: left;
	width: 70px;
}
.column_title_box {
	width: 224px;
	float: left;
}
.ency_item_title {
	float: left;
	color: #2f2f2f;
	height: 30px;
	width: 194px;
}
.ency_item_title A {
	color: #2f2f2f;
}
.ency_item_title A:hover {
	color: #f5a321;
	text-decoration: underline;
}
.ency_item_number {
	float:left;
	width: 30px;
	color: #f5a321;
}
.ency_desc_image {
	float:left;
	width: 300px;
	overflow: hidden;
}
.ency_content {
	float:left;
	width: 280px;
	padding: 0px 0px 0px 15px;
}
.ency_full_content {
	width: 595px;
}