@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*             news            */

#content .news{
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
}

#content .news ul{
	float:left;
	margin-bottom:-10px;
}

#content .news ul li {
	padding-bottom:10px;
}

#content .news dl.txt {
	margin:0 0 0 180px;
}

#content .news dl dt {
	border-bottom:1px dotted #CCC;
	margin-bottom:5px;
}

#content p.back {
	margin-bottom:25px;
	text-align:right;
}
