@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content .news {
	zoom:1;
	overflow:hidden;
	margin:0 0 20px;
}

#content .news dl {
	margin: 0;
}

#content .news dl.setimg {
	margin:0 180px 0 0;
}

#content .news dl dt {
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#content .news ul {
	float:right;
}
#content .news ul li {
	width: 160px;
	text-align: center;
	margin-bottom: 10px;
}

/*
#content .news ul li {
	border: solid 1px #CCCCCC;
	margin-bottom: 10px;
}
#content .news ul li a {
	display: table-cell;
	width: 160px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
}

*/

#content .retop {
	margin-bottom:30px;
}