@charset "utf-8";

@import url("setting.css");  

/* ----------------------------------------
	header
---------------------------------------- */

#header_wrap {
	width: 100%;
	min-width: 980px;
	background: url(../img/index/header_wrap_bg.jpg) repeat center;
}

#header {
	width: 980px;
	margin: auto;
	padding-top: 60px;
	height: 100px;
}

h1 {
	float: left;
}

#nav {
	margin-top: 24px;
	border-left: 1px solid #fff;
	float: right;
}

#nav li {
	border-right: 1px solid #fff;
	float: left;
	position: relative;
}

#nav li a,
#nav li img {
	display: block;
	text-decoration: none;
}

#nav li ul {
	display: none;
	padding-top: 10px;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 100;
}

#nav li li {
	width: 199px;
	padding: 5px 10px;
	border-right: 0;
	border-top: 1px solid #7dbacf;
	background: #fff;
	font-size: 12px;
	float: none;

}

/* ----------------------------------------
	contents
---------------------------------------- */

#contents_wrap {
	width: 100%;
	min-width: 980px;
	padding: 60px 0 80px;
	background: url(../img/common/contents_shadow.png) no-repeat center top;
}

#contents {
	width: 830px;
	margin: auto;
	padding: 50px 55px 50px;
	background: #fff;
}

.btn {
	display: block;
	padding-left: 20px;
	background: url(../img/common/btn_arrow.png) no-repeat left center;
	color: #787878;
	text-decoration: none;
}

.btn:hover {
	text-decoration: underline;
}


/* ----------------------------------------
	footer
---------------------------------------- */

#footer_wrap {
	width: 100%;
	min-width: 980px;
	height: 155px;
	background: url(../img/common/footer_bg.gif) repeat-x center top;
}

#footer {
	min-width: 900px;
	padding: 35px 38px 35px 23px;
	height: 80px;
	color: #dcdcdc;
	font-size: 12px;
	line-height: 16px;
	position: relative;
}

#footer a {
	color: #dcdcdc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_info {
	float: left;
}

#footer_info h2 {
	margin-bottom: 20px;
}

#footer_nav {
	float: right;
}

#footer_nav li {
	float: left;
}

#copyright {
	position: absolute;
	bottom: 40px;
	right: 40px;
}


/* ----------------------------------------
	contact_tab
---------------------------------------- */

#contact_tab {
	position: fixed;
	top: 208px;
	right: 0px;
}

