﻿@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);

/*         news          */

#content .news{
	overflow:hidden;
	zoom:1;
	clear:both;
	margin-bottom: 20px;
}

#content .news ul{
	float: left;
}

#content .news ul li {
	width: 160px;
	text-align: center;
	margin-bottom: 20px;
}

#content .news  dl.text{
	margin:-2px 0 0 180px;
	_margin:-2px 0 0 177px;
}

#content .news  dl dt {
	padding: 5px 0 3px 9px;
	background: url(../image/news_line.gif) left bottom repeat-x;
	margin-bottom: 6px;
	color: #006699;
}

#content p.back {
	margin-bottom: 30px;
}