#contentsBlock {
	position: relative;
}
#float_box {
	width: 327px;
	height: 86px;
/*	background: url(../../../../img/common/disco_ver2/image/float/bg_download.png) no-repeat;*/
	position: absolute;
	top: 12px;
	left: 133px;

	display: none;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
}
	#float_box p {
		width: 327px;
		height: 86px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#float_box ul {
		width: 294px;
		height: 34px;
		list-style: none;
/*		margin: 20px 0px 0px -23px;*/
		position: absolute;
		top: 6px;
		left: -23px;
	}
		#float_box ul li {
			width: 93px;
			height: 34px;
			float: left;
			margin-right: 5px;
		}

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