﻿@charset "utf-8";


/* ================================================================================
	Header CSS
================================================================================ */

#header {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}

#header .inner {
	position: relative;
	z-index: 12;
}

#header .inner:after {
	content: "";
    display: table;
	clear: both;
}

#header h1 {
	float: left;
	width: 207px;
	height: 31px;
	margin-top: 4px;
}

#header .rb {
	width: 730px;
}

#header #gnav {
	float: left; 
	width: 399px;
}

#header #gnav ul {
	overflow: hidden;
}

#header #gnav li {
	float: left;
}

#header #gnav li a {
	display: block;
	width: 132px;
	padding: 10px 0;
	border-left: 1px solid #e4e4e4;
	text-align: center;
}

#header #gnav li a:hover {
	text-decoration: none;
}

#header #gnav li span {
	margin-left: 1em;
	font-size: 11px;
}

#header #font-area {
	float: left;
	width: 121px;
	height: 32px;
	padding: 5px 5px 6px;
	border-left: 1px solid #e4e4e4;
	background-color: #eeeeee;
}

#header #font-area ul {
	overflow: hidden;
}

#header #font-area li {
	float: left;
	margin-left: 5px;
	font-size: 12px;
}

#header #font-area li:first-child {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1;
}

#header #font-area li a {
	display: block;
	width: 38px;
	padding: 5px 0;
	background-color: #d5d5d5;
	font-size: 12px;
	color: #8c8c8c;
	text-align: center;
}

#header #font-area li a.active {
	background-color: #ffba00;
	color: #242d3c;
}

#header #font-area li a:hover {
	text-decoration: none;
}

#header #support {
	float: left;
	width: 191px;
	padding: 5px 3px;
	border: 1px solid #e4e4e4;
	border-bottom: none;
}


/* ================================================================================
	Footer CSS
================================================================================ */
#page-top {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}

#page-top a {
	display: inline-block;
	width: 120px;
	height: 40px;
	border-radius: 4px;
	background-color: #999;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

#page-top a:hover {
	text-decoration: none;
}

#page-top a span {
	margin-left: 5px;
	font-size: 13px;
}

#facility-list {
	width: 100%;
	background: #efefef url(../images/footer_shadow01.png) 0 0 repeat-x;
}

#facility-list .inner {
	overflow: hidden;
	padding: 20px 10px;
}

#facility-list li a {
	font-size: 12px;
}

#facility-list .lb {
	width: 314px;
	padding-right: 30px;
	border-right: 1px solid #aaaaaa;
}

#facility-list .lb h5 img {
	height: 20px;
}

#facility-list .lb ul {
	margin-top: 10px;
}

#facility-list .rb ul + ul {
	width: 312px;
	margin-left: 30px;
}

#facility-list .lb li {
	margin-left: 10px;
	padding-left: 10px;
	background: url(../images/footer_arrow01.jpg) 0 center no-repeat;
}

#facility-list .rb {
	float: left;
	width: 572px;
	padding-left: 23px;
}

#facility-list .rb h5 img {
	height: 20px;
}

#facility-list .rb ul {
	float: left;
	width: 230px;
	margin-top: 10px;
}

#facility-list .rb li {
	margin-left: 10px;
	padding-left: 10px;
	background: url(../images/footer_arrow01.jpg) 0 center no-repeat;
}

footer {
	width: 100%;
}

footer .inner {
	overflow: hidden;
}

footer #footer-utility {
	padding: 35px 0;
	background: #fff url(../images/footer_shadow01.png) 0 0 repeat-x;
}

footer #footer-utility h5 {
	float: left; 
	width: 149px;
}

footer #footer-utility ul {
	overflow: hidden;
	float: left;
	width: 740px;
	margin: 5px 0 0 30px;
}

footer #footer-utility li {
	float: left;
	margin-left: 7px;
}

footer #footer-utility li:before {
	content: "|";
}

footer #footer-utility li:first-child {
	margin-left: 0;
}

footer #footer-utility li:first-child:before {
	content: "";
}

footer #footer-utility li a {
	margin-left: 7px;
}

footer #copy {
	padding: 17px 0 29px;
	background: url(../images/copy_bg01.jpg) 0 0 repeat-x;
}

footer #copy p {
	text-align: center;
}

footer #copy small {
	font-size: 12px;
	color: #fff;
}


/* ================================================================================
	SlidingPanel BASE CSS
================================================================================ */

#toppanel {
	position: absolute;
	top: 35px;
	left: 113px;
	z-index: 15;
	width: 951px;
}


/* ================================================================================
	SlidingPanel OPEN PANEL CSS
================================================================================ */

#panel {
	display: none;
	position: relative;
	z-index: 16;
	width: 587px;
	height: 322px;
	padding-top: 20px;
	background: url(../images/maga_nav_bg01.png) 0 0 no-repeat;
}

#panel ul {
	display: table;
	margin: 15px 20px 0;
}

#panel li {
	display: inline-block;
	width: 172px;
	margin-left: 7px;
	margin-bottom: 10px;
}

#panel .close-bt {
	text-align: center;
}


/* ================================================================================
	Sub Common CSS
================================================================================ */

#main {
	padding-bottom: 21px;
	background: url(../images/main_bg01.jpg) 0 0 repeat;
}

#main-content {
	width: 940px;
	margin: 0 auto;
	padding: 30px 10px 0;
}


/* ================================================================================
	Sub Common CSS
================================================================================ */

.sub #container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

.sub .side {
	float: left;
	width: 230px;
}
	
.sub #main {
	float: right;
	width: 710px;
	padding: 0 10px 40px;
}

.sub #header-sp {
	display: none;
}