@charset "Shift_JIS";

html {
	height: 100%;
}
body#top {
	background: url(../_img/bkg.gif) repeat-x 0 0 #F1F1F1;
	height: 100%;
}
#wrapper {
	height: 100%;
	min-height: 100%;
	background: #1E2A63;
	width: 780px;
	margin: 0 auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
div.contents {
	border: none;
}
body > #wrapper {
	height: auto;
}
#header {
	background:#FFF url(../_img/bkg_top_recruit_name.gif) no-repeat 93% 15px;
}
/* img.top
********************************** */
div.vis {
	border-top: 5px solid #1E2A63;
}
div.vis img {
	vertical-align: top;
}
/* div.main
********************************** */
div.main {
	background: url(../_img/bkg_top.png) no-repeat 0 -30px;
	padding-top: 150px;
	position: relative;
}
/* button
********************************** */
ul.top_navi {
	position: absolute;
	top: 30px;
	left: 30px;
	_height: 1%;
	min-height: 1%;
}
ul.top_navi li {
	margin: 0;
	padding: 0;
	height: 88px;
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
}
ul.top_navi li a {
	display: block;
	height: 88px;
}
ul.top_navi li.whats a {
	background: url(../_img/button_whats.png) no-repeat 0 0;
	width: 140px;
}
ul.top_navi li.work a {
	background: url(../_img/button_work.png) no-repeat 0 0;
	width: 140px;
}
ul.top_navi li.interview a {
	background: url(../_img/button_interview.png) no-repeat 0 0;
	width: 140px;
}
ul.top_navi li.training a {
	background: url(../_img/button_training.png) no-repeat 0 0;
	width: 140px;
}
ul.top_navi li.information a {
	background: url(../_img/button_information.png) no-repeat 0 0;
	width: 140px;
}
ul.top_navi li a:hover {
	background-position: 0 100%;
}
ul.top_navi:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#imageContainer {
	position:relative;
	margin:auto;
	width:780px;
	height: 390px;
	overflow: hidden;
}
#imageContainer {
	height:390px;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

.name {
	position: absolute;
	bottom: 20px;
	right: 30px;
	line-height: 1;
	font-size: 86%;
	color: #1E2A63;
}