/* juku_enter.css */
div#wrap {
	height: auto;
	width: 918px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

div#entrance-box {
	background-image: url("/img/jukujo/enter_bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 508px;
	width: 908px;
	overflow: hidden;
	margin-left: 10px;
}

div.box {
	width: 898px;
	margin-left: 10px !important;
	margin-left: 5px;
	height: auto;
	margin-top: 20px;
	float: left;
}

h2 {
	background-image: url("/img/jukujo/rogo_title.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 57px;
	width: 138px;
	float: left;
	margin-right: 70px;
}

p {
	height: 57px;
	width: 650px;
	float: left;
}

div#image {
	background-image: url("/img/jukujo/enter_img_bg1.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 249px;
	width: 469px;
	padding-top: 9px;
	padding-left: 9px;
	float: left;
	overflow: hidden;
}

ul#explanation {
	height: 60px;
	width: 390px;
	float: left;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
	margin-left: 12px;
}

#globalnavi {
	height: 68px;
	width: 400px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}

#globalnavi li {
	width: 178px;
	height: 68px;
	float: left;
	margin-right: 20px;
}

#globalnavi a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 178px;
  height: 68px;
  background-image: url("/img/jukujo/btn_enter.png");
  background-repeat: no-repeat;
}

#leave a {
	background-position: 0px 0px;
}
#enter a { background-position: -200px 0px; }

#globalnavi a:hover {
  text-decoration: none;
  background-image: url("/img/jukujo/btn_enter.png");
  background-repeat: no-repeat;
}

#leave a:hover { background-position: 0px -68px; }
#enter a:hover { background-position: -200px -68px; }

div#contents-box {
	background-image: url("/img/jukujo/enter_img_bg2.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 139px;
	width: 900px;
	margin-left: 4px !important;
	margin-left: 2px;
	margin-top: 11px;
	overflow: hidden;
	clear: both;
	float: left;
}

h3 {
	background-image: url("/img/jukujo/enter_contents.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 198px;
	margin-left: 350px;
	margin-top: 7px;
	text-indent: -9999px;
	margin-bottom: 7px;
}

div#contents-box ul {
	height: 97px;
	width: 882px;
	padding-left: 28px;
	overflow: hidden;
}

div#contents-box li {
	float: left;
	margin-right: 36px;
}

#type {
	width: 918px;
	height: 134px;
	overflow: hidden;
	margin-top: 20px;
}

#type li {
	width: 201px;
	height: 133px;
	display: inline;
	float: left;
}

#type a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 201px;
  height: 133px;
  background-image: url("/img/jukujo/btn_type.png");
  background-repeat: no-repeat;
}

li#fspot a {
	background-position: 0px 0px;
}
li#jukuspot a {
	background-position: -245px 0px;
}
li#deli a {
	background-position: -480px 0px;
}
li#movie a {
	background-position: -716px 0px;
}

#type a:hover {
  text-decoration: none;
  background-image: url("/img/jukujo/btn_type.png");
  background-repeat: no-repeat;
}

li#fspot a:hover { background-position: 0px -134px; }
li#jukuspot a:hover { background-position: -245px -134px; }
li#deli a:hover { background-position: -480px -134px; }
li#movie a:hover { background-position: -716px -134px; }

#type li#fspot {
	margin-right: 38px;
}

#type li#jukuspot {
	margin-right: 38px;
}

#type li#deli {
	margin-right: 38px;
}

	div#wrap div#footer hr{
		background: #909090;
		width: 860px;
		margin: 1.2em auto;
	}

	div#wrap div#footer h4, div#wrap div#footer p{
		color: #909090;
		line-height: 24px;
		text-align: center;
	}
	div#wrap div#footer ul{
		width: 730px;
		margin: 10px auto;
		text-align: center;
	}

	div#wrap div#footer ul li, div#wrap div#footer ul li a, div#wrap div#footer ul li a:link{
		display: inline;
		text-align: center;
		line-height: 22px;
		vertical-align: middle;
		zoom: 1;
	}

