@charset "utf-8";


/*--------------------------------------
  STRUCTURE
---------------------------------------*/
body {
	color: #000000;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}


/* inner
##################################### */

#contents {
	position: relative;
	width: 1000px;
	margin: 40px auto 0;
}

#contents-inr {
	position: relative;
	width: 1000px;
	/*height: 1106px;*/
	overflow: hidden;
	/*margin: 0 0 110px 0;*/
}


#main-staff {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 95px;*/
	margin: 0 0 60px 95px;
	float: left;
	overflow: hidden;
	width: 650px;
	/*height: 1264px;*/
}

#main-staff .text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: #ffffff;
}
#main-staff .ttl-staff {
	position: relative;
	width: 650px;
	height: 44px;
	margin-bottom: 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/ttl_staff.png) 0 0 no-repeat;
}
#main-staff img {
	vertical-align: bottom;
}
