div#content_wrapper{
	position:relative;
	background-color:#000;
	background-image:url(../images/bg_repeat.png);
	background-position:center;
}
div#head_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
div#head_wrap img{
	width:100%;
	height:auto;
	max-width: 100%;
	min-width:1000px;
}

div#main_content{
	width:980px;
	padding:0 10px;
	margin:0 auto;
	padding-top:675px;
	position:relative;
}

div#bottoms{
	margin-top:20px;
	margin-bottom:20px;
}

div#social{
	float:left;
	width:155px;
}
div#social iframe{
	float:left;
}
iframe#fb{
	margin-left:8px;
}
div#toiawase{
	width:359px;
	height:55px;
	background-image:url(../images/toiawase.png);
	float:left;
}
div#toiawase small{
	display:none;
}

small#fw_copyright{
	float:right;
	color:#666664;
	font-size:10px;
}
small#fw_copyright span{
	font-family: "Verdana";
}

a#btn_official{
	background-image:url(../images/btn_official.gif);
	width:240px;
	height:32px;
	text-indent:-999px;
	overflow:hidden;
	float:right;
	margin-bottom:10px;
}
a#btn_official:hover{
	background-position:0 -32px;
}

/*pagetop*/


.pagetop {
	position:relative;
	width:100%;
	height:0;
	margin:0 auto;
	/*display:none;*/
	z-index:1000;
}
.pagetop a{
	background-image:url(../images/pagetop.gif);
	position: fixed;
	bottom: 0px;
	display: block;
	width: 65px;
	height:25px;
	right:40px;
	text-indent:-999px;
	overflow:hidden;
	display:none;
}
.pagetop a:hover{
	background-position:0 -25px;
}
