@charset "EUC-JP";

@import "./common.css";

/* ================= basic : elements ================= */
em {
	color: #006699;
	}

/* --------------------------------- NAVI ---------------------------------- */
/* main navi */
#NAVI ul.main li#YEAR_SCHEDULE span.self {
	color: #1177aa;
	background-image: url(../images/navi/navi_04_on.gif);
	}

/* sub navi */
#NAVI ul.main li#YEAR_SCHEDULE ul.sub {
	display: block;
	position: static;
	width: auto;
	background: transparent;
	border: none;
	padding: 0;
	margin: 4px 5px 0 5px;
	}
#NAVI ul.main li#YEAR_SCHEDULE ul.sub li.self {
	color: #1177aa;
	}

/* ---------------------------------- MAIN --------------------------------- */
/* link */
#MAIN a:visited { color: #330099; }
#MAIN a:hover { color: #006699; }

/* heading */
#MAIN h1 {
	color: #006699;
	}
#MAIN h2 {
	color: #006699;
	margin: 30px 0 5px 0;
	}
#MAIN h3 {
	color: #006699;
	}

/* summary */
table.summary {
	width: 100%;
	border-collapse: separate;
	border-top: solid 2px #000066;
	}
table.summary th, table.summary td {
	border-bottom: solid 1px #000066;
	text-align: left;
	padding: 5px 0 0 10px;
	}
table.summary th {
	width: 49%;
	_width: 38%;
	font-size: 14px;
	}
table#SCHEDULE_GM th {
	display: none;
	}

table.summary th span.pre {
	display: block;
	font-size: 12px;
	}
table.summary th span.post {
	font-size: 12px;
	}

dl.info {
	zoom: 100%;
	}
dl.info:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
	}
dl.info dt {
	float: left;
	width: 4em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	}
dl.info dd {
	margin: 0 0 0.5em 4em;
	}

table#SCHEDULE_ES dl.info dd {
	_width: 300px;
	}
table#SCHEDULE_IM dl.info dt {
	width: 7em;
	font-weight: normal;
	}
table#SCHEDULE_IM dl.info dd {
	margin-left: 1em;
	}

ul.support {
	zoom: 100%;
	}
ul.support:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
	}
ul.support li {
	float: left;
	padding: 0;
	margin: 0 1em 0 0;
	white-space: nowrap;
	}


