@charset "utf-8";

/*-------------------------------------------
author infomation
---
Opening to the public：2011-0125
Charge：create21 ito



---------------------------------------------------*/



/*----all-----------------------------*/
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

img {
	border: none;
}

.clearfix {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	background-color: #fff;
}

#header {
	height: 40px;
	background: url(../img/entrance/line.gif) repeat-x left bottom;
}

#main {
	margin: 0;
	padding: 0;
}

#contents {
	width: 800px;
	margin: 0 auto;
	background: url(../img/entrance/bg.jpg) repeat-x left bottom;
}

/*---header----------------------------------------*/


#header-inner {
	width: 800px;
	margin: 0 auto;
}

h1 span {
	float: left;
	list-style-type: none;
}

h1 span#logo{
	background: url(../img/entrance/bg_logo.png) no-repeat left center;
	width: 250px;
	height: 40px;
}

h1 span#logo span{
	display: none;
}

h1 span#text {
	font-size: 12px;
	font-weight: normal;
	margin-left: 30px;
	margin-top: 13px;
}

/*---left----------------------------------------*/

#left {
	width: 380px;
	float: left;
}
/*---box1----------------------------------------*/

#box1 {
	margin: 0;
	padding: 0;
	width: 380px;
	height: 180px;
}

#left h2 {
	background: url(../img/entrance/shop_logo.png) no-repeat left top;
	width: 376px;
	height: 160px;
	text-indent: -9999px;
	position: relative;
	margin: 10px 0 5px 0;
}

/*---box2----------------------------------------*/


#box2 {
	margin: 0;
	padding: 0;
	width: 380px;
}
p#fuei {
	position: relative;
	padding: 15px 0 15px 20px;
	font-size: 13px;
	letter-spacing: 3px;
}

#entrance {
	margin:10px 0 10px 15px;
	width: 376px;
}

ul.block_01 {
	clear: both;
	margin: 5px 0 0 15px;
}

ul.block_02 {
	clear: both;
	margin: 10px 0 0 20px;
}

ul.block_02 li {
	float: left;
}

#box2 ul li{
	list-style-type: none;
}

ul li#enter a{
	background: url(../img/entrance/enter.gif) no-repeat 0 0;
	width: 290px;
	height: 66px;
	display: block;
	text-indent: -9999px;
}

ul li#enter a:hover{
	background: url(../img/entrance/enter_on.gif) no-repeat 0 0;
	width: 290px;
	height: 66px;
	display: block;
	text-indent: -9999px;
}

ul li#over18 {
	background: url(../img/entrance/over18.png) no-repeat left top;
	width: 70px;
	height: 70px;
	text-indent: -9999px;
	margin: 0 6px;
}

ul li#leave a{
	background: url(../img/entrance/leave.gif) no-repeat left top;
	width: 120px;
	height: 70px;
	display: block;
	text-indent: -9999px;
}

ul li#leave a:hover{
	background: url(../img/entrance/leave_on.gif) no-repeat left top;
	width: 120px;
	height: 70px;
	display: block;
	text-indent: -9999px;

}

ul li#check a {
	line-height: 1.0em;
	width: 80px;
	text-align:center;
}

/*---box3----------------------------------------*/
#box3 {
	clear: both;
	margin: 0;
	padding: 0;
	width: 380px;
}

p#blue-banner{
	margin: 20px 0 10px 5px;
/*	background: url(../img/entrance/banner.jpg) no-repeat left top;
	text-indent: -9999px; */
	width: 345px;
	height: 153px;

}

p#blue-banner a{
	display: block;
	width: 345px;
	height: 83px;
	padding-top: 73px; /* add style */
	text-align: center; /* add style */
}

p#blue-banner a:hover{
/*	background: url(../img/entrance/banner_on.jpg) no-repeat left top;
	width: 345px;
	height: 153px; */
}

/*---footer----------------------------------------*/

#footer {
	background: url(../img/entrance/line.gif) repeat-x left top;
	height: 30px;
	clear: both;
}

#footer p#address {
	text-align: center;
	font-size: 0.8em;
	padding-top: 10px;
}

