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

body {
	background: #FFF;
	line-height:160%;
	font-size:12px;
	color:#000;
	font-weight:400;
  font-family: "Helvetica Neue", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';

}

body, html {
	margin:0 auto;
	padding:0px;
}

a {
	color:#000;
}
a:hover {
	color:#000;
	text-decoration:none;
}

.container {
	margin:0 auto;
	padding:60px 0 40px 0;
	width:auto;
	
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}

.menuCont {
	margin:0 auto;
	padding: 0 0 50px 50px;
	font-size:11px;
	z-index:9999;
	text-transform:uppercase;
}

.team {
	font-size:12px;
	font-weight:500;
	float:left;
	line-height:160%;
	margin:20px 30px 20px 0; 
}


.toplogo {
	width: 200px;
	height: 29px;
	background: url(HUMPLAND.jpg) top left no-repeat;		
	display:block;
	margin-bottom:10px;
}
.toplogo span { 
	visibility: hidden; 
} 

