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

.list_item
{
	width:179px;
	margin-bottom: 10px;
}
.list_date
{
	font-weight:bolder;
	font-size:12px;
	clear:both;
	text-transform: uppercase;
	color: #734D00;
	margin-bottom: 4px;
	margin-top: 10px;
}
.list_time
{
	width:60px;
	float:left;
	clear:left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
}
.list_data
{
	float:left;
	width:119px;
	line-height: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 12px;
	font-weight: bold;
}
