div.sidebar{
	float:left;
	width:260px;
	min-height:10px;
}

ul.list_section li {
	float:left;
	border:1px solid #e6a948;
	margin-right:40px;
	margin-bottom:33px;
}
ul.list_section li.last{
	margin-right:0;
}
ul.list_section li div.section{
	position:relative;
	border:5px solid #fee8b2;
	background:#fee8b2;
}
ul.list_section li div.section em{
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	background-image:url(/images/main/bg_circle.png);
	_background-image:url(/images/main/bg_circle.gif);
	background-repeat:no-repeat;
}
div.section em.lt{
	left:-6px;
	top:-6px;
	_top:-1px;
	background-position:left top;
}
div.section em.rt{
	right:-6px;
	top:-6px;
	_top:-1px;
	_right:-2px;
	background-position:right top;
}
div.section em.rb{
	right:-6px;
	bottom:-6px;
	_right:-2px;
	_bottom:-1px;
	background-position:right bottom;
}
div.section em.lb{
	left:-6px;
	bottom:-6px;
	_bottom:-1px;
	background-position:left bottom;
}
ul.list_section li div.section a{
	display:block;
	height:255px;
	overflow:hidden;
	_width:255px;
}
div.section p{
	text-align:center;
	font-size:15px;
	margin:0;
	padding:1px 0;
	background:url(/images/main/bg_name.jpg) no-repeat top center;
}
ul.list_section li div.section p a{
	height:20px;
	color:#b90710;
	font-weight:bold;
	text-decoration:none;
}
ul.list_section li div.section p a:hover{
	text-decoration:underline;
}
