#cont {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#main1 {
	background-image: url(../img/index/main1-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 400px;
}

#main2 {
	text-align: left;
	height: 220px;
	background-image: url(../img/index/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 0;
}

#link-area {
	margin-left: 50px;
	margin-right: 50px;
}

#footer {
	background-image: url(../img/index/foot-bg.jpg);
	background-repeat: no-repeat;
	height: 120px;
}

#main1 h1 {
	font-size: 14px;
	color: #ffffff;
	padding-left: 50px;
	line-height: 20px;
}

#main1 h2 a {
	text-indent: -9999px;
	margin-top: 160px;
	margin-left: 50px;
	width: 770px;
	height: 150px;
	display: block;
}

#main2 ul {
	list-style-type: none;
	position: absolute;
	top: 0px;
	z-index: 1;
}

#ent a {
	text-indent: -9999px;
	width: 240px;
	height: 200px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 470px;
}

#ent a:hover {
	text-indent: -9999px;
	width: 240px;
	height: 200px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 470px;
	background-image: url(../img/index/enter.jpg);
	background-repeat: no-repeat;
}

#exi a {
	text-indent: -9999px;
	width: 240px;
	height: 200px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 710px;
	top: 0px;
}

#exi a:hover {
	text-indent: -9999px;
	width: 240px;
	height: 200px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 710px;
	top: 0px;
	background-image: url(../img/index/exit.jpg);
	background-repeat: no-repeat;
}

#link-area p {
	line-height: 200%;
	text-align: left;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

#footer address {
	text-indent: -9999px;
}

