
.job_block				{
					}

.job 				{
					border:solid 1px #ccc;
					width:605px;
					margin: 5px 0;
					padding: 5px;
					}

.hr					{
					margin: 0;
					padding: 0;
					}

.unit_header {
	height:30px;
	border-bottom:3px solid #FBB605;
}

.unit_header img{
	margin:0 1px;
}
/*
.unit				{
					width: 150px;
					height:150px;
					border:solid 1px #cccccc;
					padding: 0;
					}
*/
.item				{
					width:450px;
					}

.local_area{
	border-top:3px solid #FBB605;
	margin:0;
	padding:0;
	font-size:14px;
}

.local_area img{
	margin:0 10px 0 0;
}

.first_line			{
					margin-top: -1.0em;
					margin-left: 1.5em;
					}

.job_lm 			{
					font: bold 0.95em/1.05em;
					}

.date				{
					padding-left: 1em;
					font: normal 0.95em/1.05em;
					}

.job_title 	{
					font: bold 0.95em/1.05em ;
					margin: 0px 0px 2px 0px;
					}

.job_content		{
					font: normal 0.95em/1.05em;
					margin-left: 1.1em;
					}

.content_title{
	margin-bottom:10px;
	font-size:16px;
	/*letter-spacing:1px;*/
}

.content_block li{
	margin-left: 20px;
}

.content_table th, .content_table td{
	 font-size:14px;
	 /*
	 letter-spacing:1px;
	 */
	 padding:2px 0;
}

.search_form{
margin: 5px;
border:solid 1px #666666;
padding: 2px 2px 2px 10px;
}

table.search_table{
	border-collapse:collapse;
	border:3px solid #F9F6DD;
	margin-bottom:5px;
}

.search_table tr,.search_table td{
	font-size:14px;
}

.dotted_border{
	border-bottom:2px dotted #FBB605;
	margin:0;
	padding:0;
}

.search_table th{
	background:#F9F6DD;
}
/*
.search_table .kubun_tr, .search_table .cat_tr{
background-color:#dddddd;
}

.search_table .area_tr, .search_table .keyword_tr{
background-color:#F9F6DD;
}
*/
h2#page_title{
	width:630px;
	height:52px;
	margin:0;
}

div#result_title {
	margin:15px 0 10px 0;
	width:620px;
	height:32px;
	background:url(/images/job/ttl_k_list.gif) no-repeat;
	text-align:right;
	padding:12px 20px 0 0;
}

div#search_form_header{
	background:url(/images/job/ttl_k_kensaku.gif) no-repeat;
	width:623px;
	height:30px;
	margin:10px 0 0 0;
	padding:0;
}

div#search_form_content{
	background:url(/images/job/line_side.gif) repeat-y;
	width:620px;
	margin:0;
	padding:15px 15px 0 15px;
	text-align:center;
}

div#search_form_footer{
	background:url(/images/job/line_btm.gif) no-repeat;
	width:620px;
	height:10px;
	margin:0;
	padding:0;
}

div#search_joken{
	margin:5px 20px;
	font-size:12px;
	line-height:140%;
	background:#F9F6DD;
	padding:10px;
}

div.image {
	border:		1px solid #ccc;

	min-width:	150px;
	width:		150px;
	height:		150px;
	_width:		152px;
	_height:	152px;

	text-align:	center;
	display:	block;
}
div.image span.dummy {
	height:		150px;
	width:		0px;
	vertical-align:	middle;
	display:	inline-block;
}
div.image img {
	max-width:	150px;
	max-height:	150px;
	vertical-align:	middle;

	/* IE6 hack */
	_margin-top:	-1px;
	/* IE6 でアスペクト比保存縮小のためのhack */
	_width:		expression(this.height>150 && this.width*3<this.height*4 ? Math.floor(this.width*150/this.height) : (this.width > 150 ? 150: true ));
	_height:	expression(this.height>150 ? 150: true );
}
*:first-child+html div.image img { /* IE7 hack */
	margin-top:	-1px;
}


