@charset "UTF-8";
/* CSS Document */

a img{border:none;}
a:link img{border:none;}
a:visited img{border:none;}
a:focus img,a:hover img{border:none;}
a:active img{border:none;}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,tr,form{
	margin:0;
	padding:0;
}

body{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background-color:#000;
}

/*コンテンツ*/
.wallpaper_content{
	width:100%;
	height:auto;
	margin:90px auto;
}

.wallpaper_txt{
	width:450px;
	height:auto;
	margin:20px auto;
}

.wallpeper_img{
	width:900px;
	height:auto;
	margin:10px auto;
}

p.back_top{
	width:300px;
	height:auto;
	margin:10px auto 40px auto;
}

/*ヘッダー*/
.head_content{
	width:100%;
	height:70px;
	margin:0;
	padding:0;
}

.head_content iframe{
	border:none;
}

/*フッター*/
footer{
	width:100%;
	height:57px;
	background-image:url(./img/bg_footer.jpg);
	background-repeat:repeat-x;
}

footer div.footer_content{
	width:160px;
	margin:0 auto;
	padding-top:20px;
}