@charset "Shift-JIS";

/* --------------------------------------------------
  base layout
-------------------------------------------------- */

body#index_page div#header{
	margin-bottom:0;
}

body#index_page div#gnav li#gnav_home a{
	background-position: 0 -30px;
}

body#index_page h2#pagettl{
	text-indent: 0;
	margin-bottom:25px;
}

body#index_page #content{
	float: left;
}

body#index_page #side{
	float: right;
}


/* --------------------------------------------------
  contents layout
-------------------------------------------------- */

body#index_page div#content h2 a{
	text-indent:-9999px;
	width:685px;
	height:37px;
	margin-bottom:15px;
	overflow:hidden;
	display:block;
}

body#index_page #content h3.ttl{
	text-indent: -9999px;
	width:685px;
	height:29px;
	margin-bottom:10px;
	overflow:hidden;
	display:block;
}


/* index_pr */
div#index_pr{
	margin-bottom:15px;
}
div#index_pr div.index_pr01{
	width:200px;
	float:left;
}
div#index_pr div.index_pr02{
	width:470px;
	float:right;
}

/* index_info */

#index_info{position: relative;}
#index_info{
	width: 685px;
	background-color: #ECECEC;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
	padding-left: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
}
#index_info h3{font-size: 12px; margin-bottom: 0.5em}
#index_info ul li{padding: 0.5em 0;}

/* index_topic */
#index_topic{width: 675px; border:5px solid #ccc; margin-bottom: 15px;}
#index_topic div.index_topic_inner{background: url(img/index_topic_bg005.jpg) no-repeat top right; margin: 15px; padding-right: 170px;}
#index_topic h2{font-size: 16px; color: #004263; margin-bottom: 0.5em;}
#index_topic p{margin-bottom: 1em;}
#index_topic li{width: 225px; white-space: nowrap; float: left;}
#index_topic a{font-size: 12px; background: url(common/img/arrow_left01.gif) no-repeat 0 0.6em; padding-left: 8px; display: inline;}



/* index_job */
#index_job{
	margin-bottom:15px;
}
#index_job h2 a{
	background:url(img/index_job_ttl.gif) no-repeat;
}

p#index_job_bnr{
	margin-bottom:15px;
}

h3#index_job_company_ttl{
	background:url(img/index_job_company_ttl.gif) no-repeat;
}
div.index_job_company{
	margin-bottom:15px;
}
div.index_job_company div.index_job_company_logo{
	width:335px;
	float:left;
}
div.index_job_company div.index_job_company_logo ul li{
	background-color:#f8f8f8;
	border:1px solid #cdcdcd;
	margin-bottom:3px;
	padding:5px;
}
div.index_job_company div.index_job_company_logo ul li img{
	margin-right:5px;
	float:left;
}
div.index_job_company div.index_job_company_logo ul li span{
	margin-top:1em;
	display:block;
}

div.index_job_company div.index_job_company_txt{
	width:320px;
	float:right;
}
div.index_job_company div.index_job_company_txt li{
	padding-bottom:0.1em;
}
div.index_job_company div.index_job_company_txt li a{
	background:url(common/img/arrow_left01.gif) no-repeat 0 0.5em;
	padding-left:6px;
}


h3#index_job_position_ttl{
	background:url(img/index_job_position_ttl.gif) no-repeat;
}
div.index_job_position ul li a{
	font-size:11px;
	background:url(common/img/arrow_left01.gif) no-repeat 0 0.5em;
	padding-left:6px;
}
div.index_job_position ul li.index_job_position_box{
	width:225px;
	float:left;
	margin-bottom:15px;
}
/* for IE bugfix */
*html div.index_job_position ul li.index_job_position_box{
	vertical-align:top;
	float:none;
	clear:both;
	display:inline;
}
div.index_job_position ul li.index_job_position_box h4{
	margin-bottom:0.3em;
}


