﻿@charset "utf-8";

*{margin:0; padding:0;}

img {vertical-align:bottom;}

.ondes {color: #999;}

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/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/b_recruit_03.jpg");
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}


.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:750px;
	height:780px;
	margin:auto;
	color:#fff;
}

#content h1{
	margin-bottom:30px;
	margin-top:30px;
}

#sub_title{
	width:750px;
	height:100px;
	border-bottom:solid 3px #fff;
	margin:auto;
}

#sub_title img{
	padding-top:60px;
}

#col_top{
	width:500px;
	height:150px;
	padding-top:40px;
	margin:auto;
}


#col2{
	width:750px;
	height:400px;
	margin-top:40px;
	margin-bottom:40px;
}


#naiyou{
	width:300px;
	height:400px;
	float:left;
}


#naiyou table{
	width:300px;
	height:400px;
	color:#FFF;
	font-size:18px;
	border: solid 1px #333;
	border-collapse: collapse;
}

#naiyou th{
	width:100px;
	border: solid 1px #333;
	background-color:#1a1a1a;
}

#naiyou td{
	width:200px;
	border: solid 1px #333;
	padding-left:10px;
	line-height:26px;
}


/*----------------応募フォーム---------------*/


#mail{
	width:400px;
	height:400px;
	float:right;
}

.title{
	font-size:20px;
	margin-bottom:10px;
	font-weight: bold; 
}


#mail form{
	width:400px;
	height:350px;
	color:#fff;
}

#mail table{
	width:400px;
	border-collapse: collapse;
	text-align:center;
}

#mail tr{
	width:400px;
	height:40px;
	border: solid 1px #333;
}

#maile td{
	width:280px;
	height:40px;
	border: solid 1px #333;
}

.m1{
	width:120px;
	height:40px;
	background-color:#1a1a1a;
	padding:5px;
	font-size:14px;
}

.sousin{
	width:400px;
	height:40px;
	text-align:center;
	margin-top:10px;
}





/*-----------------footerに関する記述--------------------*/


#footer{
	margin:auto;
	width:900px;
	height:40px;
}


