@import "../style.css";

/*---news---*/

#newsbody{
	padding:5px 25px 15px 20px;
}
#newsbody p{
	margin:10px 0px;
	line-height:160%;
}
#newsbody dt{
	font-weight:bold;
}
#newsbody dd{
	margin:5px 15px 10px 20px;
}
#date{
	text-align:right;
	margin-bottom:10px;
}
#newsbody a:link,a:visited{
	color:#444;
	text-decoration:underline;
}
#newsbody a:hover,a:active{
	color:#0089cc;
	text-decoration:none;
}
#newsbody ul{
	margin-left:15px;
	list-style:url(../images/arrow.png);
}
#newsbody li{
	line-height:150%;
}
