﻿@charset "utf-8";

*{margin:0; padding:0;}

img {vertical-align:bottom; border:none;}


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/b2_price_03.jpg");
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}

.menu02 a:hover{
	background-image: url("../hap_image/botton/b_price_03.jpg");
}

.menu03 a{
	display:block;
	overflow:hidden;
	width:150px;
	height:50px;
	background-image: url("../hap_image/botton/b_staff_03.jpg");
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}


.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:900px;
	height:900px;
	margin:auto;
}



#col{
	width:900px;
	height:700px;
	margin-top:60px;
}

#col_left{
	width:250px;
	height:700px;
	float:left;
	color:#FFF;
}

#col_left a{
	color:#FFF;
	text-decoration: none;
}

#col_right{
	width:600px;
	height:700px;
	float:right;
}


/*-----------------Staff紹介　メニュー------------------*/

#s1,#s2,#s3,#s4,#s5,#s6{
	width:250px;
	height:130px;
	margin-bottom:10px;
}


#s1_left,#s2_left,#s3_left,#s4_left,#s5_left,#s6_left{
	width:125px;
	height:120px;
	float:left;
	text-align:center;
}

#s1_left p,#s2_left p,#s3_left p,#s4_left p,#s5_left p,#s6_left p{
	margin-top:5px;
}


#s1_right,#s2_right,#s3_right,#s4_right,#s5_right,#s6_right{
	width:125px;
	height:120px;
	float:right;
	text-align:center;
}

#s1_right p,#s2_right p,#s3_right p,#s4_right p,#s5_right p,#s6_right p{
	margin-top:5px;
}


/*-----------------Profile-------------------------------*/


#col_right h1{
	width:600px;
	height:40px;
	margin-bottom:30px;
	border-bottom:solid 2px #fff;
	font-family:gentium book basic;
	color:#FFF;
}

#pr{
	width:600px;
	height:500px;
	margin:auto;
}

#pr_left{
	width:350px;
	height:360px;
	float:left;
}

#pr_right{
	width:200px;
	height:300px;
	margin-top:30px;
	margin-right:15px;
	float:right;
}


#pr_left table{
	width:350px;
	height:360px;
	color:#FFF;
	font-size:18px;
	border: solid 1px #333;
	border-collapse: collapse;
}

#pr_left th{
	width:150px;
	border: solid 1px #333;
	background-color:#1a1a1a;
}

#pr_left td{
	width:200px;
	border: solid 1px #333;
	padding-left:10px;
	line-height:26px;
}

#coment{
	width:450px;
	height:100px;
	margin-top:20px;
	font-family:gentium book basic;
	color:#FFF;
	border:solid 1px #FFF;
}

#coment h2{
	width:410px;
	height:30px;
	border-bottom:dashed 1px #FFF;
	margin:auto;
	padding-top:10px;
}

#coment p{
	width:410px;
	height:50px;
	margin:auto;
	padding-top:10px;
}

/*-----------------footerに関する記述--------------------*/


#footer{
	margin:auto;
	width:900px;
	height:40px;
}


