@charset "UTF-8";

/*PICK UP　右側リスト用CSS*/

.pickupList {
	 width:250px;
	 margin:0;
	 padding:0;
}

.newsLs {
	 padding: 13px 0 10px;
}



.newsLs li {
	padding-left: 12px;
	margin-bottom: 4px;
	background: #ffffff url(/features/rockfes08/img/el_icon.gif) no-repeat 0 1px;
	line-height: 1.1;
	list-style-type: none;
}

.artist {
	float:left;
}

.date {
	color:#FF0000;
	float:right;
}


.cl_li {
	clear:both;
	margin:0;
	padding:0;
	
}
