@charset "utf-8";
/* CSS Document */

ul.monthly{
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	margin-bottom: 20px;
	padding: 10px 0 10px 30px;
	width: 640px;
}
ul.monthly li{
	line-height: 20px;
	font-size: 12px;
}

ul.news{
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	margin-bottom: 20px;
	padding: 10px 0 10px 30px;
	width: 640px;
	height: 80px;
	overflow: auto;
}
ul.news li,a{
	line-height: 15px;
	font-size: 12px;
}
