body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p,h1,h2,h3,h4,h5,h6,ul {
	margin: 0px;
	padding: 0px;
}
/*  header -- */
.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.headbox {
	padding: 0px 0px 20px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.headbox h1 {
	background-image: url(../img/logo_01.gif);
	margin: 10px;
	padding: 0px;
	height: 40px;
	width: 170px;
}
.hlogo {
	display: none;
}
.gmenu {
	list-style: none;
	display: flex;
	margin-right: 0px;
	margin-left: auto;
	position: absolute;
	left: 380px;
	top: 25px;
	right: 0px;
}
.gmenu li {
	width: 150px;
	text-align: center;
}
.gmenu li a {
	text-decoration: none; 
	color: #666666;
}

/* i  */

.point {
	padding: 0px;
	height: 450px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	background-image: url(../img/pointbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.point h2 {
	display: none;
}
.point p {
	display: none;
}

/* aboutus  */

.abbox {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 90px;
	margin-left: auto;
}
.ab1 {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	color: #003399;
	text-indent: 1em;
	font-size: 24px;
	text-align: left;
}
.ablogo {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.abmes {
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 40px;
}
.abtabl {
	width: 520px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.abtabl a {
	text-decoration: none; 
}
.abtabl th {
	width: 110px;
	font-weight: normal;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
}
.abtabl td {
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 1em;
}
.abtabl td li {
	list-style: none;
}

/*  service   */
.svbox {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
	position: relative;
}
.svbox img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.svlt {
	width: 140px;
}
.svrt {
	float: right;
	padding: 0px;
	left: 140px;
	top: 0px;
	position: absolute;
}
.clr {
	clear: both;
	margin-bottom: 30px;
}
.svbox h4 {
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}
.svbox h5 {
	font-size: 18px;
	font-weight: bold;
	color: #339900;
	margin-bottom: 15px;
}

/*  contact  */

.ctbox {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
}
.ctbox table {
	width: 700px;
	border: 1px solid #666666;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
.ctbox table th {
	font-weight: normal;
	width: 200px;
	background-color: #6699CC;
	color: #FFFFFF;
}
.ctbox table td {
	padding-left: 8px;
	vertical-align: middle;
}
.mailf {
	font-size: small;
}

/*  footer  */
.footer {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.fbox img {
	margin-bottom: 25px;
}
.f1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;

}
.f2 {
	font-size: 12px;
	color: #666666;
	margin-bottom: 1em;
}
.f3 {
	font-size: 12px;
	color: #003366;
}
