@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: 40px;
}

#content .news ul{
		float:right;
}

#content .news  dl{
	margin:-2px 180px 0 0;
}

#content .news  dl dt {
	padding-bottom: 10px;
}

#content p.link{
		margin-bottom: 40px;
}

#content p.btn {
	margin-bottom: 32px;
}
