/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {}


table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
table td.date {
	width: 80px;
	background: url(../../images/common/icon_news.gif) 0 12px no-repeat;
	padding-left: 15px;
}

table tr.bg_G td {
	background-color:#F9F9FC;
}

.color_R {
	color: #FF3333!important;
	font-weight: bold!important;
}

