@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #000000;
}
a:hover {
	color: #666666;
}
body {
	font-family: "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", sans-serif;
	font-size: 100%;
	line-height: 1.2;
}

div#wrap {
	margin-top: -241px;
	margin-left: -389px;
	position: absolute;
	top: 50%;
	left: 50%;
}
div#content {
	width: 777px;
	height: 480px;
	position: relative;
	border: 1px solid #999999;
}
div#word_img {
	position: absolute;
	top: 57px;
	left: 454px;
}
div#word {
	position: absolute;
	top: 240px;
	left: 32px;
	font-size: 80%;
	color: #000000;
	letter-spacing: 2px;
}
div#word_02 {
	position: absolute;
	top: 360px;
	left: 113px;
	font-size: 80%;
	color: #000000;
	letter-spacing: 2px;
	line-height: 1.4;
}
a#enter {
	position: absolute;
	top: 320px;
	left: 522px;
	display: block;
	width:	160px;
	height: 42px;
	background: url("./button.gif") no-repeat 0px 0px;
	text-indent: -9999em;
}
a#enter:hover {
	background: url("./button.gif") no-repeat 0px -42px;
	text-indent: -9999em;
}
div#footer {
	margin: 3px 0px 4px 0px;
	text-align: center;
	color: #999999;
	font-size: 80%;
	letter-spacing: 1px;
}
