@charset "utf-8";
/* ===================================================================
	top
=================================================================== */

/*---------------------
	レイアウト
---------------------*/
html, body {height: 100%;} 
html{
	overflow-x:auto;
	overflow-y:scroll;
}
body{
	/*margin-right:20px;*/
  min-width: 960px;
  min-height: 600px;
  position: relative;
	overflow:hidden;
}
#top-header{
	width:100%;
	z-index:2;
	font-size:10px;
	color:#9c9c9c;
	background-color:#fff;
	height:36px;
	float:left;
}
#top-header h1{
	float:left;
	margin:0;
	padding:0;
	padding:15px 0 0 10px;
	background-color:#fff;
}
#top-header h2{
	float:right;
	padding:15px 10px 0 0;
}
#top-header h2 a,#top-header h2 a:link,#top-header h2 a:visited,#top-header h2 a:hover{
	color:#50A2CF;
}

.wrap{
	height:100%;
	overflow:hidden;
}
body > .wrap{
	height:auto;
	min-height:600px;
}

#container{
	clear:both;
	z-index:1;
	height:385px;
	width:970px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-263px;
	margin-left:-485px;
}
#topmenu{
	width:340px;
	height:385px;
	float:left;
}
	#topmenu .logo{
		margin:0;
		padding:0;
		float:left;
		padding-top:140px;
	}
	#topmenu h3{
		margin-bottom:30px;
	}
	#topmenu .address{
		color:#999;
		margin-bottom:40px;
		padding:5px;
		font-size:10px;
		line-height:1.5;
	}
	#topmenu .address strong{
		color:#5ABAEE;
	}
		
	#topmenu #gNav{
		float:right;
		width:135px;
		margin-bottom:0;
		padding-top:110px;
	}
	#topmenu #gNav ul li{
		height:18px;
	}

#fla{
	float:right;
	width:630px;
	height:385px;
}

#top-footer{
	width:100%;
	z-index:-1;
	height:160px;
	margin-top:-160px;
	position:absolute;
	bottom:0;
	clear:both;
}

