@charset "UTF-8";
/* contentsbody
--------------------------------------------------*/
div#contents {
	clear:both;
	background:url(../images/recruit_image01.jpg) 0 190px no-repeat;
	width:1000px;
	margin-bottom:20px;
}
/* point */
div#contents span.point {
	display:block;
	float:left;
	background:url(../images/recruit_point.gif) 0 0 no-repeat;
	width:332px;
	height:160px;
}
div#contents span.point strong { display:none; }
/* p */
div#contents p {
	float:right;
	width:650px;
	height:160px;
	font-size:1.3em;
	line-height:1.5;
	color:#999999;
	margin:25px 0 5px 0;
}
/* h2 */
div#contents h2 {
	float:right;
	width:700px;
	font-size:1.8em;
	color:#ff9933;
	font-weight:600;
	margin-bottom:5px;
}
/* table */
div#contents table {
	float:right;
	border:solid 1px #cccc00;
	border-collapse:collapse;
}
div#contents table tr th {
	border:solid 1px #cccc00;
	background-color:#ffffcc;
	width:120px;
	font-size:1.3em;
	text-align:left;
	vertical-align:top;
	padding:5px;
}
div#contents table tr td {
	border:solid 1px #cccc00;
	font-size:1.3em;
	line-height:1.5;
	text-align:left;
	padding:5px;
}
div#contents table tr td dl dt { color:#ff0000; }
div#contents table tr td dl dd { padding-left:15px; }
