@charset "utf-8";
/* CSS Document */

/*----------------------------------------------
CAREER
----------------------------------------------*/
#LCONT ul {
	padding-bottom: 1.0em;
}
#LCONT h4 {
	font-size: 90%;
	color: #900;
	margin: 3px 0px;
}

#INFO table {
	width: 550px;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#INFO caption {
	text-align: left;
	font-weight: bold;
	font-size: 80%;
	color: #900;
	padding-bottom: 0.4em;
}
#INFO th,
#INFO td {
	padding: 4px;
	border: solid 1px #666;
	text-align: left;
	font-weight: normal;
	font-size: 80%;
	line-height: 1.4em;
}
#INFO th {
	width: 100px;
	background: #DDD;
}