@charset "utf-8";
.header {
	position: relative;
	z-index: 1;
	height: 120px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	position: absolute;
	z-index: 2;
	height: 60px;
	width: 180px;
	top: 0px;
	left: 0px;
}
.nav {
	position: absolute;
	z-index: 1;
	height: 50px;
	width: 960px;
	font-size: 14px;
	text-align: right;
	bottom: 0px;
}
.social {
	position: absolute;
	z-index: 1;
	height: 40px;
	width: 200px;
	right: 0px;
	top: 10px;
}
.slider {
	position: relative;
	z-index: 1;
	height: 500px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	top: 30px;
}
.body-text {
	position: relative;
	z-index: 1;
	height: 500px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.body-text-info {
	position: relative;
	z-index: 1;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.body {
	position: relative;
	z-index: 1;
	height: 300px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	font-size: 14px;
	line-height: 1.3em;
}
.body-services {
	position: relative;
	z-index: 1;
	height: 1200px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	font-size: 14px;
	line-height: 1.3em;
}
.body-contact {
	position: relative;
	z-index: 1;
	height: 1100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.accred {
	position: relative;
	z-index: 1;
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	position: relative;
	z-index: 1;
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	margin-top: 50px;
	bottom: 0px;
}
.sep {
	position: relative;
	z-index: 1;
	height: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.box-title {
	position: absolute;
	z-index: 3;
	height: 30px;
	width: 200px;
	top: 16px;
	left: 50px;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.1em;

}
.box01 {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 300px;
	left: 0px;
	text-align: left;
	font-size: 24px;
	background-color: #D6DE23;

}
.box02 {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 300px;
	left: 330px;
	font-size: 14px;
	line-height: 2em;
	background-color: #D6DE23;
}
.box03 {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 300px;
	right: 0px;
	font-size: 14px;
	line-height: 2em;
	background-color: #D6DE23;
}
.box01-t {
	position: absolute;
	z-index: 2;
	height: 50%;
	width: 300px;
	top: 20%;
	left: 0px;
	text-align: left;
	font-size: 24px;

}
.box02-t {
	position: absolute;
	z-index: 2;
	height: 50%;
	width: 300px;
	top: 20%;
	left: 330px;
	font-size: 16px;
	line-height: 1.2em;

}
.box03-t {
	position: absolute;
	z-index: 2;
	height: 50%;
	width: 300px;
	top: 20%;
	right: 0px;
	font-size: 16px;
	line-height: 2em;

}
.text-half01 {
	position: absolute;
	z-index: 2;
	height: 300px;
	width: 465px;
	top: 0px;
	left: 0px;

}
.text-half02 {
	position: absolute;
	z-index: 2;
	height: 300px;
	width: 465px;
	top: 0px;
	right: 0px;

}
.contactform {
	position: absolute;
	z-index: 2;
	height: 300px;
	width: 465px;
	top: 475px;
	left: -35px;

}
.accred {
	position: absolute;
	z-index: 2;
	height: 80px;
	width: 140px;
	top: 0px;
	right: 0px;
}

a:hover img {
    opacity: 0.7;

}