@charset "UTF-8";

body{font-size:92%;
padding:70px 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: 70px; 
	margin:0 auto;
	background: #f7f7f7;
	border-bottom:#fff100 solid 3px;
	z-index:3000;
}
h1{	margin:10px auto;width:150px;
}
h1 img{width:150px; height:auto; margin-left:5px;}
.navi{
	margin:0 auto;
	width:100%;
}

.navi ul{
	width:200px;
	margin:0 auto;
	}
.navi ul li{float:right; margin-left:10px;}
.navi ul li:last-child{margin-left:0;}
.navi ul li img{height:9px; width:auto; }

#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:20px;
	_margin-bottom:-1px;}

#footer p.add{
}

#footer p.copy{
	margin-top:3px;
font-size:80%;
}

#container{
	width:100%;
}
#container h2 img{height:28px; width:auto;}
#container .contents{
	width:90%;
	margin:100px auto;
}
#container .contents img{width:100%;height:auto; margin:0 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:100%;
	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: 95%; margin:0 10px 10px 10px;}
#staff .list2{ width: 95%;margin:0 10px 10px 10px;}
#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:90%; height:200px; overflow:scroll;background:#fff; border:#eee solid 1px; padding:10px;}
#contact .form{width:95%;}

#map_custmomize{margin:10px 0 0 10px;width:95%;height:200px;}

* html div#contentsArea{  
    height: 100%;  
    overflow: auto;  
}  