@charset "UTF-8";

#newsArea {
	font-size: 12px;
	width: 482px;
	height: 120px;
	overflow: auto;
	background-color: #fff;
}
#newsArea table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width: 462px;
}

#newsArea th,
#newsArea td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
#newsArea th {
	color: #222;
	font-weight: normal;
	white-space:nowrap;
	padding-right: 10px;
}
#newsArea a {
	color: #222;
	text-decoration: none;
}
#newsArea a:hover {
	text-decoration: underline;
	color: #E2B500;
}
