﻿@charset "utf-8";
/* CSS Info
 FileName   : module.css
 Modified   : 20140411
 Editor     : geocode
======================== */
body {
	background: #fff;
}
/* #wrapper
----------------------------------------------------------- */
#wrapper {
}

/* #header
----------------------------------------------------------- */
#header {
	width: 100%;
	background: url(../images/head_bg01.png) repeat-x left bottom;
}
#header h1 {
	background: #000;
	border-bottom: 1px solid #333;
}
#header h1 span {
	display: block;
	width: 930px;
	margin: 0 auto;
	padding: 5px 35px;
	color: #ccc;
	font-size: 11px;
	line-height: 1.2;
	text-align: right;
}
.headerIn {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100px;
	background: url(../images/head_bg02.png) no-repeat left top;
}
#header p {
	position: absolute;
}
#header .logo {
	top: 20px;
	left: 20px;
}
#header .btn {
	top: 52px;
	right: 35px;
	background: url(../images/header_btn01_bg01.png) no-repeat left top;
}
#header .tel {
	top: 7px;
	right: 35px;
}
/* #container
----------------------------------------------------------- */
#container:after {
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	content: ".";
}
#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
}
/* Hides from IE-mac \*/
* html #container {	height: 1%;}
/* End hide from IE-mac */
#container {	display: block;}
/* #content
----------------------------------------------------------- */
#content {
}
/* #gnav
----------------------------------------------------------- */
#gnav {
	position: relative;
	width: 100%;
	background: url(../images/gnav_bg02.png) repeat-x left top;
	z-index: 999;
}
#gnav ul {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/gnav_bg01.png) no-repeat left top;
}
#gnav ul:before,#gnav ul:after { content:""; display:table;}
#gnav ul:after { clear:both;}
#gnav ul { zoom:1;}
#gnav li {
	float: left;
}
#gnav.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

/* #side
----------------------------------------------------------- */
/* #extra
----------------------------------------------------------- */
/* .pagetop
----------------------------------------------------------- */
#topcontrol {
	z-index: 9999;
}
.pagetop {
	width: 80px;
	height: 80px;
	background: url(../images/pagetop.png) no-repeat top left;
}
.pagetop:hover {
	filter: alpha(opacity=7);
	-moz-opacity:0.7;
	opacity:0.7;
}
/* #footer
----------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	background: url(../images/foot_bg02.png) repeat-x left top #181818;
	color: #fff;
	font-size: 11px;
}
.footerIn {
	position: relative;
	width: 1000px;
	height: 220px;
	margin: 0 auto;
}
#footer p {
	position: absolute;
}
#footer .logo {
	left: 0;
	top: 46px;
	top: 21px;
	z-index: 2;
}
#footer .address {
	left: 70px;
	top: 70px;
	color: #fff;
	z-index: 3;
}
#footer .tel {
	z-index: 1;
}
#footer .btn {
	right: 16px;
	bottom: 91px;
	z-index: 2;
}
.footerMap {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer .copy {
	clear: both;
	width: 100%;
	background: url(../images/foot_bg03.png) repeat-x left bottom #181818;
}
#footer .copy span {
	display: block;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
}

/* end */
