@charset "utf-8";
/* CSS Document */
div#years ul {
	width: 100%;
	float: none;
	clear: both;
	margin: 0 0 6px 0 ;
}

div#years ul li {
	display: block;
	float: left;
	list-style: none;
	background-image: none;
	border-left: 1px solid #CCCCCC;
	margin: 0;
	padding: 0px 8px;
}

div#years ul li.last {
	border-right: 1px solid #CCCCCC;
}

div.newsBox {
}

div.newsBox table { margin-bottom: 15px;}

div.newsBox table td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background-image: url(../img/dot_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

div.newsComment {
	line-height: 1.2;
}

div.newsBox table td.date { width: 11em;}

div.newsBox table td.icon { width: 54px;}


