@charset "UTF-8";

/*
===== CONTENTS ==============================
	1:#wrapper
	2:#header
		#logo
	3:#globalNav
	4:#contents
		#main_contents
		#sub_contents
			#localNav
	5:#footer
		#asisstNav
		.pageTop
=============================================
*/


/*
===== 1:#wrapper =====
*/
#wrapper {
	width: 100%;
	text-align: center;
	padding: 0 0 25px;
}
#wrapper .inner {
	width: 906px;
	margin: 0 auto;
}


/*
===== 2:#header =====
*/
#header {
	width: 906px;
	margin: 0 auto;
}

/* #logo */
#header #logo {
	float: left;
	width: 420px;
}

#header #information {
	float: right;
}
#header #information p {
	font-size: 10px;
	color: #595757;
	text-align: right;
	_padding: 3px 0 0;
}
#header #information p.tel {
	margin: 0 2px 0 0;
	_padding: 0;
}
#header #information p.map {
	margin: 0 2px 0 0;
	_padding: 0;
}

/*
===== 3:#globalNav =====
*/
#globalNav {}
#globalNav li {
	float: left;
}
#globalNav li a {
	display: block;
}


/*
===== 3:#topicspath =====
*/
#topicspath {
	font-size: 62.5%;
	margin: 15px 18px;
}


/*
===== 4:#contents =====
*/
#contents {
	border: 3px solid #487cac;
	margin: 0;
	padding: 10px 15px 0 18px;
	width: 867px;
	_width: 900px;
}


/* section */
#contents .section {}
#contents .section h2 {
	font-size: 87.5%;
	font-weight: bold;
}
#contents .section p {
	font-size: 75%;
}
#contents .section .section {
}
#contents .section .section  h3 {
	font-weight: bold;
	font-size: 75%;
}




/*
===== 5:#footer =====
*/
#footer {
	width: 100%;
	text-align: center;
	background: url(../images/footbg.jpg) no-repeat center bottom;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#footer .inner {
	margin: 0 auto;
	width: 900px;
}

#footer #campany {
	float: left;
	width: 450px;
	margin: 0 0 20px;
}
#footer #campany h2 {
	margin: 0 0 10px;
}
#footer #campany p {
	font-size: 12px;
	margin: 0 0 10px;
}
#footer #campany .group {
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
#footer #campany .group h3 {
	color: #143279;
	font-size: 12px;
	font-weight: bold;
}
#footer #campany .group p {
	color: #143279;
	text-indent: .5em;
}

#footer #map {
	float: right;
	width: 390px;
	margin: 0 0 20px;
}
#footer #map a {
	font-size: 12px;
	text-indent: 31px;
	display: block;
	margin: 5px 0 0;
}


/* #asisstNav */
#footer #asisstNav {
	clear: both;
	float: left;
	_float: none;
	_display: inline;
	*float: none;
	*display: inline;
	padding: 0 0 6px;
}
#footer #asisstNav li {
	display: inline;
	font-size: 75%;
	color: #4e6cca;
}
#footer #asisstNav li a {
	
}

/* .pageTop */
#footer .pageTop {
	float: right;
	_margin: -22px 0 10px;
}
#footer .pageTop a {
	padding: 0 0 6px;
}

#footer address {
	clear: both;
	float: left;
}
#footer .fcount {
	float: left;
	margin: 15px 0 0 5px;
}
#footer .flogo {
	float: right;
}


