@charset "utf-8";

/*--basic--*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	color: #eee;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}



/*--index--*/

#index {
	text-align: center;
}

#index table {
	width: 500px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(../parts/index/index.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#index table tr {
	height: 25%;
}

#index table td a {
	display: block;
	width: 150px;
	height: 50px;
	background-position: left center;
	background-repeat: no-repeat;
	border: 0;
	color: #eee;
	line-height: 50px;
	text-decoration: none;
}
#index table td a span {
	visibility: hidden;
}

#index table td#title,
#index table td#copyright {
	text-align: center;
}

#index table td#title {
	vertical-align: top;
}
#index table td#title h1 {
	visibility: hidden;
	padding: 5px 0 0;
	font-size: 18px;
	font-weight: bold;
}

#index table td#copyright {
	vertical-align: bottom;
}
#index table td#copyright span {
	display: block;
	padding: 0 0 5px;
}


#index table td#pc,
#index table td#mobile {
	padding: 0 0 0 320px;
	text-align: left;
}

#index table td#pc {
	vertical-align: bottom;
}
#index table td#pc a {
	background-image: url(../parts/index/p_enter.gif);
}

#index table td#mobile {
	vertical-align: top;
}
#index table td#mobile a {
	background-image: url(../parts/index/m_enter.gif);
}
