@charset "UTF-8";
/* CSS Document */
#navi{
	width:901px;
	height:26px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	padding-left: 79px;
}
#news_area{
	background-color: #000;
	background-image: url(../images/news_t.gif);
	background-repeat: no-repeat;
	width: 980px;
	height: 70px;
	overflow: auto;
	}
div.news{
	padding-left: 300px;
}
#news_area li {
	color: #7babe5;
	font-size: 12px;
	text-align: left;
	border-bottom: dotted #7babe5 1px;
}

#news_area li a{
	color: #7babe5;
	text-decoration: none;
}
#news_area li a:hover{
	text-decoration: underline;
}
