* {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.tokuten {
	font-size: 14px;
	margin: 7px;
}
img {
	border-style: none;
}
em {
	visibility: hidden;
}
p {
	margin: 5px 0px;
	padding: 0px;
	line-height: 150%;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.small10 {
	font-size: 10px;
}
.red {
	color: #FF0000;
}
/*main_colum*/
.one-column {
	background: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#album_wrapper {
	width: 610px;
	font-size: 11px;
}
.player_head {
	background: url(img/title.jpg);
	height: 60px;
	width: 611px;
}
.disco_box {
	width: 152px;
	background: url(img/disco_back.gif);
	float: left;
	text-align: center;
}
.disco_spec {
	background: url(img/detail_back.gif) no-repeat;
	height: 50px;
	width: 120px;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
}
.title {
	width: 460px;
	float: left;
}

