@charset "utf-8";
#newsContents ul {
	margin-left: 0em;
}
#newsContents li {
	margin-top: 10px;
	margin-left: 0em;
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
#newsContents li:nth-child(3){
	margin-right: 0px;
}
#newsContents a:hover {
	background: none;
}

	