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

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.newsBox table td.date { width: 7em;}

div.newsBox table td.icon { width: 54px;}


