@charset "EUC-JP";

@import "./common.css";

/* ================= basic : elements ================= */
em {
	color: #996666;
	}

/* --------------------------------- NAVI ---------------------------------- */
/* main navi */
#NAVI ul.main li#MEMBERS_LIST span.self {
	background-image: url(../images/navi/navi_03_on.gif);
	}

/* sub navi */
#NAVI ul.main li#MEMBERS_LIST ul.sub {
	display: block;
	position: static;
	width: auto;
	background: transparent;
	border: none;
	padding: 0;
	margin: 4px 5px 0 5px;
	}
#NAVI ul.main li#MEMBERS_LIST ul.sub li.self {
	color: #996666;
	}

/* ---------------------------------- MAIN --------------------------------- */
/* link */
#MAIN a:visited { color: #330099; }
#MAIN a:hover { color: #996666; }

/* heading */
#MAIN h1 {
	color: #996666;
	}
#MAIN h2 {
	min-height: 19px;
	color: #996666;
	}
#MAIN h3 {
	color: #ffffff;
	background: #996666;
	text-align: center;
	padding: 5px;
	margin: 0;
	}

/* date */
p.date {
	text-align: right;
	margin: -18px 0 0.1em 0;
	}

/* to apply */
ul.to-apply {
	float: right;
	line-height: 0;
	}

/* members */
div.members {
	zoom: 100%;
	background: #f5efef;
	border-bottom: solid 1px #996666;
	padding: 10px 0 10px 5px;
	_margin-right: -10px;
	margin-bottom: 1em;
	}
div.members:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
	}

ul.business {
	float: left;
	width: 205px;
	margin-right: 10px;
	}
ul.academy {
	float: left;
	width: 315px;
	margin-right: 10px;
	}

/* guide lead */
div.guide_lead {
	}
div.guide_lead p {
	margin: 0.3em 0 1.5em 0;
	}

/* adobe reader download */
ul.download_reader li {
	background-image: url(../images/members_list/linkmark.gif);
	}

/* fee */
table.fee {
	width: 100%;
	border-collapase: separate;
	border-top: solid 2px #996666;
	border-bottom: solid 2px #996666;
	margin-bottom: 1.5em;
	}
table.fee th, table.fee td {
	border-top: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	}
table.fee th {
	width: 23%;
	_width: 28%;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #996666;
	border-right: solid 35px #ffffff;
	white-space: nowrap;
	}
/* IE 7 hack */
*:first-child+html table.fee th {
	width: 28%;
	}
table.fee td.category, table.fee td.fee {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	}
table.fee td.category {
	width: 12%;
	}
table.fee td.download {
	width: 40%;
	}
table.fee tr#BUSINESS td.category, 
table.fee tr#BUSINESS td.fee {
	height: 1.7em;
	vertical-align: bottom;
	}
table.fee tr#ACADEMY td.category, 
table.fee tr#ACADEMY td.fee {
	height: 1.7em;
	vertical-align: top;
	}

table.fee td.download ul {
	margin-bottom: -5px;
	}
table.fee td.download ul li {
	background: url(../images/navi/navi_download.gif) 10px 2px no-repeat #ebe0e0;
	padding: 4px 0 4px 35px;
	margin-bottom: 5px;
	}

/* flow */
div.flow {
	}
div.flow p {
	margin-bottom: 1.5em;
	}

dl.send-to {
	margin: -0.5em 0 1em 1em;
	}
dl.send-to dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	}
dl.send-to dd {
	margin-left: 1em;
	}

dl.send-to dd ul.contact {
	margin-top: 0.3em;
	}
dl.send-to dd ul.contact li.tel, 
dl.send-to dd ul.contact li.fax {
	display: inline;
	margin-right: 1em;
	}

/* how to order, fill notes */
ul.how_to_order {
	list-style-type: disc;
	padding: 0 0 0 0.5em;
	margin: 1em 2.5em;
	}

dl.fill_notes {
	border-top: solid 1px #996666;
	border-bottom: solid 1px #996666;
	padding: 0.5em 2em;
	margin-top: 1em;
	}
dl.fill_notes dt {
	text-align: center;
	margin-bottom: 0.3em;
	}
dl.fill_notes dd p {
	text-align: center;
	margin-top: 1.5em;
	}

