@charset "utf-8";

#container {
	background: url('../images/entry_bg.jpg') center no-repeat;
	width: 970px;
	height: 465px;
	display: block;
	margin: 0 auto;
	padding-top: 310px;
}

h1{
	display: block;
	width: 368px;
	height: 160px;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul {
	background: url('../images/enter_menu_bg.png') 0 25px no-repeat;
	display: block;
	width: 100px;
	height: 60px;
	position: relative;
	margin-top: 160px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul li a {
	display: block;
	width: 100px;
	height: 20px;
	position: absolute;
	background-image: url('../images/enter_menu.png');
	text-indent: -9999px;
}

ul li a:hover {
	background-image: url('../images/enter_menu_hover.png');
}

ul li.en a {
	background-position: 0 0px;
}

ul li.tw a {
	top: 40px;
	background-position: 0 -40px;
}

#coming_soon {
	display: block;
	width: 139px;
	height: 21px;
	background-image: url('../images/comingsoon.png');
	text-indent: -9999px;
	margin-top: 160px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

