#news{
	padding-bottom: 1000px;
}
#news h3{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 0 0 2em 0;
}
#news h5{
	border-top: 1px solid #ccc;
	padding-top: 1em;
	margin: 1em 0 1em -1em;
	font-size: 13px;
	color: #000;
}
#news h6{
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
#news ul#contents{
	list-style-type: disc;
}
#news p{
	text-indent: 0;
	margin: 1em 0;
	padding: 0;
	font-size: 13px;
	color: #000;
}
#news ul{
	list-style-type: square;
}
#news ol ul{
	list-style-type: disc;
}
