@charset "utf-8";

/* import
----------------------------------------------- */
@import "font.css";
@import "common.css";
@import "menu.css";


/* headline
----------------------------------------------- */
h1 {
	display: block;
	width: 120px;
	height: 52px;
	margin: 35px 0 0;
	background: url(../recruiting/images/h1.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#index h2 {
	display: block;
	width: 335px;
	height: 57px;
	margin: 35px 0 0;
	background: url(../recruiting/images/h2.gif) no-repeat 0 0;
	text-indent: -9999px;
	}

#entry h2 {
	font-size:medium;
	font-weight:bold;
	margin:40px 0 0;
	padding:5px 0 15px 25px;
	background: url(../recruiting/images/circle.gif) no-repeat 0 8px;
	}

/* column
----------------------------------------------- */
#index .column0,#index .column1 {
	width:900px;
	}
#index .column0 {
	margin:50px 0 0 0;
	}
#index .column0 span {
	padding:5px;
	background: url(../recruiting/images/column0_img_bg.gif) no-repeat;
	float:left;
	}
#index .column0 .box {
	width: 520px;
	float:right;
	}
#index .column0 .box p {
	margin:60px 0 0 0;
	}
#index .column1 {
	margin:55px 0 0 0;
	}
#index .column1 span {
	padding:5px;
	background: url(../recruiting/images/column1_img_bg.gif) no-repeat;
	float:right;
	}
#index .column1 .box {
	width: 520px;
	float:left;
	}
#index .column1 .box h3,#entry h3 {
	display: block;
	width: 95px;
	height: 17px;
	text-indent: -9999px;
 	}
.h3_01 {
	background: url(../recruiting/images/h3_01.gif) no-repeat 0 0;
	}
.h3_02 {
	margin:60px 0 0 0;
	background: url(../recruiting/images/h3_02.gif) no-repeat 0 0;	
	}
#index .column1 .box ul {
	margin:15px 0 0 0;
	}
#index .column1 .box p.indent,#entry p.indent {
	margin: 10px 0 0 25px;
	}

.infobox {
	background:#E2F2C4 none repeat scroll 0 0;
	margin:55px 0 0;
	padding:25px 0;
	width:900px;
	}
.infobox .h4 {
	float:left;
	width:150px;
	}
h4 {
	background:transparent url(../recruiting/images/h4.gif) no-repeat scroll 0 0;
	display:block;
	font-size:0;
	height:90px;
	margin:0 0 0 25px;
	text-indent:-9999px;
	width:90px;
	}
h5 {
	color: #737378;
	}
.infobox p {
	margin:10px 0 0 0;
	}
.infobox p.contact {
	margin:5px 0 15px 0;
	_margin:5px 0;
	}
*+html body .infobox p.contact {
	margin: 0;
	}
#entry .detail {
	background:transparent url(../recruiting/images/line.gif) repeat-x scroll top;
	width:900px;
}
#entry .column0 {
	width:900px;
	}
p.hibiya {
	background:transparent url(../recruiting/images/hibiya.gif) no-repeat scroll 0 0;
	display:block;
	font-size:0;
	width:120px;
	height:18px;
	margin:-18px 0 20px 120px;
	_margin: -38px 0 0 120px;
	text-indent:-9999px;
	}
p.kamakura {
	background:transparent url(../recruiting/images/kamakura.gif) no-repeat scroll 0 0;
	display:block;
	font-size:0;
	width:120px;
	height:18px;
	margin:-18px 0 20px 120px;
	_margin: -38px 0 0 120px;
	text-indent:-9999px;
	}
p.isetan {
	background:transparent url(../recruiting/images/isetan.gif) no-repeat scroll 0 0;
	display:block;
	font-size:0;
	width:120px;
	height:18px;
	margin:-18px 0 20px 120px;
	_margin: -38px 0 0 120px;
	text-indent:-9999px;
	}
p.lumine {
	background:transparent url(../recruiting/images/lumine.gif) no-repeat scroll 0 0;
	display:block;
	font-size:0;
	width:120px;
	height:18px;
	margin:-18px 0 20px 120px;
	_margin: -38px 0 0 120px;
	text-indent:-9999px;
	}

/* parts
----------------------------------------------- */
p.btt {
	margin:0;
	padding:20px 0 0 0;
	background: url(../recruiting/images/line.gif) repeat-x top;
	text-align:right;
	}
#entry dl {
	background:transparent url(../recruiting/images/line.gif) repeat-x scroll center bottom;
	padding:15px 0;
	width:900px;
	}
#entry dt {
	float:left;
	margin:0 0 0 10px;
	width:60px;
	color:#A0CD3C;
}
#entry dd {
	float:left;
	margin-left:40px;
}
#index .column2 {
	width:900px;
	}
#index .column2 h1 {
	float:left;
	width: 165px;
	}
#index .column2 p {
	margin: 70px 0 0 0;
	float:right;
	width: 55px;
	text-indent: -9999px;
	}
#index .column2 p a {
	background: url(../common/icon_rss.gif) no-repeat right top;
	display:block;
	height:18px;
	width:55px;
}
#index .column2 p a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
/* after
----------------------------------------------- */
#index .column1:after,
#entry dl:after,
.column0:after,
.column1:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}