
#cntents{
	 background:url(../common/img/cntentsbg.jpg) top left repeat-y;
}


#lnavi .cnt a{
	background:url(../common/img/cnt.jpg) top left no-repeat;
}

#lnavi .map a{
	background:url(../common/img/map.jpg) top left no-repeat;
}

/*
	BUTTON
*/
#rap .btn{
	text-align:center;
	margin:8px 0px;
}

#rap .btn a.btn1{
	margin-right:2px;
}

#rap .btn a img{
	border:none;
}
#rap .btn a:hover img{
  filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
}


/*
	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;
}