﻿@charset "utf-8";

*{margin:0; padding:0;}

img {vertical-align:bottom;}


body {
	background-color:#2F2E2E;
	background-image: url("../hap_image/images/body_img.jpg");
}


/*----------------wrapperに関する記述----------------------------*/


#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
}





/*----------------headerに関する記述-----------------------------*/


#header{
	background-image: url("../hap_image/images/t_waku.png");
	background-repeat:no-repeat;
	margin:auto;
	width:980px;
	height:130px;
	background-color:#000;
}

#header_left{
	margin-top:45px;
	margin-left:40px;
	float:left;
}


#header_right{
	float:right;
	margin-top:45px;
	margin-right:40px;
}

.time{
	color:#fff;
	font-size:24px;
	font-family:gentium book basic;
}

.tel{
	color:#fff;
	font-size:28px;
	font-family:gentium book basic;
}


/*-------------------naviに関する記述----------------------*/

#navi{
	margin-left:50px;
	margin-right:50px;
	width:900px;
	height:50px;
}

#navi ul{
	list-style:none;
}

#navi li{
	width:150px;
	height:50px;
	float:left;
}

.menu01 a{
	display:block;
	overflow:hidden;
	width:150px;
	height:50px;
	background-image: url("../hap_image/botton/b2_top_03.jpg");
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}

.menu01 a:hover{
	background-image: url("../hap_image/botton/b_top_03.jpg");
}

.menu02 a{
	display:block;
	overflow:hidden;
	width:150px;
	height:50px;
	background-image: url("../hap_image/botton/b_price_03.jpg");
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}

.menu03 a{
	display:block;
	overflow:hidden;
	width:150px;
	height:50px;
	background-image: url("../hap_image/botton/b2_staff_03.jpg");
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}

.menu03 a:hover{
	background-image: url("../hap_image/botton/b_staff_03.jpg");
}

.menu04 a{
	display:block;
	overflow:hidden;
	width:150px;
	height:50px;
	background-image: url("../hap_image/botton/b2_recruit_03.jpg");
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}

.menu04 a:hover{
	background-image: url("../hap_image/botton/b_recruit_03.jpg");
}

.menu05 a{
	display:block;
	overflow:hidden;
	width:150px;
	height:50px;
	background-image: url("../hap_image/botton/b2_access_03.jpg");
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}

.menu05 a:hover{
	background-image: url("../hap_image/botton/b_access_03.jpg");
}

.menu06 a{
	display:block;
	overflow:hidden;
	width:150px;
	height:50px;
	background-image: url("../hap_image/botton/b2_contact_03.jpg");
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}

.menu06 a:hover{
	background-image: url("../hap_image/botton/b_contact_03.jpg");
}

/*-----------------コンテンツに関する記述-------------------*/
#content{
	width:700px;
	height:1000px;
	margin:auto;
	color:#fff;
}

/*-----------------言語選択に関する記述--------------------*/
#world{
	width:200px;
	height:50px;
	margin-top:45px;
	margin-left:500px;
	font-family:gentium book basic;
	font-size:24px;
	display:none;
}

#world p{
	text-align:right;
}

#world a{
	text-decoration:none;
}

#world a:link{
	color:#fff;
}

#world a:hover{
	color:lime;
}


#world img{
	vertical-align:baseline;
	margin-right:10px;
	margin-left:10px;
	border:none;
}

/*-----------------セット料金に関する記述--------------------*/

#sub_pr{
	width:700px;
	height:40px;
	margin-top:50px;
}


#set{
	width:700px;
	height:570px;
	font-size:16px;
	border-top:solid 2px #fff;
	padding-top:20px;
	margin-bottom:30px;
}

.botoru{
	float:right;
}

.set{
	font-size:24px;
	font-family:gentium book basic;
	margin-bottom:50px;
}

#coupon{
	width:450px;
	height:300px;
	margin-top:80px;
	font-size:12px;
	margin-left:125px;
}

#coupon img{
	margin-top:5px;
	border:double 1px gray;
}

#coupon ul{
	margin-left:20px;
	margin-bottom:10px;
	margin-top:15px;
}


/*-------------------クレジットカードに関する記述---------------*/
#sub_ca{
	width:700px;
	height:40px;
	margin-top:20px;
}

#card{
	width:700px;
	height:170px;
	border-top:solid 2px #fff;
}


#card p{
	margin-top:20px;
	margin-bottom:20px;
}


/*--------------------パーティーに関する記述---------------------*/
#sub_pa{
	width:700px;
	height:40px;
}

#party{
	width:700px;
	height:120px;
	border-top:solid 2px #fff;
	padding-top:20px;
}

/*-----------------footerに関する記述--------------------*/


#footer{
	margin:auto;
	width:900px;
	height:40px;
	background-color:yellow;
	margin-top:40px;
}


