
@charset "Shift_JIS";

/* ------------------------------

	Last update dayF2008.03.03
	CodingFYusuke Ninomiya

------------------------------ */



/* ---------- Reset ---------- */
html,body,img,span,p,div {
	margin: 0;
	padding: 0;
}


/* ---------- Basics ---------- */
html {
	width: 100%;
	height: 100%;
}
body {
	height: 90%;
	line-height: 150%;
	font-size: 77%;
	font-family: Arial;
	color: ccc;
	background: #000 url(../img/bg.jpg) repeat-x center top;
	/*332832*/
}
a:link,a:active,a:visited {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
img {
	border: none;
}
span {
	display: none;
	/*text-indent: -9999px;*/
}


/* ---------- Content ---------- */
#Container {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
}
#logo {
	width: 100%;
	height: 395px;
	display: block;
	background: url(../img/huji.jpg) no-repeat center top;
}
#EnterBox {
	margin: 4em auto 6em auto;
	width: 530px;
	height: 30px;
	display: block;
	background: url(../img/line.jpg) no-repeat center 15px;
}
#EnterBox #btn {
	margin: 0 auto 0 auto;
	width: 120px;
	height: 30px;
	background: url(../img/enter.jpg) no-repeat left top;
}
#EnterBox #btn a {
	width: 120px;
	height: 30px;
	display: block;
}
#EnterBox #btn a:hover {
	background: url(../img/enter.jpg) no-repeat -120px top;
}
#AtenBox {
	margin: 0 auto;
	padding: 2px 0 0 0;
	width: 350px;
	height: 100px;
	background: url(../img/line.jpg) no-repeat center top;
}
#LinkBox {
	margin: 0 auto;
	padding: 4em 0 0 10px;
	width: 350px;
	text-align: left;
	background: url(../img/line.jpg) no-repeat center top;
}
#LinkBox p {
	padding: 1em 0 1em 0;
	width: 350px;
	color: #FFF;
	background: url(../img/line.jpg) no-repeat center top;
	text-align: center;
}

#linkBox p img {
	padding: 0 0 10px 0;
}

*html #linkBox p img {
	margin: 0 0 10px 0;
}

p.copyright {
 	margin: 0 auto;
	padding: 3em 0 1em 0;
	width: 500px;
	font-size: 10px;
	color: #ccc;
	background: url(../img/line.jpg) no-repeat center top;
}