@charset "EUC-JP";

p.title {
	margin-bottom: 35px;
}



/******************************
 * SUMMARY
 *
 ******************************/
table.summary {
	width: 750px;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	margin-left: 8px;
}
table.summary th {
	width: 128px;
	padding: 8px 0 8px 22px;
	line-height: 140%;
	border-bottom: 1px solid #999;
	background: url(../images/marker.gif) 10px center no-repeat #d2e0f0;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
}
table.summary td {
	padding: 8px 10px;
	line-height: 140%;
	border-bottom: 1px solid #999;
}
table.summary dl.day {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	/*margin: 0;*/
}
table.summary dl.day dt {
	display: block;
	float: left;
	width: 5em;
	clear: both;
}
table.summary dl.day dd {
	display: block;
	width: auto;
	margin-left: 5.5em;
	margin-bottom: 0.5em;
}

table.summary dl.price {
	margin-bottom: 0.5em;
}
table.summary dl.price dt {
	display: block;
	float: left;
	width: 13em;
	clear: both;
}
table.summary dl.price dd {
	display: block;
	width: auto;
	margin-left: 13.5em;
}
div#banner {
	width: 180px;
	position: absolute;
	left: 595px;
	top: 700px;
	border: #024DA8 solid 1px;
	padding: 5px;
	background-color: #EEF1F6;
	text-align: center;
}
div#banner h3 {
	padding: 0;
	margin: 0;
	font-size: 115%;
	line-height: 1.6;
}

div.lead {
	margin-bottom: 30px;
	padding: 0 2em;
}
div.lead h3 {
	margin: 0 0 10px 0;
}
div.lead h4 {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #006;
}
div.academic {
	margin-bottom: 30px;
	padding: 0 10px;
}
div.academic h2 {
	margin: 0;
	padding-bottom: 0.2em;
	font-size: 130%;
}
div.academic ul {
	margin: 0; padding: 0;
	font-size: 115%;
	font-weight: bold;
}
div.academic ul li {
	list-style: none;
	margin: 0 0 0.5em 0;
	border-top: 1px dashed #039;
	border-bottom: 1px dashed #039;
	background-color: #EEF3F9;
	padding: 0.5em;
}
div.instructor {
	margin-bottom: 30px;
	padding: 0 10px;
}
div.instructor h2 {
	margin: 0;
	padding-bottom: 0.2em;
	font-size: 130%;
}
div.instructor ul {
	margin: 0; padding: 0;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 2em;
	/*overflow: hidden;*/
	min-height: 150px !important;
	height: 150px; /* for only IE6 style */ 
}
div.instructor ul li {
	list-style: none;
	margin: 0 10px 0 0;
	/*border-top: 1px dashed #039;
	border-bottom: 1px dashed #039;
	background-color: #EEF3F9;
	padding: 0.5em;*/
	position: relative;
	width: 230px;
	float: left;
	border: #024DA8 solid 1px;
	padding: 5px;
	background-color: #EEF1F6;
	min-height: 145px !important;
	height: 145px; /* for only IE6 style */ 
}
div.instructor ul li img {
	position: absolute;
	top: 45px; left: 10px;
}
div.instructor ul li span {
	display: block;
	position: absolute;
	top: 45px; left: 120px;
	font-weight: normal;
	font-size: 12px;
}
div.instructor ul li.end {
	margin:0;
}




div.lead ul.transition {
	float: right;
	padding-top: 10px;
}

div.lead p {
	line-height: 140%;
	/*text-indent: 1em;*/
	margin-bottom: 1em;
}

p.banner {
	margin: -20px 0 1em 0;
	_margin-top: -30px;
	text-align: center;
}


/******************************
 * TOPICS
 *
 ******************************/
table.topics {
	width: 750px;
	border-collapse: collapse;
	/*border-bottom: 1px solid #fff;*/
	margin-left: 8px;
}
table.topics th {
	padding: 12px 25px;
	border-bottom: 1px dashed #ccc;
	background: url(../images/arrow.gif) 15px center no-repeat;
	font-weight: bold;
	white-space: nowrap;
}
table.topics td {
	width: 620px;
	border-bottom: 1px dashed #ccc;
	padding: 12px 0;
}


/******************************
 * Questionnaire
 *
 ******************************/
#questionnaire {
background: #eef1f6;
border: 1px solid #004DAD;
padding: 20px;
margin-bottom: 20px;
text-align: center;
}
#questionnaire p {
margin-bottom: 1em;
line-height: 1.5;
}
.button-questionnaire {
margin-bottom: 0;
}

