@charset "utf-8";
/*========== Overwrite ==========*/
div#globalHeader {
	line-height:inherit;
	padding: 0;
	border:none;
	text-align: left;
}
div#globalHeader a,
div#globalFooter a ,
div#globalHeader a:hover,
div#globalFooter a:hover {
	color:inherit;
}

div.breadCrumbs {
	margin: 20px 0;
}
/*--------------------------------------
	=2-3. Misc
---------------------------------------*/
div#headerMisc {
	float: right;
	margin:15px 0 0;
}

/* =2-3-1. Font Swich
-----------------------------*/
div.fontSwitch em {
	cursor: pointer;
	width: 78px;
	height: 25px;
	margin-left:10px;
	background: url(../images/btn_switch.png) no-repeat 0 0;
}
div.fontSwitch em span {
	width: 78px;
	height: 25px;
	background: url(../images/btn_switch.png) no-repeat 0 0;
	padding-top:25px;
	overflow: hidden;
}
div.fontSwitch em span#fontMidium {
	background-position:  0 -25px;
}
div.fontSwitch em span#fontLarge {
	background-position: 0px 0;
}

/*--------------------------------------
	=3-2. Parent Title
---------------------------------------*/
h1#parentTitle,
div#parentTitle,
h1#a_parentTitle,
div#a_parentTitle{
	position: relative;
	left: 0;
	width:auto;
	margin: 0 0 30px;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 157%;
	background:url(../images/bg_parenttitle.png) no-repeat center right #FFF;
	border:solid 1px #64abdf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h1#parentTitle span,
div#parentTitle span,
h1#a_parentTitle span,
div#a_parentTitle span {
	display: block;
	padding: 8px 14px;
	background: url(../img/a_parenttitle_head.gif) no-repeat center top;
}
/*========== layout ==========*/
body{
	background:url(../images/bg_body.png) repeat-x #FFF;
	}
#globalHeader .inner,
#header .inner{
	width:960px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	}
#globalHeader .inner li#btnGlobal a:hover,
#globalHeader .inner li#btnSearch a:hover,
#logo a:hover{
	opacity:0.8;
	}
/*========== globalHeader ==========*/
#globalHeader {
	color: #ffffff;
	font-size:14px;
	background-color:#0066b1;
	letter-spacing: 0.1em;
	height:46px;
}
div#globalHeader a {
	color: #fff;
}
div#globalHeader a:hover {
	color: #ffff99;
}
#globalHeader span {
	font-size:12px;
	vertical-align:text-top;
}
#globalHeader .inner{
	padding-top:16px;
}
#globalHeader .inner li{
	list-style:none;
	float:left;
	}
#globalHeader .inner li:before{
	content:"｜";
	}
#globalHeader .inner li:first-child:before,
#globalHeader .inner li#btnGlobal:before,
#globalHeader .inner li#btnSearch:before{
	display:none;
	}
#globalHeader .inner #btnGlobal{
	position: absolute; top:10px; right:55px; width:81px;
}
#globalHeader .inner #btnSearch{
	position: absolute; top:4px; right:0; width:36px;
	}

/*========== Header ==========*/
#header {
	padding: 21px 0 27px;
	background:#FFF;
}
#header #logo{
	float:left;
	margin-bottom:20px;
	}
div#globalHeader ul {
	margin: 0;
}
div#globalHeader li {
	display: inline-block;
}

/*========== topNav ==========*/
div#topNav {
	margin-left: 220px;
}
div#topNav li {
	margin: 0 0 10px 8px;
	padding-left: 11px;
	background: url(../img/disc1.png) no-repeat left center;
}

/*========== gNav ==========*/
#gNav {
	clear: both;
}
#gNav li {
	float: left;
	text-align: center;
	width: 160px;
	height: 20px;
	overflow: hidden;
}
#gNav li a {
	background: url(../images/bg_gnav.png) no-repeat;
	display: block;
	padding-top:20px;
}
#gNav li#gn01 a               { background-position: 0 0; }
#gNav li#gn01 a:hover         { background-position: 0 -20px; }
#gNav li#gn02 a               { background-position: -160px 0; }
#gNav li#gn02 a:hover         { background-position: -160px -20px; }
#gNav li#gn03 a               { background-position: -320px 0; }
#gNav li#gn03 a:hover         { background-position: -320px -20px; }
#gNav li#gn04 a               { background-position: -480px 0; }
#gNav li#gn04 a:hover         { background-position: -480px -20px; }
#gNav li#gn05 a               { background-position: -640px 0; }
#gNav li#gn05 a:hover         { background-position: -640px -20px; }
#gNav li#gn06 a               { background-position: -800px 0; }
#gNav li#gn06 a:hover         { background-position: -800px -20px; }

/*========== footer ==========*/
#footer{
	text-align:center;
	border-top:solid 1px #CCC;
	padding:25px 0 0;
	background:#FFF;
	}
#footer a{
	color:#333;
	margin:7px 14px;
	display:inline-block;
}
#footer .copyright{
	margin-top:10px;
	}
/*----- pageTop -----*/
#pageTop {
	position: fixed;
	width:65px; height:65px;
	right: 0; bottom: 0;
	display:none;
	margin:0;
	z-index:100;
}
#pageTop a{ display:block;}
#top-menu-link {
	color: #ffffff;
	font-size:14px;
	background-color:#0066b1;
	letter-spacing: 0.05em;
}
#top-menu-link a {
	color: #ffffff;
	text-decoration: none;
}
#top-menu-link a:hover {
	color: #ffff99;
}
#top-menu-link span {
	font-size:14px;
	vertical-align:text-top;
}

.clr
{
	clear: both;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0%;
}
