@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------
custom css for asg 10.4 music page
version 1.0
-------------------------------------------------- */

/* song field setting */
#song_block {
	width:600px;
	height:70px;
	background:#CCCCCC;
	list-style:none;
	border-right:3px solid #999999;
	}
	
#song_title {
	font-size:14px;
	border-bottom:1px dashed #999999;
	}
	
#left_side {
	float:left;
	width:150px;
	text-align:right;
	}

#bottom_side {
	float:none;
	text-align:right;
	}
	
#right_side {
	float:right;
	width:450px;
	text-align:left;
	}

#song_block ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#song_block li {
	margin:0;
	}
	
#song_block a {
	text-decoration:none;
	color:#666666;
	}

#song_block a:hover {
	text-decoration:underline overline;
	color:#CC0000;
	}

