@charset   "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	line-height: 20px;
	text-align: center;
	background: #ffffff;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

#container {
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: auto;
	width: 400px;
	height: 510px;
	margin-top: -350px;
	margin-left: -200px;
}

h1 {
	margin-bottom: 70px;
}

#caution {
	font-weight: bold;
	margin: 10 0 -27;
}

#entrance {
	margin-bottom: 60px;
	padding: 87px;
}

#hound {
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: scroll;
	width: 800px;
	height: 300px;
	margin-top: 150px;
	margin-left: -400px;
}

