@charset "utf-8";
/* CSS Document */
@import 'common.css';
.list_image {
	width:710px;
	margin:0 auto;
}
.list_image ul{
	width:710px;
}
.list_image ul li {
	float:left;
	width:219px;
	text-align:center;
	height:156px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:50px;
}
.list_image li img {
	display:block;
	width:213px;
	height:156px;
	margin:0 auto;
	padding:2px;
	border:#CCC 1px solid;
}
.list_image li div{
	height:28px;
	line-height:28px;
	overflow:hidden;
}
.list_image .list_bottom{
	width:668px;
	height:4px;
	margin:0 auto;
	margin-top:20px;
}
.pages{
	float:right;
	padding:10px 15px;
}

