@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#news
-------------------------------------------------------------------*/
#news {
	overflow:hidden;
	zoom:1;
	margin-bottom: 20px;
}

#news ul {
	float:right;
}

#news ul li {
	margin-bottom:20px;
}

#news ul li.last {
	margin-bottom:0;
}

#news ul li.colorbox a {
	border: 1px solid #E4D1BE;
	width: 178px;
	height: 178px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#news .txt {
	margin-right:200px;
}

#news dl dt {
	margin-bottom:7px;
	font-weight:bold;
	padding:0 5px;
	border-bottom:1px dotted #CCC;
}

#content .back {
	margin: 0 0 30px;
}