@charset "utf-8";
/* CSS Document */


#news h2 ,
#news h3 ,
#news h4  {
	background:none;
	font-size:medium;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#000000;
	border:none;
}


#news h2 {
	font-size:150%;
	font-weight:bold;
	margin: 10px 0px;
}

#news h3 {
	font-size:120%;
	font-weight:bold;
	margin: 10px 0px;
}

#news h4 {
	font-size:120%;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	margin-bottom:20px;
}



#news-title {
	font-size:150%;
	color:#630;
	background-image:none;
	border:none;
}

#news contents-box p {
	margin-bottom:20px;
}

#news ul {
	margin-left:10px;
	margin-bottom:10px;
}

#news li {
	margin-left:20px;
	margin-bottom:10px;
	line-height:120%;
	list-style-type:disc;
}

#news ul li ul {
	margin-top:5px;
}


#news li.list-style-01 {
	margin-left:20px;
	list-style-type:none;
}
