@charset "utf-8";

/* table xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.job {
	float             : left;
	width             : 200px;
	margin-top        : 15px;
	margin-left       : 50px;
}

.job dt {
	width             : 200px;
	height            : auto;
	padding           : 8px;
	border            : 1px solid #49980B;
	border-bottom     : none;
	background        : #97e045 url(./img/bg_box_title.gif) repeat-y center;
	text-align        : center;
	font-weight       : bold;
}

.job dd {
	width             : 200px;
	min-height        : 100px;
	height            : auto !important;
	height            : 100px;
	padding           : 8px;
	border            : 1px solid #49980B;
	line-height       : 160%;
}

