@charset "Shift_JIS";
/* CSS Document */

/* ++++++++++++ Import ++++++++++++ */
@import url("common.css");

/* ++++++++++++ Tags ++++++++++++ */
body {
	background-color: #333333;
}
ul,
li {
	list-style-type:none;
}
h1,
#entPlate h2,
#entPlate img {
	display:none;
}
h2,
p {
	font-size:1.1em;
	line-height:1.5;
	color:#FFFF33;
	text-align:center;
}

/* ++++++++++++ Layout ++++++++++++ */
#nabi {
	display:none;
}
#entrance {
	width: 580px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	text-align: left;
	padding: 15px 0;
}
#entrance li a {
	display:block;
	width:580px;
	height:345px;
	background:url(../images/et_plate.jpg) no-repeat;
}
#entrance li a span {
	display:none;
}