@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #555;
	background: #fff url(img/bg.gif) repeat-x top left;
	font: 75%/140% "ＭＳ Ｐゴシック","Tahoma";
	text-align: center;
	scrollbar-base-color: #def;
}
a:link, a:visited {
	color: #09f;
	text-decoration: underline;
}
a:hover {
	color: #5bf;
	text-decoration: none;
}
h1,h2,p,ul,li,hr {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
img {
	border: 0;
}
hr {
	visibility: hidden;
	clear: both;
	margin-bottom: 50px;
}
p {
	margin: 0 20px;
}
p.spacer {
	margin-bottom: 15px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
/******************** index ********************/
h1 {
	width: 780px;
	text-align: left;
	margin: 8px auto 15px;
	color: #fff;
}
div#box {
	width: 800px;
	background: url(img/index.jpg) no-repeat top;
	margin: 0 auto;
	text-align: left;
	padding: 100px 0 45px;
}
div#text {
	margin: 0 10px 0 280px;
}
p.bar {
	margin: 15px auto;
	text-align: center;
}
p.arrow {
	background: url(img/icon-arrow2.gif) no-repeat left;
	padding-left: 15px;
	margin: 0 20px 10px;
	font-weight: bold;
}
div#door {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
p#exit {
	background: url(img/18kin.gif) no-repeat left;
	padding: 32px 0 30px 70px;
	color: #fff;
	float: left;
}
p#enter {
	float: left;
	margin-top: 20px;
}
ul {
	text-align: center;
	font-size: 85%;
}
li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
}
ul img {
	vertical-align: bottom;
	margin-top: 3px;
}

p#foot {
	margin: 30px auto 0;
	color: #888;
}
p#foot a {
	text-decoration: none;
}

/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/