@charset "Shift_JIS";

/* fitGlobalNav
=========================================*/
#gnav_clone {
	position: relative;
	z-index: 20;
  width: 100%;
}
#gnav_clone .topicPath {
	margin-bottom: 0;
}
.fitGlobalNav {
	height: 35px;
	background: url(../image/header_common/gnav_bg01.jpg) repeat-x 0 0;
}
.fitGlobalNavShadow {
	padding-bottom: 4px;
	background: url(../image/header_common/gnav_bg02.png) no-repeat center bottom;
}
.fitGlobalNav .headWrapper {
	width: 900px;
	margin: 0 auto;
}
.fitGlobalNav .headLogo {
	float: left;
	padding: 0 0 0 2px;
}
.fitGlobalNav .headLogo {
	float: left;
	padding: 1px 0 0 2px;
}
.fitGlobalNav .headNav {
	float: right;
	width: 750px;
}
.fitGlobalNav .headNav ul {
	float: right;
}
.fitGlobalNav .headNav ul li {
	float: left;
	padding-top: 1px;
}
.fitGlobalNav .headNav ul li.support {
	padding: 6px 0 0 7px;
}

/* topicPath
=========================================*/

.topicPath {
	margin-bottom: 60px;
	padding: 0 0 4px;
	background: url(../image/header_common/gnav_bg02.png) no-repeat center bottom;
}
.topicPathInner {
	background: url(../image/header_common/gnav_bg03.png) repeat 0 0;
	padding: 7px 0 5px;
	font-size: 93%;
}
.topicPath .inner {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.topicPath p {
	padding-left: 1px;
	color: #333333;
}
.topicPath p a,
.topicPath p em {
	margin-left: 10px;
	padding-left: 18px;
	background: url(../image/header_common/topicpath_ic01.gif) no-repeat 0 0.45em;
}
.topicPath p a:link,
.topicPath p a:visited,
.topicPath p a:active {
	color: #999999;	
}
* html .topicPath p a,
* html .topicPath p em {
	background: url(../image/header_common/topicpath_ic01.gif) no-repeat 0 0.25em;
}
.topicPath p a.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.topicPath p {
	float: left;
}
.topicPath .anchorLink {
	/*float: right;*/
	position: absolute;
	top: 2px;
	right: 0;
	width: 700px;
	text-align: right;
}
.topicPath .anchorLink ul {
	float: right;
}
.topicPath .anchorLink li {
	float: left;
	padding-left: 30px;
	white-space: nowrap;
}
.topicPath .anchorLink li a {
	padding-left: 9px;
	background: url(../image/header_common/topicpath_ic02.gif) no-repeat 0 0.55em;
	color: #999999;
}
* html .topicPath .anchorLink li a {
	background: url(../image/header_common/topicpath_ic02.gif) no-repeat 0 0.45em;
}
.skipText {
	display: none;
}


/* clearfix
=========================================*/
.fitGlobalNav .headNav:after,
.fitGlobalNav .headNav ul:after,
.fitGlobalNav .headWrapper:after,
.topicPath .inner:after,
.topicPath .anchorLink:after,
.topicPath .anchorLink ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.fitGlobalNav .headNav,
.fitGlobalNav .headNav ul,
.fitGlobalNav .headWrapper,
.topicPath .inner,
.topicPath .anchorLink,
.topicPath .anchorLink ul {
	min-height: 1px;
}

* html .fitGlobalNav .headNav,
* html .fitGlobalNav .headNav ul,
* html .fitGlobalNav .headWrapper,
* html .topicPath .inner,
* html .topicPath .anchorLink,
* html .topicPath .anchorLink ul {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
