@charset "UTF-8";
/* CSS Document */
/*common*/

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

header{
	width:100%;
	height:130px;
	background-image:url(../img/common/bg_header100.jpg);
	background-repeat:repeat-x;
	}
	
#header_area{
	width:1000px;
	height:130px;
	margin:0px auto;
	background-image:url(../img/common/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	}
	
#header_logo{
	position: absolute;
	width:274px;
	height:60px;
	left:44px;
	top:13px;
	}
	
#header_title{
	position: absolute;
	width:460px;
	height:22px;
	left:17px;
	top:95px;
	}
	
nav{
	width:100%;
	height:60px;
	background-color:#0f58de;
	text-align:center;
	}
	
#gnav_area{
	width:1000px;
	height:60px;
	margin:0px auto;
	display:inline-block;
	}
	
.gnav00,.gnav01{
	width:130px;
	height:60px;
	list-style:none;
	float:left;
	margin:0px;
	}
	
.gnav01{
	width:145px;
	}
	
footer{
	width:100%;
	height:135px;
	}

#footer_menu{
	width:100%;
	height:82px;
	background-color:#2c5e98;
	}
#footer_menuArea{
	width:1000px;
	margin:0px auto;
	height:49px;
	padding:33px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	}
	
#footer_menuArea a{
	text-decoration:none;
	color:#FFFFFF;
	}


#footer_copyright{
	width:100%;
	height:53px;
	background-color:#1f87ec;
}

#footer_copyrightArea{
	width:1000px;
	height:53px;
	padding:20px 0px 0px 0px;
	text-align:center;
	margin:0px auto;
	}	
	
	
/*--ComingSoon------------*/
	
#comingSoon_area{
	width:800px;
	height:400px;
	margin:50px auto 0px;
	background-color:#047bff;
	}
	
#comingSoon_txt{
	width:800px;
	height:300px;
	margin:0px auto;
	font-size:18px;
	text-align:center;
	background-color:rgba(255,255,255,0.8);
	padding:25px 0px 0px 0px;
	}