@charset "UTF-8";

body{font-size:92%;
padding:80px 0 55px 0;
background:url(../img/bg.png) 0 80px repeat-x fixed;}
* html body{  
    overflow: hidden;}
*{	zoom: 1;}



#header {
	position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 80px; 
	margin:0 auto;
	background: #f7f7f7;
	border-bottom:#fff100 solid 3px;
	z-index:3000;
}
h1{	width:221px;margin:10px auto;
}
.navi{
	width:750px;
	margin:0 auto;
	width:100%;
}

.navi ul{
	width:400px;
	margin:0 auto;
	}
.navi ul li{float:right; margin-left:40px;}
.navi ul li:last-child{margin-left:0;}

#footer{font-size:86%;
background:#2d2d2d;
color:#999;
padding:10px 8px 10px 10px;
position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0; 
	width: 100%;  
    height: 35px;  }
#footer p.back{padding:10px 0;}


#footer .totop{
	position:absolute;
	bottom:0;
	right:30px;
	_margin-bottom:-1px;}

#footer p.add{
}

#footer p.copy{
	margin-top:3px;
font-size:80%;
}

#container{
	width:100%;
}

#container .contents{
	width:750px;
	margin:200px auto;
}
#container h2{margin-bottom:20px;}
#container p,#container td,#container th{line-height:170%;}

#container #vision, #container #about, #container #staff, #container #recruit, #container #contact{
	width:750px;
	margin:0 auto 50px;
}

#container #vision h2{margin-top:130px;}
#container #about table{margin-top:10px;}
#container #about table td{padding:3px;}
#staff .list{ width: 230px; float:left; margin:0 30px 30px 0;}
#staff .list2{ width: 230px; float:left;margin-right:0 0 30px 0;}
#container h3{background:url(../img/staff_bg.png) no-repeat left top;
color: #fff; padding:8px 0 5px 14px;font-weight:normal; font-size:14px;
margin-bottom:10px;}
#container h4, #container p{padding-left: 10px;}
#container h3:first-letter{color:#fff100;}
#container table{margin:10px 0 0 10px; }
#container table th{padding:8px; font-weight:normal;background-color:#f6f6f6;text-align:left;border-bottom:#bcbcbc solid 1px;}
#container table td{padding:8px;background-color:#fff;border-bottom:#eee solid 1px;}

#contact .privacy{display:block;
width:750px; height:100px; overflow:scroll;background:#fff; border:#eee solid 1px; padding:10px;}

#map_custmomize{margin:10px 0 0 10px;width:740px;height:340px;}

* html div#contentsArea{  
    height: 100%;  
    overflow: auto;  
}  