@charset "utf-8";

/* ============================== all */

.configUnit {
	font		: small Arial, Helvetica, sans-serif;
}

img {
	border:0px;
}

img {
	vertical-align:bottom;
}

.printOnly {
	display: none;
}

a.exLink {
	background: url(../img/exlink.gif) left center no-repeat;
	padding-left:12px;
}

body {
	background:#fff;
}

/* ============================== navigation */

nav.globalNavi{
	line-height: 16px;
	background: #e8e8e8 url(../img/globalnav_bg.gif);
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
}

#globalNavWrapper {
	height:25px;
	position: relative;
	clear:both;
	z-index:10;
	float:left;
	font		: small Arial,Verdana,Helvetica,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	*font-size	: small;
	*font		: x-small;
	-webkit-text-size-adjust: none;
}

#globalNav-first {
	list-style	: none;
	margin:0px;
	padding:0px;
	margin-left:7px;
}

#globalNav-first li {
	float:left;
	margin-right:16px;
	display:inline;
	position: relative;
}

#globalNav-first li img {
	display:block;
}

#globalNav-first ul {
	width: 220px;
	margin:0px;
	padding:0px;
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	z-index:10;
	list-style	: none;
}
#globalNav-first ul li { float: none; margin:0px; padding:0px; }
#globalNav-first ul ul { top: 0; left: 221px; }
#globalNav-first ul a { 
	display: block;
	background:#ddd;
	padding: 6px;
	color: #222;
	border-bottom: 1px solid #FFF;
	opacity: 0.95;
	filter: alpha(opacity=95);
	zoom: 1;
	line-height: 1.3;
	text-decoration : none;
	font-size: 87%;
}
#globalNav-first ul a:hover { background: #4191d3; color: #fff; }

#globalNav-first ul a.linktopdf {
	display: block;
	background:#ddd url(../img/linktopdf.gif) no-repeat left center;
	padding: 6px;
	color: #222;
	border-bottom: 1px solid #FFF;
	opacity: 0.95;
	filter: alpha(opacity=95);
	zoom: 1;
	line-height: 1.3;
	text-decoration : none;
	font-size: 87%;
	padding-left:23px;
}

#globalNav-first ul a:hover { background-color: #4191d3; color: #fff; }

/* ============================== contents header */
#headerConWrapper {
	height:26px;
}

#headerConWrapper ul {
	list-style	: none;
	margin:0px;
	padding:0px;
}

#headerConWrapper ul li {
	float:left;
	margin-right:0.5em;
	display:inline;
	font-size:85%;
}

#headerConWrapper img {
	float:right;
}

/* ============================== contents */
#contentsBody {
	background:#fff;
}

.contentsArea a {
	color:#034a88;
	text-decoration:none;
}

.contentsArea {
	font		: small Arial,Verdana,Helvetica,"メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	*font-size	: small;
	*font		: x-small;
	-webkit-text-size-adjust: none;
}

.msie6 .contentsArea,
.msie7 .contentsArea {
	font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",small Arial,Verdana,Helvetica,Osaka,sans-serif;
}
.msie6 .contentsArea sup,
.msie7 .contentsArea sup {
	font-size: 75%;
}

.irFont {
	font-family: Arial,Verdana,Helvetica,"メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}

ul#fontSize {
	margin:0;
	padding:0;
	width:auto;
	overflow:hidden;
	float:right;
	margin-right:20px;
	display: inline;
}
ul#fontSize li {
	float:left;
	vertical-align:middle;
	line-height:0;
	list-style:none;
	cursor: pointer;
	margin:0px;
}

/* ============================== footerLink */
#footerLink {
	font-size:80%;
	padding-top:4em;
	padding-bottom:1em;
	height:1em;
}

#footerLink a.exLink {
	background: url(../img/exlink2.gif) left center no-repeat;
	padding-left:12px;
	margin-left:1em;
}

#footerLink a.gotopLink {
	float:right;
	color: #666;
	background: url(../img/totop.gif) left center no-repeat;
	padding-left:12px;
}

.msie6 #footerLink a.gotopLink,
.msie7 #footerLink a.gotopLink {
	margin-top: -15px;
}

/* =========================================================
Clear Fix
========================================================= */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clearfix {
	display: inline-block;
}

#contentsWrapper {
	padding-top: 0px;
}