@charset "utf-8";
#contents table {
	margin: 0 10px 30px;
	border: 1px solid #aaa;
}
#contents table tr .boxtitle{
	background-image: url(../bin/recruit/bg_title.png);
	background-repeat: no-repeat;
	width: 515px;
	height: 16px;
	padding: 0px 0 0 5px;
	font-weight: bold;
	text-align: left;
}
#contents table tr.title th{
	text-align:left;
	width:90px;
	background-image: url(../bin/recruit/bg_box.png);
	border: 1px solid #aaa;
	padding: 2px 0px 2px 5px;
	}
#contents table td  {
	background-color: #fff;
	border: 1px solid #aaa;
	border-left: 1px dotted #aaa;
	padding: 2px 5px;
	font-size: 90%;
	vertical-align:text-top;
}
