/* CSS Document */
body {
	margin-left		:	0px;
	margin-top		:	0px;
	margin-right	:	0px;
	margin-bottom	:	0px;
	background-color:	#FFF;
}

.header_place{
	margin			:	28px 0px 17px 7px;
}

.career_news{
	font-size		:	12px;
	color			:	#333;
	line-height		:	150%;
}

.career_news th{
	text-align		:	left;
	text-decoration	:	none;
	padding-left	:	3px;
	font-weight		:	normal;
}

.career_news a{
	color			:	#06F;
}

.career_news a:hover{
	color			:	#F30;
}

.career_foot{
	font-size		:	12px;
	border-collapse	:	collapse;
}

.career_foot a{
	color			:	#666;
	text-decoration	:	none;
}

.career_foot a:hover{
	color			:	#F30;
	text-decoration	:	underline;
}

.career_foot td{
	border			:	#999 solid 1px;
	border-bottom	:	none;
	padding			:	0px 15px;
	height			:	24px;
	line-height		:	24px;
}

.career_table{
	font-size		:	12px;
	line-height		:	170%;
	color			:	#333;
}

.career_table th{
	text-align		:	left;
}


