@charset "UTF-8";
#sub-body {
    z-index: -1;
    width: 100%;
	min-width:1024px;
    background: url(/images/common/bg_header.jpg) 0 42px repeat-x #FFF;
}

/* //////////////////////////////////// */
/* header
/* //////////////////////////////////// */
#header {
	width:100%;
	min-width:1024px;
	height:174px;
    position: relative;
    z-index: 50;
	padding:0;
    margin-bottom: 20px;
	background: #FFFFFF;
	border-top: solid 5px #1d2d7c;
}
#header .container-header {
	width:100%;
	max-width:1600px;
	min-width:1024px;
	margin: 0 auto;
	border-bottom: solid 1px #eee;
}
#header .container-header-in {
	width:100%;
	max-width:1600px;
	min-width:1024px;
	height:auto;
	margin: 0 auto;
}
/* logo */
#header .container-header .logo {
	float: left;
	overflow: hidden;
	padding: 15px 0 18px;
	margin:0 0 0 0;
	width:370px;
	font-size:0;
}
#header .container-header .logo a {
	text-decoration:none;
}
#header .container-header .logo img.logo01 {
	width: 110px;
	height: auto;
	margin:0 10px 0 10px;
}
#header .container-header .logo img.logo02 {
	width: 185px;
	height: auto;
	margin:0 13px 20px 0;
}
#header .container-header .logo img.logo03 {
	width: 355px;
	height: 40px;
	margin:10px 13px 10px 15px;
}
/* nav-header */
#header .container-header .nav-header {
	float: right;
	margin: 0 0 10px 0;
	padding-right:15px;
	width:630px;
}
#header .container-header .nav-header .nav-header-1 {
	float: right;
}
#header .container-header .nav-header .nav-header-1 li {
	float: left;
	margin: 0 0 0 3px;
	box-shadow: 3px 3px 6px 0px rgba(204,204,204,0.4);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(204,204,204,0.4);
}
/* inner */
#header .inner {
	width:980px;
	margin:0 auto;
}
#header .headBox-wrap {
	width:100%;
	padding:5px 0;
	border-bottom: solid 1px #eee;
}
/* hLink */
#hLink {
    clear: both;
    margin: 0 -20px 0 5px;
    position: static;
	float:left;
}
#hLink li {
    margin-right: 20px;
    float:left;
}
#hLink li a {
    font-size: 12px;
    *font-size:85%;
    background: url(/images/common/ic_cursor.gif) no-repeat 0 4px;
    padding-left: 10px;
}

/* headBox */
.headBox {
	position:relative;
	width: 405px;
	margin:0 16px 0 0;
	float:right;
}
#hLink li:last-child {
    margin-right: 0;
}
/* globalNav */
.globalNav-a-wrap {
	width:980px;
	margin:0 auto;
	text-align:left;
}
#globalNav .sub {
    margin: 0;
    padding: 16px 0 0;
    border: 1px solid #ddd;
    background: url(/images/common/gnav_arw1.png) no-repeat;
    border-top: none;
    position: absolute;
    left: 0;
    top: 44px;
    display: none;
    z-index: 100;
    -moz-box-shadow: 0px 2px 3px #CCC;
    -webkit-box-shadow: 0px 2px 3px #CCC;
    box-shadow: 0px 2px 3px #CCC;
}
#globalNav .sub li a {
	padding-bottom:2px;
	padding-bottom:8px;
}





/* //////////////////////////////////// */
/* footer
/* //////////////////////////////////// */
#footer {
	clear: both;
	width: 100%;
	background: #f4f7fb;
	overflow: hidden;
}
#footerlink {
	width: 100%;
	padding-top: 24px;
	background: url(/images/common/bg_footer.jpg) repeat-x left top;
}
#footerlink ul {
	height: 28px;
	padding-top: 10px;
	width: 980px;
	margin: 0 auto;
}
#footerlink ul.first {
	height: 20px;
	padding: 10px 0 10px 0;
	border-bottom: 1px #cfcfcf dotted;
}
#footerlink ul.first li {
	padding-right: 0px;
}
#footerlink ul.second {
	height: 20px;
	padding: 5px 0 10px 0;
}
#footerlink ul li img {
	padding: 0 0 0 3px;
}
#footerlink ul img {
	padding: 0 0 2px 5px;
}
#footerlink li {
	float: left;
	margin-right: 20px;
}
#footerlink li a {
	background: url(/images/common/ic_cursor.gif) no-repeat 0 3px;
	padding-left: 10px;
	font-size: 80%;
}

#grouplink {
	border-top: solid 1px #ccc;
	padding: 0 0 10px;
	background:#fff;
}
#grouplink ul:last-child li {
	margin-right: 20px;
	padding:0;
}
#grouplink li a {
	background: url(/images/common/ic_grouplink.png) no-repeat 0 center;
	padding: 0 0 0 20px;
	font-size: 80%;
}
#grouplink ul.first li a {
	background: url(/images/common/ic_cursor.gif) no-repeat 0 3px;
	padding: 0 0 0 10px;
	font-size: 80%;
}
#fclm3 {
	width: 100%;
	height: 93px;
	background: #d7e3f1;
	text-align: left;
	padding-bottom: 17px;
 *zoom:1;
	overflow: hidden;
}
#fclm3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.address {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
.address p {
	font-size: 80%;
	line-height: 1.4;
	padding-top: 20px;
	float: left;
}
#copyright {
    width:448px;
    height:13px;
    background:url(/images/common/copy.png) no-repeat 0 80px;
    text-indent:-9999px;
    padding-top: 80px;
    float: right;
}
