@charset "utf-8";
/* CSS Document */

#news{
	font-size:14px;
}

#news table{
	margin-top:20px;
}


#news .day{
	float:left;
	width:100px;
	margin:0px;
	color:#06F;
}

#news .text{
	float:left;
	width:600px;
	margin:0px;
	line-height:20px;
}

.clear{
	clear:both;
}


#news ul{
	list-style-type:none;
	margin:0px 0px 0px 5px;
	padding:0px;
	width:735px;
}

#news li{
	list-style-type:none;
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
	border-bottom:1px dotted;
	line-height:16px;
	
}

#news span{
	 font-weight:bold;
}


#news .bar{
	 border-left:medium;
} 

#news .red{
     color:#ff0000;
     font-weight: bold;
}

#chiiki {
	text-align: left;
	width:600px;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#chiiki td {
	border: #333 solid 1px;
	font-size: 14px;
}
#chiiki td.ken {
	padding: 5px;
	background: #b0c4de;
	font-weight: bold;
}
#chiiki td.city {
	padding: 7px;
	line-height: 1.5em;
}
