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

*{
	margin: 0;
	padding: 0;
}

p{
	line-height:140%;
	margin-bottom:1.0em;
}

img{
	border: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,p,address{
	font-weight:normal;
	font-style: normal;
	text-decoration:none;
	font-size:100%;
}

blockquote{
	margin-left:15px;
}

dd{
	margin:0;
}

table{
	border-collapse:collapse;
}

.fend{
	clear:both;
}

body{
	color:#6c6464;
	background-color:#000;
	background-color:#fff;
	line-height:140%;
	/*font-family: "ＭＳ UI GOTHIC","Verdana","Osaka","ヒラギノ角ゴ Pro W3";*/
	font-family: "MS UI GOTHIC"; 
	text-align:center;
	font-size:80%;
}

#wrapper{
	width:100%;	
}

#h1box{
	background-color:#004EA1;
}

#h1box h1{
	font-size:13px;	
	color:#fff;
	background-color:#004EA1;
	text-align:left;
	width:996px;
	margin-left:auto;
	margin-right:auto;
}

#headerContainer{
	width:100%;
	height:111px;
	background:url(../images/background001.gif) repeat-x 0 0;
}
	#header{
		width:996px;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
	}
		#header-l,
		#header-r{
			float:left;
			width:50%;
		}
		#header-r{
			text-align:right;	
		}
#mainv{
	width:100%;
	height:440px;
	background:url(../images/main_visual.png) no-repeat 0 0;	
}
	#globalMenuContainer{
		width:1029px;
		height:42px;
		background:url(../images/globalmenu.gif) no-repeat 0 0;	
		margin-left:auto;
		margin-right:auto;
	}

	#glovalNav {
		position:abusolute;
		height:42px;
		list-style:none;
		background-image:url(../images/globalmenu.gif);
	}
	
	#glovalNav li{
		float:left;
		height:42px;
	}
	
	#glovalNav li a {
		display:block;
		overflow:hidden;
		width:100%;
		height: 0 !important;
		height /**/:42px;
		padding-top:42px;
		background-image:url(../images/globalmenu.gif);
	}
	#nav01{width:127px;}
	#nav02{width:111px;}
	#nav03{width:93px;}
	#nav04{width:105px;}
	#nav05{width:86px;}
	#nav06{width:129px;}
	#nav07{width:174px;}

	#nav01 a {background-position:0 0;}
	#nav02 a {background-position:-127px 0;}
	#nav03 a {background-position:-238px 0;}
	#nav04 a {background-position:-331px 0;}
	#nav05 a {background-position:-436px 0;}
	#nav06 a {background-position:-522px 0;}
	#nav07 a {background-position:-651px 0;}

	#nav01 a:hover {background-position:0 -42px;}
	#nav02 a:hover {background-position:-127px -42px;}
	#nav03 a:hover {background-position:-238px -42px;}
	#nav04 a:hover {background-position:-331px -42px;}
	#nav05 a:hover {background-position:-436px -42px;}
	#nav06 a:hover {background-position:-522px -42px;}
	#nav07 a:hover {background-position:-651px -42px;}

#mainContainer{
	width:996px;
	margin:14px 0;
	margin-left:auto;
	margin-right:auto;
}
	#bread{
		margin:0 0 15px 10px;	
	}

	#primary{
		float:left;
		width:683px;	
	}
	#primary_o{
		width:996px;
	}
	#secondary{
		float:right;
		width:297px;
	}
		div.bannerContainer{
			margin:0 0 10px;	
		}

#lead{
	clear:both;
	width:996px;
	height:147px;
	margin:0 0 10px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bottom-lead.jpg) no-repeat 0 0;
	
}
	#lead div.inner{
		text-align:left;
		width:490px;
		margin:0 0 0 507px;
		padding-top:80px;
		font-size:12px;
	}
	#lead div.inner a{
		padding:2px;	
	}
	#lead div.inner a:hover{
		background-color:#FC0;
	}

#footer{
	width:100%;
	background:url(../images/background002.gif) #f1f1f1 repeat-x 0 0;
}
	#footer div.container{
		width:996px;
		zoom: 100%;
		text-align:left;
		padding:21px 0 10px;
		margin-left:auto;
		margin-right:auto;
	}	
	#footer div.container:after{
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
	#footer div.l{
		float:left;
		width:532px;
		text-align:center
	}
	#footer div.r{
		float:left;
		width:450px;
		/*border-left:1px solid #b5b5b5;*/
	}
	div.r_container{
		margin:0 0 0 50px;
	}
		div.r_container dl{
			margin-top:7px;	
		}
		div.r_container dt{
			float:left;
			margin-right:7px;
			height:1em;
		}
		div.r_container dd{
			display:block;
		}
	
#copy{
		font-size:80%;
		margin:10px 0
	}