@charset "utf-8";

/* CSS Document */

/*--------------NEWS---------------*/

body { background: #FFF; }

ul#newsArea {
   width: 490px;
   }

ul#newsArea a{ 
   color: #6b6b6b;
   text-decoration: underline;
   }
ul#newsArea a:hover, a:active { color: #FC4C29; }

ul#newsArea li {
   clear: both;
   font-size: 12px;
   line-height: 1.2;
   color: #6b6b6b;
   }

ul#newsArea span.newsDate {
    display: block;
	float: left;
	padding-left: 15px;
	width: 75px;
	background: url(../../images/top/top_news_arrow.gif) 0 48% no-repeat;
}
ul#newsArea span.newsTitle {
	display: block;
	float: right;
	margin-bottom: 15px;
	width: 400px;
}