@charset "utf-8";
/* CSS Document */

.container .content #news {
	margin-right: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 180px;
	border: thin double #006400;
	padding: 5px;
}

.container .content #news ul {
	list-style-type: none;
}

.li-day {
	font-size: x-small;
	color: #666;
}

.container .content #news ul li {
	font-size: 14px;
}
