
*{
	margin		: 0px;
	padding		: 0px;
}

#wrapper{
	background-image: url(../images/main.png);
	background-repeat: repeat-y;
	width: 980px;
	}
		
#header {
	height: 350px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	

#main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#left{
   	width:350px;
	padding-left:5px;
	float:left;
	}

#right{
    float:right;
    width:585px;
    padding-right:5px;
	}
	
#footer {
    clear:both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	

#menu{
	width:960px;
	height:66px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	

ul#gNavi{
	padding-left:0px;
	height:66px;
	}
ul#gNavi li{
    list-style:none;
	padding-left:0px;
	float: left;
    width:160px;
	}
ul#gNavi a{
    display:block;
    width:160px;
    height:66px;
    text-indent:-2000px;
	}
.top{
	background-image: url(../images/menu/top.jpg);
	background-repeat: no-repeat;
	}
.staff{
	background-image: url(../images/menu/staff.jpg);
	background-repeat: no-repeat;
	}
.system{
	background-image: url(../images/menu/system.jpg);
 	background-repeat: no-repeat;
	}
.interior{
	background-image: url(../images/menu/interior.jpg);
 	background-repeat: no-repeat;
	}
.recruit{
	background-image: url(../images/menu/recruit.jpg);
   	background-repeat: no-repeat;
	}
.access{
	background-image: url(../images/menu/access.jpg);
    background-repeat: no-repeat;
	}
a.top{
    background-image: url(../images/menu/top.jpg);
	}
a:hover.top{
    background-position:0px -66px;
	background-repeat: no-repeat;
	}
a.staff{
    background-image: url(../images/menu/staff.jpg);
	}
a:hover.staff{
    background-position:0px -66px;
	background-repeat: no-repeat;
	}
a.system{
    background-image: url(../images/menu/system.jpg);
	}
a:hover.system{
    background-position:0px -66px;
	background-repeat: no-repeat;
	}
a.interior{
    background-image:url(../images/menu/interior.jpg);
	}
a:hover.interior{
    background-position:0px -66px;
	background-repeat: no-repeat;
	}
a.access{
    background-image:url(../images/menu/access.jpg);
	}
a:hover.access{
    background-position:0px -66px;
	background-repeat: no-repeat;
	}
a.recruit{
    background-image: url(../images/menu/recruit.jpg);
	}
a:hover.recruit{
    background-position:0px -66px;
	background-repeat: no-repeat;
	}

a:link {
	color: #000000;line-height:35px;text-decoration: none;font-size:14px;
}
a:visited {
	color: #ff0000;line-height:35px;text-decoration: none;font-size:14px;
}
a:active {
	color: #ffff00;line-height:35px;text-decoration: none;font-size:14px;
}
a:hover {
	color: #ffff00;line-height:35px;text-decoration: underline;;font-size:14px;
}

.service{
    margin: 10px 5px;
    border: 2px solid #ff79a7;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service01{
    margin-top: 0;
}
.service-box{
    padding: 5px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service-box{
    padding:10px;
}
 .service .tit{
    text-align: center;
}
 .service .swiper-wrapper img{
    overflow: hidden;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
	clear: both;
}

