div.left h2.blog img {
	position: relative;
	top: -15px;
	left: -5px;
}

/* @group blog list css */
ul.blog-list {
	padding-left: 27px;
	_padding-left: 7px;
	margin-top: -50px;
	height: auto;
	min-height: 1000px;
	_height: 1020px;
}
ul.blog-list li {
	float: left;
	position: relative;
	width: 278px;
	margin-right: 40px;
	_margin-right: 0px;
	_margin-left: 20px;
	margin-bottom: 5px;
	text-align: center;
}
ul.blog-list p {
	background-image:url(../../images/blog_bg01-trans.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 37px;
	margin: 0 auto;
	padding-top: 5px;
}
ul.blog-list p a {
	color: #603813;
	text-decoration: none;
	font-size: 123.1%;
	font-weight: bold !important;
}



/* @end */

