/*--------------------------------------

 Record List

--------------------------------------*/
#recordList {
	width: 960px;
	margin: 0 auto;
	background: url(../images2/list_bg_mid.gif) repeat-y center 20px;
}
#recordListDL {
	width: 960px;
	margin: 0 auto;
	background: url(../images2/list_bg_mid2.gif) repeat-y center 25px;
}
	
		#recordList .head {
			background: url(../images2/list_bg_top.gif) no-repeat center top;
			height: 20px;
		}
		#recordListDL .head {
			background: url(../images2/list_bg_top_dl.gif) no-repeat center top;
			height: 20px;
		}
	
		#recordList .bottom,
		#recordListDL .bottom {
			background: url(../images2/list_bg_bottom.gif) no-repeat center top;
			height: 20px;
		}
	
		#recordList .middle,
		#recordListDL .middle {
			background: url(../images2/list_bg_mask.gif) no-repeat center bottom;
		}

.record {
	float: left;
	width: 180px;
	height: 300px;
	padding: 10px 6px;
}
.recordDL {
	float: left;
	width: 460px;
	height: 180px;
	padding: 10px;
}

		.record .jacket a:hover img,
		.recordDL .jacket a:hover img
		{
			opacity:0.70;
			filter: alpha(opacity=70);
			-ms-filter: "alpha( opacity=70 )";
		}
	
		.record .jacket
		{
			width: 172px;
			margin: 0 auto;
			background: #FFFFFF;
		}
		.recordDL .jacket
		{
			float: left;
			width: 172px;
			margin: 0;
			background: #FFFFFF;
		}

		.record .info {
			padding: 5px;
			text-align: left;
		}
		.recordDL .info {
			width: 288px;
			margin-left: 182px;
			text-align: left;
		}
		
		/* song name */
		.record .info h3 {
			font-size: 16px;
			line-height: 1.2;
			height: 40px;
		}
		.record .info h3.small {
			font-size: 13px;
		}
		.recordDL .info h3 {
			font-size: 12px;
			font-weight: bold;
		}
		
		/* artist name */
		.record .info h4 {
			font-size: 11px;
			line-height: 1.2;
			height: 26px;
		}
		
		/* articles */
		.recordDL p {
			font-size: 12px;
		}
		
		.recordDL p.link {
			margin-top:0.5em;
		}
		
		.recordDL p a {
			background: url(../images2/arrow_win.gif) left center no-repeat;
			padding-left: 10px;
		}
		
		/* buttons */
		.record .btns {
		}
		.recordDL .btns {
			width: 288px;
			margin-left: 182px;
			text-align: left;
		}



/*--------------------------------------

 Playlist

--------------------------------------*/
#playlist {
	position: absolute;
	display: none;
	top: -500px;
	left: 0;
	width: 196px;
	height: 300px;
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
}
	
	#playlist .head {
		background: url(../images2/playlist_bg_top.png) no-repeat center top;
		height: 10px;
	}
	
	#playlist .bottom {
		background: url(../images2/playlist_bg_bottom.png) no-repeat center top;
		height: 43px;
	}
	
	#playlist .middle {
		background: url(../images2/playlist_bg_mid.png) repeat-y center top;
		height: 247px;
		padding-right: 3px;
	}
	
	#playlist .middle .base {
		display: block;
		width: 100%;
		height: 100%;
		overflow: auto;
		overflow-x: hidden;
	}
	
	#playlist .middle li {
		width: 168px;
		padding: 3px 0 7px 10px;
		background: url(../images2/playlist_border.gif) no-repeat left bottom;
	}
	
		#playlist .middle li a {
			display: block;
		}
	
			#playlist .middle li a .arrow {
				float: left;
				width: 20px;
			}
	
			#playlist .middle li a .name {
				float: left;
				width: 146px;
			}

#videoPlayer, #nbplayer {
	position: absolute;
	/*visibility: hidden;*/
	top: -100px;
	left: 0px;
}

/*--------------------------------------

 DJ

--------------------------------------*/
#dj {
	width: 132px;
	height: 208px;
	margin-left: 48px;
	margin-top: 92px;
}

	#dj .hukidashi {
		visibility: hidden;
		width: 132px;
		height: 96px;
	}
	
	#dj .djpenguin {
		width: 99px;
		height: 112px;
		margin-left: 29px;
	}
