#wrapper{
	background : url(../images/back.jpg) repeat;
	}

#th {
	background-image: url(../images/head_b.jpg);
	height: 350px;
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
		
#header {
	height: 350px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#main {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#left{
   	width:380px;
	margin-left:1px;
	float:left;

}
#right{
    width:600px;
    margin-left:15px;
    float:left;
}
	
#footer {
	background-image: url(../images/foot.jpg); 
	height: 200px;
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#foot{
	background-image: url(../images/footer.jpg);no-repeat;
	height: 200px;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#menu{
	background-image: url(../images/menu_bar.png);
	height:60px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
ul#gNavi{
	width:1000px;
	height:60px;
	margin:0 auto;
	overflow:hidden;
	}
	
ul#gNavi li{
    list-style:none;
	float:left;
	}
	
ul#gNavi a{
    display:block;
    width:163px;
    height:60px;
    padding-left:3.6px;
    text-indent:-2000px;
	}

ul#gNavi .top a{
    display:block;
    width:163px;
    height:60px;
    padding-left:0px;
    text-indent:-2000px;
	}
	
ul#gNavi .recruit a{
    display:block;
    width:166px;
    height:60px;
    padding-right:0px;
    text-indent:-2000px;
	}
	
.top{
	background-image: url(../images/menu/top.png);
	background-repeat: no-repeat;
	}
.staff{
	background-image: url(../images/menu/staff.png);
	background-repeat: no-repeat;
	}
.system{
	background-image: url(../images/menu/system.png);
 	background-repeat: no-repeat;
	}
.interior{
	background-image: url(../images/menu/interior.png);
    background-repeat: no-repeat;
	}
.access{
	background-image: url(../images/menu/access.png);
    background-repeat: no-repeat;
	}
.recruit{
	background-image: url(../images/menu/recruit.png);
   	background-repeat: no-repeat;
	}

a.top{
    background-image: url(../images/menu/top.png);
	}
a:hover.top{
    background-position:0px -60px;
	background-repeat: no-repeat;
	}
a.staff{
    background-image: url(../images/menu/staff.png);
	}
a:hover.staff{
    background-position:0px -60px;
	background-repeat: no-repeat;
	}
a.system{
    background-image: url(../images/menu/system.png);
	}
a:hover.system{
    background-position:0px -60px;
	background-repeat: no-repeat;
	}
a.interior{
    background-image:url(../images/menu/interior.png);
	}
a:hover.interior{
    background-position:0px -60px;
	background-repeat: no-repeat;
	}
a.access{
    background-image:url(../images/menu/access.png);
	}
a:hover.access{
    background-position:0px -60px;
	background-repeat: no-repeat;
	}
a.recruit{
    background-image: url(../images/menu/recruit.png);
	}
a:hover.recruit{
    background-position:0px -60px;
	background-repeat: no-repeat;
	}

a:link {
	color: #fcf6b0;line-height:35px;text-decoration: none;font-size:15px;
}
a:visited {
	color: #ff0000;line-height:35px;text-decoration: none;font-size:15px;
}
a:active {
	color: #ff0000;line-height:35px;text-decoration: none;font-size:15px;
}
a:hover {
	color: #fff100;line-height:35px;text-decoration: underline;;font-size:15px;
}

.clearfix:after {/*for modern browser*/
   content: "";
   display: block;
   clear: both;
}


.clear {
	clear: both;
}