@charset "UTF-8";
html, body, main{
	height: 100%;
}
.topimg img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	height: auto;

	/*animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
	@keyframes fadeInAnime{
		from{
			opacity: 0;
		}
		to{
			opacity: 1;
		}
	}*/
}
area:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
