
*{
	margin		: 0px;
	padding		: 0px;
}

#wrapper{
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	width: 968px;
	}
	
#header {
	height: 400px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#menu{
	width:960px;
	height:60px;
	background: #fbe7b6;
	padding-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	}
	
#main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#left{
   	width:315px;
	padding-left:15px;
	float:left;

}
#right{
    float:left;
    padding-left:15px;
    width:600px;
    
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 150px;
	width: 960px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

ul#gNavi{
	padding-left:0px;
	height:50px;
	}
ul#gNavi li{
    list-style:none;
	padding-left:0px;
	float: left;
    width:160px;
	}
ul#gNavi a{
    display:block;
    width:160px;
    height:50px;
    text-indent:-2000px;
	}
.top{
	background-image: url(../images/nav_01.jpg);
	background-repeat: no-repeat;
	}
.staff{
	background-image: url(../images/nav_02.jpg);
	background-repeat: no-repeat;
	}
.system{
	background-image: url(../images/nav_03.jpg);
 	background-repeat: no-repeat;
	}
.interior{
	background-image: url(../images/nav_04.jpg);
    background-repeat: no-repeat;
	}
.recruit{
	background-image: url(../images/nav_05.jpg);
   	background-repeat: no-repeat;
	}
.access{
	background-image: url(../images/nav_06.jpg);
    background-repeat: no-repeat;
	}
a.top{
    background-image: url(../images/nav_01.jpg);
	}
a:hover.top{
	background-repeat: no-repeat;
	}
a.staff{
    background-image: url(../images/nav_02.jpg);
	}
a:hover.staff{
	background-repeat: no-repeat;
	}
a.system{
    background-image: url(../images/nav_03.jpg);
	}
a:hover.system{
	background-repeat: no-repeat;
	}
a.interior{
    background-image: url(../images/nav_04.jpg);
	}
a:hover.interior{
	background-repeat: no-repeat;
	}
a.access{
    background-image:url(../images/nav_05.jpg);
	}
a:hover.access{
	background-repeat: no-repeat;
	}
a.recruit{
    background-image: url(../images/nav_06.jpg);
	}
a:hover.recruit{
	background-repeat: no-repeat;
	}

a:link {
	color: #893903;line-height:35px;text-decoration: none;font-size:15px;
}
a:visited {
	color: #000000;line-height:35px;text-decoration: none;font-size:15px;
}
a:active {
	color: #ffffff;line-height:35px;text-decoration: none;font-size:15px;
}
a:hover {
	color: #ffff00;line-height:35px;text-decoration: underline;;font-size:15px;
}

div.map {
	margin: 0px 0px 10px 0px;
	
	}

div.map table {
	border: 2px solid #BEB089;
}

.clear {
	clear: both;
}