@charset "UTF-8";


html {
	background: url(../img/top/bg.jpg) no-repeat;
	background-size:cover;
}

body {
	background: url(../img/top/bg_msk.png);
}

#mainimg {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 110px 0 0 70px;
}
div#map {
	margin: -200px 0 0 0;
	padding: 0 70px 0 0;
	text-align: right;
}
div#map img {
	width: 700px;
}
footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}