#cont {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/layout/cont-bg.jpg);
	background-repeat: repeat-y;
	width: 1100px;
}

#header {
	background-image: url(../img/index/head-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1100px;
	height: 250px;
}

#header h1 a {
	text-indent: -9999px;
	width: 500px;
	height: 135px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header h2 {
	text-indent: -9999px;
}

#flash {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 400px;
}

#navi {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 200px;
	background-image: url(../img/index/navi-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	z-index: 0;
}

#navi p {
	text-indent: -9999px;
}

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

#ent a {
	width: 100px;
	height: 80px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 330px;
	text-indent: -9999px;
}

#ent a:hover {
	width: 100px;
	height: 80px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 330px;
	text-indent: -9999px;
	background-image: url(../img/index/ent.jpg);
	background-repeat: no-repeat;
}

#lea a {
	width: 100px;
	height: 80px;
	display: block;
	position: absolute;
	z-index: 2;
	left: 470px;
	top: 0px;
	text-indent: -9999px;
}

#lea a:hover {
	width: 100px;
	height: 80px;
	display: block;
	position: absolute;
	z-index: 2;
	left: 470px;
	top: 0px;
	text-indent: -9999px;
	background-image: url(../img/index/lea.jpg);
	background-repeat: no-repeat;
}

#link-area {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#link-area p {
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#footer {
	background-image: url(../img/index/navi-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 900px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

