@charset "utf-8";

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

img{
	border: none;
	}

body div{
	width: 800px;
	margin: 0 auto;
	}

	
#footer{
	width: 800px;
	height: 200px;
	background: url(../image/web/footer.jpg) center top no-repeat;
	}
	
#footer_wrapper{
	width: 760px;
	height: 180px;
	margin: 0 auto;
	padding-top: 20px;
	}

#footer #footer_wrapper ul li{
	list-style: none;
	float: left;
	width: 228px;
	margin: 10px 0 0 30px;
	}
	
#footer #footer_wrapper ul li#returnTop{
	list-style: none;
	float: left;
	width: 500px;
	margin: 10px 0 0 30px;
	}
	

#btn_premium{
	float: right;
	width: 137px;
	height: 135px;
	margin-left: 22px;
	display: block;
	}

#btn_w{
	display: block;
	width: 228px;
	height: 48px;
	background: url(../image/web/btn_superhero.jpg);
	}
	
#btn_decadetop{
	display: block;
	width: 228px;
	height: 48px;
	background: url(../image/web/btn_decadetop.jpg);
	}
	
#btn_shinken{
	display: block;
	width: 228px;
	height: 48px;
	background: url(../image/web/btn_shinken.jpg);
	}

#btn_w:hover{
	background-position: 0 48px;
	}
#btn_shinken:hover{
	background-position: 0 48px;
	}
#btn_decadetop:hover{
	background-position: 0 48px;
	}
	
#flash_player{
	width:100px;
	height: 25px;
	display: block;
	margin: 15px 0 0 0px;
	clear: both;
	position: relative;
	}
