@charset "utf-8";


/*==========================
　ジュール認証
==========================*/


/***　全体　***/

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

body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/top_bg.gif) center top repeat-x;
}

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

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

body > div#wrapper {
	height:auto;
}

p,div,h1 {
	margin:0;
	padding:0;
}

ul,li {
	margin:0;
	padding:0;
	list-style:none;
}

h1 {
	position:absolute;
	font-size:12px;
	color:#666;
	line-height:16px;
	font-weight:normal;
	text-align:left;
	top:7px;
	right:0;
}

/***　コンテンツ　***/


li {
	float:left;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:12px;
	line-height:14px;
	text-align:center;
}

li a {
	padding-top:106px;
	text-decoration:none;
	display:block;
}

li a:hover {
	text-decoration:underline;
}

ul#top {
	padding:118px 0 100px 32px;
	height:120px;
	overflow:hidden;
}

li#tempo_1 {
	margin-right:97px;
	background:url(../img/tempo_1.jpg) center top no-repeat;
}

li#tempo_1 a {
	color:#FF3399;
}

li#tempo_1 a:hover {
	color:#FF9900;
}

li#tempo_2 {
	margin-right:100px;
	background:url(../img/tempo_2.jpg) center top no-repeat;
}

li#tempo_2 a {
	color:#339900;
}

li#tempo_2 a:hover {
	color:#FF9900;
}

li#tempo_3 {
	background:url(../img/tempo_3.jpg) center top no-repeat;
}

li#tempo_3 a {
	color:#3366FF;
}

li#tempo_3 a:hover {
	color:#FFCC00;
}

ul#bottom {
	padding:0 0 40px 14px;
	height:120px;
	overflow:hidden;
}

li#tempo_4 {
	margin-right:40px;
	background:url(../img/tempo_4.jpg) center top no-repeat;
}

li#tempo_4 a {
	color:#FF3333;
}

li#tempo_4 a:hover {
	color:#FF6633;
}

li#tempo_5 {
	margin-right:40px;
	background:url(../img/tempo_5.jpg) center top no-repeat;
}

li#tempo_5 a {
	color:#CC00FF;
}

li#tempo_5 a:hover {
	color:#9999FF;
}

li#tempo_6 {
	margin-right:40px;
	background:url(../img/tempo_6.jpg) center top no-repeat;
}

li#tempo_6 a {
	color:#FF66CC;
}

li#tempo_6 a:hover {
	color:#FF9999;
}

li#tempo_7 {
	background:url(../img/tempo_7.jpg) center top no-repeat;
}

li#tempo_7 a {
	color:#CC9900;
}

li#tempo_7 a:hover {
	color:#999;
}

/***　R18　***/

#r18_box {
	margin:0 auto 97px;
	width:565px;
	height:39px;
	background:url(../img/r18_bg.jpg) no-repeat;
}

#r18_box p {
	padding-left:117px;
	font-size:12px;
	line-height:18px;
	color:#000;
	text-align:left;
}

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

#tempo_txt {
	padding:27px 0 38px;
	width:1000px;
	border-top:dotted #000 1px;
}

#tempo_txt p {
	margin:0 auto;
	padding-bottom:30px;
	width:570px;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

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

#foot_box {
	position:absolute;
	width:1000px;
	height:38px;
	text-align:center;
	border-top:dotted #000 1px;
	left:0;
	bottom:0;
}

#foot_box p {
	font-size:12px;
	line-height:38px;
	color:#000;
}

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

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