/* CSS Document */

ul{
	margin-left:0px;
}

h2{ margin-bottom:10px;}

#container{ width:760px;}

#content{
	display:inline;
	float:left;
	width:500px;
	background-repeat: no-repeat;
}

#cont_right{
	float:right;
	display:inline;
	
}

#news_box{
	margin-top:6px;
	padding:0;
	margin-bottom: 20px;
}

#news_box li{
	padding:2px 5px 3px;
	border-bottom:dashed 1px #999;
	list-style-type: none;
}

#news_box li.list{
	list-style-type:disc;
	border-bottom-style:none;
}

#news_box th{
	font-weight:normal;
	text-align:left;
}

#bannerarea li{
	list-style-type:none;
	margin-bottom:10px;
}

#bannerarea li#end{
	margin-bottom:0;
}
