@charset "utf-8";
/* local css*/


/* 4. html, body
--------------------------------------------------*/
/* basic [body] */
	html, body {
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	body {
		background: #fff;
		color: #666666;
	}
/* base [body] */
	body#top {
		background: url(../../imgs/top/bg_l.gif) repeat-y left top;
	}

/* 5. layout
--------------------------------------------------*/

/* 6. siteCommonStyle
--------------------------------------------------*/

/* 7. eachPageStyle
--------------------------------------------------*/
/* top */
	#btbox_top {
		position: absolute;
		right: 19px;
		bottom: 20px;
		z-index: 1000;
		height: 25px;
	}
	#btbox_top li {
		overflow: hidden;
		float: left;
		width: 27px;
		height: 25px;
	}
	#content_top {
		position: absolute;
		top: 0;
		left: 330px;
	}
	#content_top div {
		position: absolute;
		padding: 0;
		margin: 0;
		display: none;
	}
	#content_top  h2 {
		position: absolute;
		top: 70px;
		left: 40px;
	}
	.bt-interview {
		position: absolute;
		top: 235px;
		left: 50px;
	}
