@charset "utf-8";
/* ======================================================================== */
/* For /open_campusj.html and /open_campus.html only */
/* ======================================================================== */

table.application {
	width: 690px;
	margin: 10px 6px 40px 6px;
}

table.application th {
	font-size: 1.4em;
}

table.application th,
table.application td {
	padding: 10px;
	border-bottom: 1px solid #dddddd;
}

table.application th.tb_top,
table.application td.tb_top {
	border-top: 1px solid #dddddd;
}

th.tb_app_program {
	width: 40%;
}

th.tb_app_links {
	width: 60%;
}

td.tb_app_program {
	font-size: 1.4em;
	font-weight: bold;	
}

td.tb_app_program a {
	color: #9e1b34;
	text-decoration: none;
}

td.tb_app_program a:hover {
	text-decoration: underline;
}

table.application ul.links03 {
	width: auto;
	overflow: hidden;
}

table.application ul.links03 li {
	float: left;
	margin-right: 20px;
	font-size: 1.2em;
	padding-bottom: 0;
}

/* IE 7/Win Hack */
*+html body table.application ul.links03 li {
	padding-bottom: 1px;
}

/* IE lte 6/Win Hack */
* html body table.application ul.links03 li {
	padding-bottom: 1px;
}

