@charset "utf-8";
/* CSS Document */

#headline_news {
    font-size: 14px;
	width:940px;
	margin: 30px 0;
}

#headline_news h3 {
    height: 20px;
    margin: 0;
    padding: 6px 0 6px 5px;
    border-bottom: 2px solid #158360;
    text-indent: 0;
	font-size: 16px;
}	

#headline_news ul {
    margin: 0 auto;
    line-height: 2.0;
    border-bottom: 1px solid #DDD;
    height: 130px;
    overflow-y: scroll;
	list-style: none;
	  padding-left: 5px;
}
	
	
#headline_news ul li {
    border-top: 1px dotted #158360;
    color: #066;
    list-style-type: none;
    height: 28px;
}	
	

#headline_news ul.add {
    margin: 0 auto;
    line-height: 2.0;
    border-bottom: 4px solid #DDD;
    height: 35px;
    overflow-y: none !important;
		
}	

#headline_news ul.add li {
    border-bottom: 1px dotted #158360;
    color: #066;
    list-style: none;
    height:20px;
	padding-bottom: 10px;
}	
	
#headline_news dl {
    clear: both;
    margin: 2px 0;
    padding: 0;
}	
	
	
#headline_news dl dt {
    float: left;
    clear: both;
    width: 90px;
    margin: 0;
    padding-left: 15px;
	 color: #066;
}	
