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

*{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a{
	color:#666;
	margin: 0px;
	padding: 0px;
}
div#news{
	padding: 0px;
	margin: 0px;
}
ul#feed{
	font-size:12px;
	line-height:1.5;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#feed li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #808080;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	list-style-type: none;
}
ul#feed li span{
	float:left;
	display:block;
	width:60px;
	font-weight: bold;
	color: #0000FF;
}
ul#feed li a {
	text-decoration: none;
	width: auto;
	color: #0000FF;
	font-weight: bold;
	margin-right: 5px;
	background-image: url(../image/blogicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	padding-top: 1px;
	padding-bottom: 1px;
}

ul#feed li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-decoration: underline;
	color: #FF0080;
	margin-right: 5px;
}
ul.new2 {
	width: 95%;
	height: 275px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
ul.new2 li {
	border-bottom: 1px dotted #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}
