@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, p, div, input{
	margin: 0;
	padding: 0;
}

ul, ol, li, dl, dt, dd{
	margin: 0;
	padding: 0;
	list-style: none;
}

a:link,
a:visited,
a:active,
a:hover{
	color: #1D78A3;
	text-decoration: underline;
}

a:visited{
	color: #755C9A;
}

a:hover{
	color: #00ADEE;
}
object {
	outline: none;
}

/* header */
#blockskip {
	z-index: 9999;
	overflow: visible;
	margin: 0;
	padding: 0;
	width: 100%;
}
#blockskip a {
	display: block;
	float: left;
	margin: 0;
	margin-top: -1px;
	padding: 0;
	width: 100%;
	min-width: 980px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1px;
	line-height: 0;
	height: 1px;
	overflow: hidden;
}
#header{
	width: 100%;
	height: 101px;
	background: #FFFFFF url(/shared/img/bg_header01.png) left bottom repeat-x;
}
#header .section{
	width: 980px;
	margin: 0 auto;
}
#header .logo{
	float: left;
}
#header .navArea{
	float: right;
	width:637px;
}
#header .linkArea{
	padding:16px 11px;
	width:615px;
	height:12px;
	background: url(/shared/img/bg_header02.png) no-repeat;
}
#header .assistNav{
	float: left;
}
#header .assistNav li{
	float: left;
	margin: 0 7px 0 0;
	font-size: 0;
	line-height: 0;
}
#header .siteLinks{
	float: right;
	margin-top:-6px;
	width:410px;
}
#header .siteLinks li{
	float: left;
	margin-left: 3px;
	font-size: 0;
	line-height: 0;
}
#header .siteLinks li.first{
	margin-left: 0;
}
#header .groupLinks{
	margin:20px 0 0 -6px;
}
#header .groupLinks li{
	margin-left:16px;
	float: left;
	font-size: 0;
	line-height: 0;
}
* html #header .groupLinks li{
	margin-left:8px;
}


/* globalNav */
#globalNav{
	width: 100%;
	background:url(/shared/img/bg_gnavi01.png) left top repeat-x;
}
#globalNav .section{
	width: 980px;
	margin: 0 auto;
}
#globalNav li{
	float: left;
	font-size: 0;
	line-height: 0;
}

#path{
	width: 100%;
	background: #FFFFFF url(/shared/img/bg_header03.png) 0 100% repeat-x;
}
#path .section{
	width: 980px;
	margin: 0 auto;
}
#path ul{
	margin-left:10px;
	padding: 6px 0;
}
#path li{
	display:inline;
	letter-spacing: 0.1em;
}
#path li span{
	margin:0 5px;
}

/* localNav */
.localNav{
	margin-bottom:20px;
}
.localNav .parent p{
	display: block;
	padding: 6px 10px;
	background: #005CAD;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.localNav .parent span{
	padding-left:20px;
	display:block;
	background:url(/shared/img/icon_arrow_blue03.gif) 0 0.2em no-repeat;
}

.localNav .child{
	border-bottom:1px solid #C9C9C9;
}
.localNav .child li{
	border-right: 1px solid #C9C9C9;
	border-top:1px dotted #C9C9C9;
	border-left: 1px solid #C9C9C9;
}
.localNav .child li.first{
	border-top:none;
}

.localNav .child li a{
	display: block;
	padding: 6px 10px;
	background: #FFFFFF url(/shared/img/bg_lnavi02.png) left bottom repeat-x;
	color: #1D78A3;
	font-weight: normal;
	text-decoration: underline;
}
/* IE6 */
* html .localNav .child li a{
	width:198px;
}
.localNav .child li a:hover{
	background: #EDEDED url(/shared/img/bg_lnavi02_ovr.png) left bottom no-repeat;
	text-decoration: none;
}

.localNav .child li span{
	display: block;
	padding-left: 14px;
	background: url(/shared/img/icon_arrow_blue01.png) 0 0.5em no-repeat;
}

.localNav .child li a img{
	margin-left: 10px;
	vertical-align: baseline;
}

.localNav .child li.active a{
	background: #EAF9FE url(/shared/img/bg_lnavi02_ovr.png) left bottom no-repeat;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


/* contents */
#contents{
	width: 100%;
	padding: 30px 0 10px 0;
	background: #FFFFFF;
}

#contents .section{
	width: 980px;
	margin: 0 auto;
}

/* footer */
#footer{
	width: 100%;
	padding-bottom: 26px;
}
#footer .section{
	width: 980px;
	margin: 0 auto;
}
#footer .logo,
#footer .links{
	float:left;
}
#footer .links{
	margin:30px 0 0 18px;
}
#footer .links li{
	float:left;
	margin-left:9px;
	padding-left:12px;
	font-size:79.9%;
	background: url(/shared/img/line_dot_white01.gif) left top repeat-y;
}
#footer .links li.first{
	padding-left:0;
	background:none;
}
#footer .links li a{
	color:#FFFFFF;
}
#footer .copyright{
	float:right;
	margin:30px 0 0 0;
}

/* searchArea */
.searchArea{
	margin: 20px 0 0 0;
}


/* Margins */
.ma5 { margin: 5px !important;}
.ma10 { margin: 10px !important; }
.ma15 { margin: 15px !important; }
.ma20 { margin: 20px !important; }
.ma30 { margin: 30px !important; }
.mtn { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt7 { margin-top: 7px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt17 { margin-top: 17px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt180 { margin-top: 180px !important; }
.mrn { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr180 { margin-right: 180px !important; }
.mbn { margin-bottom: 0 !important; }
.mb3 { margin-bottom: 3px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb180 { margin-bottom: 180px !important; }
.mln { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 {  margin-left: 20px !important; }
.ml30 {  margin-left: 30px !important; }
.ml180 {  margin-left: 180px !important; }

/* text-align */
.alignLeft{
	text-align:left !important;
}
.alignRight{
	text-align:right !important;
}
.alignCenter{
	text-align:center !important;
}

/* text-align */
.txtLeft{
	text-align:left !important;
}
.txtRight{
	text-align:right !important;
}
.txtCenter{
	text-align:center !important;
}

/* swf area */
.flashArea{
	height:456px;
	overflow:hidden;
}
.noscriptContent{
	padding:180px 0;
}
.noFlash{
	padding:145px 0;
}

/* clearfix */
#header:after,
#header .linkArea:after,
#header .siteLinks:after,
#header .groupLinks:after,
#globalNav:after,
#footer .links:after{
	display: block;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	content: ".";
}

/* IE6 */
* html #header,
* html #header .linkArea,
* html #header .siteLinks,
* html #header .groupLinks,
* html #globalNav,
* html #footer .links{
	zoom: 1;
}

/* IE7 */
#header,
#header .linkArea,
#header .siteLinks,
#header .groupLinks,
#globalNav,
#footer .links{
	zoom: 1;
}
