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