@charset "utf-8";

/* ----------------------------------------------

	ArtMeter / RECRUIT styles
	author   : (C)KAYAC http://www.kayac.com/
	created  : 2007/05/17
	modified : 2007/05/17

---------------------------------------------- */

@import url("/css/common.css");
/* CONTENTS HEAD
---------------------------------------------- */

div#contHead h2 {
	width: 216px;
	height: 17px;
	background-image: url(/img/recruit/ti_recruit.gif);
}


/* SECTION
---------------------------------------------- */

div#contBody {
	text-align: center;
}

	div#contBody dl {
			zoom:1;/*for IE 5.5-7*/
	}
	div#contBody dl:after {/*for modern browser*/
			content:".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
	}
	* html div#contBody dl {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
	}

div#contBody dl{
	width: 740px;
	margin: 20px auto;
	padding: 10px 0;
	border: 1px solid #CCC;
	border-width: 1px 0;
	text-align: left;
}
div#contBody dl dt{
	float: left;
	clear: left;
	width: 150px;
	color: #333;
	font-weight: bold;
	text-align: left;
	padding: 12px 5px;
	background: url(/img/common/line_dot01.gif) repeat-x 0 0;
}
div#contBody dl dd{
	float: left;
	width: 570px;
	padding: 12px 5px;
	background: url(/img/common/line_dot01.gif) repeat-x 0 0;
}
div#contBody dl .first {
	background: none;
}
div#contBody dl dd ul li {
	padding-left: 10px;
	background: url(/img/common/icn_head01.gif) no-repeat 0 50%;
}
