
#rap h2{
height:26px;
margin:0px;
padding:0px;
}

#rap h2{
background:url(t1.jpg) top left no-repeat;
}


/*
	NEWS
*/
#rap .nws{
	width:700px;
	display:inline-block;
	margin-bottom:15px;
}
#rap .nws h3{
	text-indent:0px;
	margin:0px;
	padding:0px;
}
#rap .nws ul{
	background:#fff;
	display:inline-block;
	width:100%;
}
#rap .nws ul li{
	display:inline-block;
	border-bottom:1px dotted #ccc;
	width:98%;
	margin:8px 0px;
	clear:both;
}

#rap .nws ul li img{
	float:left;
}
#rap .nws ul li .box{
	float:right;
	width:600px;
}
#rap .nws ul li .day{}
#rap .nws ul li .txt{}
#rap .nws ul li .txt span{
	color:#F87F11;
	float:left;
	width:150px;
}
#rap .nws ul li .txt p{
	float:right;
	width:450px;
}
