@charset "utf-8";

/* ===============================================

	BODY
  
=============================================== */
html {
	/*height:100%;
	overflow:auto;
	_overflow-y: scroll;*/
}

body {
	width:100%;
	/*height:100%;*/
	text-align:center;
	color:#333;
	background:#efeece url(../img/common/body_bg.gif) repeat-y top center;
}


/* ===============================================

	LINK DECORATION
  
=============================================== */
a {
	color:#333;
	text-decoration:none;
	outline:none;
}

a:link {
	color:#333;
	text-decoration:none;
}

a:visited {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

/**/
.blueLink a {
	color:#07669b;
	text-decoration:none;
	outline:none;
}

.blueLink a:link {
	color:#07669b;
	text-decoration:none;
}

.blueLink a:visited {
	color:#07669b;
	text-decoration:none;
}

.blueLink a:hover {
	color:#07669b;
	text-decoration:underline;
}


/* ===============================================

	STYLE
  
=============================================== */

/* ---------------------------------------------------------------
	header
--------------------------------------------------------------- */
#globalHeader {
	width: 100%;
	height: 140px;
	background: url(../img/common/header/bg.gif) repeat-x;
}

#globalHeader .headerInner {
	width: 980px;
	height: 84px;
	margin: 0 auto;
	position: relative;
}

#globalHeader .headerInner h1 {
	position: absolute;
	top: 17px;
	left: 0;
}

#globalHeader .headerInner .catch {
	position: absolute;
	top: 25px;
	left: 256px;
}

#globalHeader .headerInner .subNav {
	width: 260px;
	height: 35px;
	margin-left: -10px;
	position: absolute;
	top: 5px;
	right: 0px;
}

#globalHeader .headerInner .subNav li {
	float: left;
	margin-left: 10px;
}

/* ---------- nav  ---------- */
#globalHeader nav {
	width: 986px;
	height: 51px;
	overflow: hidden;
	margin: 0 auto;
}

#globalHeader nav li {
	width: 236px;
	height: 51px;
	float: left;
	margin-right: 14px;
}


/* ---------------------------------------------------------------
	contnetBody
--------------------------------------------------------------- */
.contnetBody {
	width: 1040px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../img/common/contentBody_bg.gif) no-repeat 0px 350px #ffd009;
}

.contnetBody #mainVisual {
	width: 1040px;
	height: 350px;
	overflow: hidden;
	background: #fff;
}

.contnetBody .main {
	width: 900px;
	padding: 40px 40px 60px 40px;
	margin: 0 auto;
	background: #fff;
}

/* ---------- leftCol  ---------- */
.contnetBody .main .leftCol {
	width: 240px;
	float: left;
}

.contnetBody .main .leftCol .bnr {
	width: 240px;
	margin-top: -10px;
}

.contnetBody .main .leftCol .bnr li {
	margin-top: 10px;
}

.contnetBody .main .leftCol .sideNav {
	width: 242px;
	overflow: hidden;
	background: url(../img/common/leftCol/sidenav_bottom.gif) no-repeat bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.contnetBody .main .leftCol .sideNav p {
	position: relative;
	z-index:10;
}

.contnetBody .main .leftCol .sideNav ul {
	margin-top: -7px;
	position: relative;
	z-index:0;
	background:url(../img/common/leftCol/sidenav_bg.gif) repeat-y;
	text-align: left;
}

.contnetBody .main .leftCol .sideNav ul li ul {
	border-top: 1px solid #cfcfcf;
}

.contnetBody .main .leftCol .sideNav ul li li {
	border-bottom: 1px dotted #ccc;
	margin: 0 3px 0 0;
}

.contnetBody .main .leftCol .sideNav ul li li a {
	display: block;
	padding: 10px 0 8px 30px;
	color: #2d77a4;
	line-height: 1.2;
	background: url(../img/common/leftCol/sidenav_icon.gif) no-repeat 17px 12px;
}

/* ---------- rightCol  ---------- */
.contnetBody .main .rightCol {
	width: 620px;
	float: right;
	text-align: left;
}

.contnetBody .main .rightCol .inner {
	width: 600px;
	padding: 0 10px;
}

.hl {
	background: url(../img/common/rightCol/hl_bg.gif) no-repeat;
	width: 614px;
	height: 33px;
	margin-bottom: 20px;
	padding: 11px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #426427;
}

/* ---------------------------------------------------------------
	footer
--------------------------------------------------------------- */
#globalFooter {
	width: 100%;
	height: 41px;
	background: url(../img/common/footer/bg.png) repeat-x;
	margin-top: -6px;
	position: relative;
}

#globalFooter .footerInner {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

#globalFooter .footerInner .subNav {
	position: absolute;
	top: 11px;
	left: 0;
}

#globalFooter .footerInner .subNav li {
	display: inline;
	background: url(../img/common/footer/arrow.gif) no-repeat left center;
	font-size: 87%;
	padding: 0 0 0 11px;
	margin-right: 15px;
}

#globalFooter .footerInner .subNav li a,
#globalFooter .footerInner .subNav li a:visited {
	color: #516a39;
	text-decoration: none;
}

#globalFooter .footerInner .subNav li a:hover {
	text-decoration: underline;
}

#globalFooter .footerInner .copyright {
	position: absolute;
	top: 13px;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #668e1a;
	font-size: 83%;
}

#globalFooter .footerInner .pageTopBtn {
	position: absolute;
	top: -35px;
	right: 0;
}



/* ---------------------------------------------------------------
	other
--------------------------------------------------------------- */
table.baseTable {
	width: 100%;
}

table.baseTable th {
	padding: 10px;
	font-weight: normal;
	border: 1px solid #ccc;
	background: url(../img/common/h_bg.gif) repeat;
	vertical-align: middle;
}

table.baseTable td {
	padding: 10px;
	border: 1px solid #ccc;
}

/* ----- ページャー ----- */
.pager {
	clear: both;
	text-align: center;
	display: block;
	overflow: hidden;
	padding-top: 20px;
}

.pager li {
	display: inline;
	margin-right: 5px;
}

.pager li a {
	display: inline-block;
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 5px 10px;
	text-decoration: none!important;
	zoom: 1;
}

 .pager li a:hover {
	background: #fff;
}






#globalHeader nav ul.allbtn > li:nth-child(4) {
display: none;
}

















