@charset "utf-8";


/*==========================
　認証ページ
==========================*/

html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/index/bg.jpg) center top no-repeat;
	text-align:center;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:800px;
	min-height:100%;
}

* html div#wrapper {
	height:100%;
}

body > div#wrapper {
	height:auto;
}

h1 {
	position:absolute;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-weight:normal;
	font-size:12px;
	color:#666;
	text-align:left;
	top:0;
	right:0;
}

/***　ロゴ　***/

#logo {
	margin:0 auto 122px;
	padding-top:194px;
	width:337px;
	height:84px;
}

/***　R18　***/

#r18_box {
	margin:0 auto 20px;
	width:438px;
	height:67px;
	background:url(../images/index/r18.png) no-repeat;
}

#r18_box p {
	padding-top:50px;
	line-height:14px;
	text-align:center;
}

#r18_box p span {
	margin-right:69px;
}

#r18_box p span a {
	color:#339900;
}

#r18_box p span a:hover {
	color:#FF9900;
}

#r18_box p a {
	color:#333;
	text-decoration:none;
}

#r18_box p a:hover {
	color:#999;
}

/***　店舗紹介　***/

.txt_box1 {
	margin:0 auto;
	padding:8px 5px 18px;
	width:590px;
	border-top:dotted #666 1px;
}

.txt_box2 {
	margin:0 auto;
	padding:7px 5px 100px;
	width:590px;
	border-top:dotted #666 1px;
}
	
.txt_box1 p,.txt_box2 p {
	padding-top:10px;
	line-height:16px;
	color:#666;
	text-align:left;
}

/***　フッター　***/

#foot_box {
	position:absolute;
	padding:62px 0 0 318px;
	width:482px;
	height:38px;
	background:url(../images/foot_bg.gif) no-repeat;
	left:0;
	bottom:0;
}

#foot_box p {
	line-height:16px;
	text-align:left;
	color:#999;
}

#foot_box p a {
	color:#999999;
	text-decoration:none;
}

#foot_box p a:hover {
	color:#339900;
}
