/* FONT IMPORT */
/* IE */
@font-face {
font-family: Y2K Neophyte;
src: url(../font/Y2K_neophyte.eot);
}

/* FIREFOX OPERA SAFARI */
@font-face {
font-family: Y2K Neophyte;
src: url(../font/Y2K_neophyte.ttf) format("truetype");
}

/* APPLY FONT */
.y2k {
	font-family: "Y2K Neophyte";
	letter-spacing: 0.2em;
}

/* COMMON */
body,td,th {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "Y2K Neophyte";
color: #333333;
}
body {
	background-color: #000000;
	letter-spacing: 0.1em;
	color: #333333;
	padding: 10px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #cccccc;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body,td,th {
	font-family: Y2K Neophyte;
	color: #666666;
}
h1 {
	font-size: 55px;
	margin: 0px;
}
h2 {
	font-size: 22px;
	margin: 0px;
}
p {
	font-size: 14px;
	margin: 0px;
}
#wrapper {
	width: 802px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#top_illustration {
	height: 800px;
	width: 800px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px solid #333333;
	padding: 0px;
}
#caption {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-family: "Y2K Neophyte";
}
#title {
	text-align: right;
	width: 802px;
	letter-spacing: 0.2em;
	color: #333333;
	font-family: "Y2K Neophyte";
	margin-bottom: 20px;
}
#enter {
	font-family: "Y2K Neophyte";
	letter-spacing: 0.1em;
	width: 802px;
	text-align: right;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#counter {
	text-align: right;
}
