@charset "UTF-8";


h2.catch-title {
	background-image: url(../imgs/recruit_catch-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 70px;
	width: 6!0px;
	overflow: hidden;
}
.main-title-susumu {
	height: 200px;
	width: 610px;
	background-image: url(../imgs/recruit_main-title_susumu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
.main-title-tomioka {
	height: 140px;
	width: 610px;
	background-image: url(../imgs/recruit_main-title_tomioka.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
div#contents h3#tomioka {
	background-image: url(../imgs/recruit_tomioka-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 70px;
	width: 610px;
	overflow: hidden;
}


/* profile
--------------------------- */
div#main div.profile {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../imgs/recruit_profile_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	width: 588px;
}
div#main div.profile h3.name {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding-left: 145px;
	letter-spacing: 0.2em;
	padding-top: 20px;
}
div#main div.profile p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 145px;
}
div#main div.profile dl {
	font-size: 0.8em;
	line-height: 1.3em;
	padding-bottom: 10px;
	padding-left: 145px;
}
div#main div.profile dl dt {
	width: 8.5em;
}
div#main div.profile dl dd {
	padding-left: 9em;
	margin-top: -1.3em;
	margin-bottom: 0.5em;
}
div#main div.profile img {
	position: absolute;
	left: 10px;
	top: 10px;
}


/* nav
--------------------------- */
div#main ul.recruit-nav {
	height: 60px;
	width: 610px;
	list-style: none;
	position: relative;
	background-image: url(../imgs/base_recruit-nav_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
div#main ul.recruit-nav li {
}
div#main ul.recruit-nav li a {
	height: 60px;
	width: 100px;
	background-image: url(../imgs/base_recruit-nav_btn.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0px;
}
div#main ul.recruit-nav li.recruit-nav-btn01 a {
	background-position: 0px 0px;
	right: 104px;
}
div#main ul.recruit-nav li.recruit-nav-btn01 a:hover {
	background-position: 0px -60px;
}
div#main ul.recruit-nav li.recruit-nav-btn01-active a {
	background-position: 0px -60px;
	right: 104px;
}
div#main ul.recruit-nav li.recruit-nav-btn02 a {
	background-position: -100px 0px;
	right: 0px;
}
div#main ul.recruit-nav li.recruit-nav-btn02 a:hover {
	background-position: -100px -60px;
}
div#main ul.recruit-nav li.recruit-nav-btn02-active a {
	background-position: -100px -60px;
	right: 0px;
}
div#main .inquiry-btn a {
	height: 60px;
	width: 610px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	background-image: url(../imgs/recruit_inquiry-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
div#main .inquiry-btn a:hover {
	background-position: 0px -60px;
}
/*div#main p.goto-top {
	text-align: right;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #333333;
	letter-spacing: 0.1em;
	padding-top: 10px;
	font-size: 0.9em;
}*/


/* detail
--------------------------- */
div#contents .main-title-detail {
	height: 200px;
	width: 610px;
	background-image: url(../imgs/recruit_main-title_detail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
div#contents dl.outline-list {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 1.1em;
	line-height: 1.5em;
}
div#contents dl.outline-list dt {
	text-align: right;
	width: 7em;
	font-weight: bold;
	color: #666666;
}
div#contents dl.outline-list dd {
	margin-top: -1.5em;
	margin-bottom: 0.5em;
	padding-left: 8em;
}
