/* CSS Document */


h1 {
	color: #FFFFFF;
	font-size: 16px;
	padding: 6px 10px 0 10px;
	height: 26px;
	border-bottom: #FFFFFF solid 1px;
	letter-spacing: 2px;
	text-align: left;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#lastNews {
	width: 100%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
#lastNews .date   { color: #CCCCCC; font-size: 11px; margin: 0 5px 0 0; }
#lastNews .title a{ color: #E57409; text-decoration:none; }
#lastNews .title a:hover { text-decoration:underline; }
#lastNews .title  { font-size: 13px; font-weight: bold; }

#lastNews .newA { margin: 0 10px 20px 10px; }
#lastNews .newA .info  { width: 330px; }
#lastNews .newA .image { width: 170px; height: 100px; float: right; border: solid #666666 1px; }
#lastNews .newA .summary { font-size: 12px; padding-top: 5px; text-align:justify; color:#FFFFFF;}

#lastNews .newB { margin: 5px 10px; }