/* index_success */
#index_success{
	margin-bottom:15px;
}
#index_success h2 a{
	background:url(job/img/job_success_ttl.gif) no-repeat;
}
#index_success li{
	margin-bottom:5px;
}
#index_success li.index_success_left{
	float:left;
}
#index_success li.index_success_right{
	float:right;
}



/* --------------------------------------------------
  side layout
-------------------------------------------------- */

/* snav */
#snav h3#snav_about_ttl{
	background:url(img/snav_about_ttl.png) no-repeat;
}
#snav h3#snav_knowhow_ttl{
	background:url(img/snav_knowhow_ttl.png) no-repeat;
}
#snav h3#snav_info_ttl{
	background:url(img/snav_info_ttl.png) no-repeat;
}

body#index_page #snav li a{
	font-size:1px;
	line-height:100%;
	text-indent:-9999px;
	background:none;
	width:200px;
	height:30px;
	overflow:hidden;
	padding: 0;
}
body#index_page #snav ul.snav_2nd li{
	font-size:1px;
	line-height:100%;
	height:22px;
}
body#index_page #snav ul.snav_2nd li a{
	font-size:1px;
	line-height:100%;
	background:none;
	height:22px;
	padding:0;
}
body#index_page #snav li#snav_about01 a{background:url(img/index_snav_about01.gif) no-repeat;}
body#index_page #snav li#snav_about01 a:hover{background-position:-200px 0;}
body#index_page #snav li#snav_about02 a{background:url(img/index_snav_about02.gif) no-repeat;}
body#index_page #snav li#snav_about02 a:hover{background-position:-200px 0;}

body#index_page #snav li#snav_knowhow01 a{background:url(img/index_snav_knowhow01.gif) no-repeat;}
body#index_page #snav li#snav_knowhow01 a:hover{background-position:-200px 0;}
body#index_page #snav li#snav_knowhow0101 a{background:url(img/index_snav_knowhow0101.gif) no-repeat;}
body#index_page #snav li#snav_knowhow0101 a:hover{background-position:-200px 0;}
body#index_page #snav li#snav_knowhow0102 a{background:url(img/index_snav_knowhow0102.gif) no-repeat;}
body#index_page #snav li#snav_knowhow0102 a:hover{background-position:-200px 0;}
body#index_page #snav li#snav_knowhow0103 a{background:url(img/index_snav_knowhow0103.gif) no-repeat;}
body#index_page #snav li#snav_knowhow0103 a:hover{background-position:-200px 0;}
body#index_page #snav li#snav_knowhow0104 a{background:url(img/index_snav_knowhow0104.gif) no-repeat;}
body#index_page #snav li#snav_knowhow0104 a:hover{background-position:-200px 0;}
body#index_page #snav li#snav_knowhow0105 a{background:url(img/index_snav_knowhow0105.gif) no-repeat;}
body#index_page #snav li#snav_knowhow0105 a:hover{background-position:-200px 0;}
body#index_page #snav li#snav_knowhow02 a{background:url(img/index_snav_knowhow02.gif) no-repeat;}
body#index_page #snav li#snav_knowhow02 a:hover{background-position:-200px 0;}
body#index_page #snav li#snav_knowhow03 a{background:url(img/index_snav_knowhow03.gif) no-repeat;}
body#index_page #snav li#snav_knowhow03 a:hover{background-position:-200px 0;}

body#index_page #snav li#snav_info01 a{background:url(img/index_snav_info01.gif) no-repeat;}
body#index_page #snav li#snav_info01 a:hover{background-position:-200px 0;}
body#index_page #snav li#snav_info02 a{background:url(img/index_snav_info02.gif) no-repeat;}
body#index_page #snav li#snav_info02 a:hover{background-position:-200px 0;}
body#index_page #snav li#snav_info03 a{background:url(img/index_snav_info03.gif) no-repeat;}
body#index_page #snav li#snav_info03 a:hover{background-position:-200px 0;}
