@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  song.css
	
 ---------------------------------------------- */

#container{
	background: url(../images/bg.gif) no-repeat top #000000;
	margin-bottom: 40px;
}


#contents{
	background: url(../images/title.png) no-repeat;
	width:960px;
}


/* ----アーティスト---- */

div#artist{
	padding: 20px 27px 10px 270px;
	overflow: hidden;
}

div#artist p.text{
	margin: 130px 0px 0 0;
	float: left;
}

div#artist p.cd{
	width: 272px;
	float: right;
}

div#artist p.detail{
	clear: both;
	text-align: right;
}


/* IE7・8ハック */

*+html div#artist p.detail { 
	margin-top: -20px;
}


/* ----プロフィール---- */

div#profile{
	padding: 0px 27px 20px 50px;
	overflow: hidden;
}

div#profile dl{
	width: 500px;
	margin: 5px 30px 0px 25px;
	font-size: 1.2em;
	float: left;
}

div#profile dt{
	font-weight: bold;
	margin-bottom: 8px;
}

div#profile dd a{
	width: 122px;
	display: block;
	float: right;
	overflow: hidden;
}

div#profile p{
	float: right;
	width: 304px;
}
div#profile dd#news a {
	color: #FFFF00;
	}
div#profile dd#new a:hover {
	color: #0066CC;
}
























