@charset "utf-8";
/* CSS Document */
@import 'global.css';
#list_image {
	padding-top:15px;
}
#list_image li {
	width:240px;
	text-align:center;
	margin-top:7px;
}
#list_image li img {
	display:block;
	width:200px;
	height:129px;
	padding:2px;
	border:1px solid #cccccc;
}
#list_image li div {
	height:28px;
	line-height:28px;
	padding:0 20px;
	overflow:hidden;
}
#list_image .pages {
	margin-right:20px;
}

