@charset "utf-8";
/* CSS Document */

/* ===== index.html ===== */
p#topIMG {
	margin: 0px -10px 15px;
	padding: 4px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
}

div#rookie {
	width: 285px;
	float: left;
}

div#career {
	width: 285px;
	float: right;
}

div#rookie h2, div#career h2 {
	background-image: url(../recruit/img/bg_h2recruit.gif);
	margin-bottom: 2px;
}

div#rookie div, div#career div {
	border: 1px solid #CCCCCC;
	padding: 12px 12px 0px;
}

/* ===== index5.html ===== */
table#interviewTop { margin: 0px -10px 15px;}

/* ===== interview ===== */
table.schedule {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
	border-collapse: separate;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.schedule th, table.schedule td {
	padding: 2px 3px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

table.schedule th { padding: 0px;}

table.schedule td.date { background-color: #FBF3EE;}
table.schedule td.working { background-color: #FCF7ED;}

h2.ivH2 {
	clear: none;
	background-image: url(../recruit/interview/img/bg_ivh2.gif);
}