﻿@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: 0 0 20px 0;
}

#content .news ul{
	float: left;
}

#content .news ul li {
	width: 160px;
	text-align: center;
	padding-bottom:15px;
}

#content .news  dl.txt{
	margin:0 0 0 180px;
	_margin:0 0 0 177px;
}

#content .news  dl dt {
	font-weight:bold;
	margin-bottom: 7px;
	font-size:1.2em;
	border-bottom:1px dashed #58361D;
}

#content .news dl dd {
	padding-right: 10px;
}

#content p.back {
	margin-bottom: 30px;
}