@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


#content .shownews{
	zoom:1;
	overflow:hidden;
	margin:0 0 20px;
	}

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

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

#content .shownews ul {
	float:right;
	margin:0 0 -10px;
}

#content .shownews ul li {
	padding-bottom:10px;
}
	
#content .link{
	margin-bottom:25px;
}