.clearfix { clear:both; }

.clearfix:after{content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{display: inline-block;}


body{
	font-size: 0.8em;
	line-height:1.4;
	background:#ff9797;
}

#wrapper{
	width:930px;
	text-align: left;
	margin: 0 auto;
	background: #FFC;
}
#header{
	height:765px;
	margin: 10px 0 10px 0;
	padding:0;
}
#main{
	width: 700px;
	float:left;
	margin: 0 0 0 10px;
	display: inline;

}
#side{
	width: 200px;
	float:right;
	margin: 10px 10px 0 0;
	display: inline;
}

#contents{
	width:700px;
}
#contents #left{
	width:480px;
	background: #FFF;
	float: left;
	margin: 0 0 10px 0;
}
#contents #left ul{
	float: left;
	margin: 0 0 10px 15px;
}
#contents #right{
	width:210px;
	background: #FFF;
	float: right;
}
#footer{
	clear:both;
}

h2{
	margin-bottom: 10px;
}
#header h1{
	width:700px;
	margin: 0 0 0 0;
}

#artist{
	width:480px;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0;
	background: #FFF;
	height: 200px;
}

#artist ul{
	margin: 0 0px 10px 10px;
	width:215px;
	float:left;
	background: #F00;
}

#artist ul li{
	padding: 0;
	margin: 0 0 5px 0;
}



#rec{
	width:210px;
	height:200px;
	margin: 0 0px 10px 0px;
	padding: 0 0 5px 0;
	background: #FFF;
	float: right;
	overflow: hidden;
}




#detail{
	width:200px;
	margin: 0 10px 0 0;
	background: #FFF;
	padding-bottom:5px;

}


#footer{
	background: #e31a18 url(../../img/pc/footer.gif) repeat-x 0 0;
	text-align: center;
	padding:10px;
	color: #FFFFFF;
	font-weight: bold;
}
#footer a{
	color: #FFFFFF;
	margin: 0 10px;
	text-decoration: none;
}

p{
	padding: 0;
	margin: 0 10px 15px 10px;
}


dl{
	margin: 0 10px 10px 10px;
}

dt{
	font-weight: bold;
	background: #ff4e04;
	color: #FFF;
	padding: 1px 2px;
	margin-bottom:5px;
}
dd{
	margin: 0 10px 10px 10px;
}

#side li{
	padding: 4px 10px 4px 12px;
	background: url(../../img/pc/marker.gif) no-repeat 0 9px;
}

strong{
	color: #1a2287;
}
