@charset "UTF-8";
/* CSS Document */
html,body {
	height: 100px;
	margin: 0px;
}

.box01 {
	background:#7D191D;
	margin-top: 0px;
	width: 100%;
	height: 3900px;
	margin:0;
}



.gif img{
	width:100%;
	height:auto;
	position:absolute;
	top:200px;
	left:100px;
	right:0;
	bottom:0;
}

