@charset "shift_jis";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:bottom;
}

#box {
	margin:0 auto;
	width:750px;
	text-align:center;
}

#box .movie {
	position:relative
}

#box .gif {
	position: absolute;
	top:263px;
	left:127px;
}

#box .gif img {
        width:100%;
        text-align:center;
}
