@charset "shift_jis";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:bottom;
}

.anime{
	position:relative;
}

.anime #photo01{
    position: absolute;
    bottom: 5%;
    left: 22%;
    border: solid 5px #000;
}

.anime #photo02{
    position: absolute;
	top: 16%;
    left: 51%;
}

.anime #photo03{
    position: absolute;
    top: 43%;
    left: 51%;
}


