body
{
	background-color: #333;
	color: white;
	font-size: 12px;
	text-align: center;
}

img {
	border: 0;
}

div
{
	text-align: justify;
}

#wrapper
{
	width:760px;
	margin: 0 auto;
}

h1
{
	background-color: #CF9A65;
	color: white;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	margin: 0;
}

#intro div
{
	position: absolute;
	top: 25px;
	width: 760px;
	text-align: center;
}

#entrance
{
	position: relative;
	border:1px solid white;
	background-color: #472125;
	text-align: center;
	width: 760px;
	height: 380px;
}

#entrance h2
{
	color: #EA6108;
	font-size: 14px;
	margin: 10px 0;
}

#entrance ul
{
	position: absolute;
	bottom: 60px;
	left: 120px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#entrance li 
{
	float: left;
	margin: 0;
	padding: 0;
}

#entrance li a
{
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 300px;
	color: white;
	text-decoration: none;
}

#caution
{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 760px;
	margin: 0;
}

#entrance li a:hover
{
	color: orange;
}

#entrance li a em
{
	display: block;
	padding: 10px 0 0 50px;
	font-style: normal;
}

#enter a
{
	background-image: url('../img/door/enter.gif');
}

#enter a:hover
{
	background-image: url('../img/door/enter_on.gif');
}

#exit a
{
	background-image: url('../img/door/exit.gif');
}

#exit a:hover
{
	background-image: url('../img/door/exit_on.gif');
}

img#title
{
	display: block;
	position: relative;
	left: 50px;
}

#mobile
{
	position: relative;
	background: #472125 url("../img/door/bg_mobile.gif") no-repeat left top;
	border: 1px solid white;
	height: 78px;
	margin: 10px 0;
}

#mobile h2,
#mobile p
{
	position: relative;
	left: 255px;
	width: 420px;
}

#mobile h2
{
	color: #EA6108;
	font-size: 14px;
	margin: 6px 0;
}

#mobile p
{
	margin: 0;
	padding: 0;
}

#mobile #qr
{
	position: absolute;
	right: 10px;
	top: 10px;
}

#comment
{
	text-align: center;
}

#comment2
{
	text-align: center;
}

#comment3
{
	text-align: center;
}

#comment4
{
	text-align: center;
}

#comment h2
{
	color: #EA6108;
	margin: 10px 0;
	font-size: 14px;
}

#comment2 h2
{
	color: #EA6108;
	margin: 10px 0;
	font-size: 14px;
}

#comment3 h2
{
	color: #EA6108;
	margin: 10px 0;
	font-size: 14px;
}

#comment4 h2
{
	color: #EA6108;
	margin: 10px 0;
	font-size: 14px;
}

#comment p
{
	margin: 0;
	line-height: 130%;
}

#comment2 p
{
	margin: 0;
	line-height: 130%;
}

#comment3 p
{
	margin: 0;
	line-height: 130%;
}

#comment4 p
{
	margin: 0;
	line-height: 130%;
}

/* ------------------------------
	地域名一覧
------------------------------- */
#areas
{
	margin: 30px 0 0 0;
}

#areas h2
{
	font-size: 14px;
	border-left: 20px solid white;
	padding-left: 10px;
	margin:0 0 20px 0;
}

#areas h3
{
	background-color: #717171;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 3px 0;
}

#areas ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#areas li
{
	margin: 0;
	padding: 0;
	line-height: 130%;
	font-size: 12px;
}

#areas li a
{
	color: white;
	text-decoration: none;
}

#areas li a:hover
{
	color: orange;
}

#areas table
{
	border-collapse: collapse;
}

#areas td
{
	vertical-align: top;
	text-align: center;
	width: 70px;
}

/* ----------------------------------
	フッタ
------------------------------------ */
#footer
{
	clear: both;
	padding: 10px;
	text-align: right;
}

#footer p
{
	margin:0;
	padding: 0;
	font-size: 12px;
}

#footer a
{
	color: orange;
}