#cont {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image: url(../img/layout/cont-bg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
	background-image: url(../img/index/index-header-bg.jpg);
	position: relative;
	z-index: 0;
	text-align: left;
}

#main {
	margin-left: 50px;
	margin-right: 50px;
}

#main p {
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#footer {
	background-image: url(../img/index/index-footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
}

#navi {
	width: 220px;
	position: relative;
	top: 220px;
	z-index: 1;
	list-style-type: none;
	left: 710px;
}

#en {
	text-align: left;
}

#ex {
	text-align: left;
}

#en a {
	text-indent: -9999px;
	width: 220px;
	height: 75px;
	display: block;
}

#ex a {
	text-indent: -9999px;
	width: 220px;
	height: 75px;
	display: block;
}

#en a:hover {
	text-indent: -9999px;
	width: 220px;
	height: 75px;
	display: block;
	background-image: url(../img/index/enter.jpg);
	background-repeat: no-repeat;
}

#ex a:hover {
	text-indent: -9999px;
	width: 220px;
	height: 75px;
	display: block;
	background-image: url(../img/index/exit.jpg);
	background-repeat: no-repeat;
}


