
/*------------------- print --------------------*/
@media print{
	body {margin:0; font:10pt; color:#000; background-color:#fff;}
	h1, div.backHome{display:none;}
	h2.printline{display: block !important; margin:0;font-size:12pt;}
    .schedule {width:640px;}
    .schedule .pageLink dt, .schedule .pageLink a{display:none;}
    a{text-decoration:none;}
    .schedule .topics dl{padding:5px!important;font-size:8pt!important;}
}

/*------------------- Schedule material --------------------*/
h2.printline{
	display: none;
}
/*------ Schedule foundation ------*/
.schedule{
	width: auto;
	clear: both;
	margin: 5px 5px 0 5px;
	padding: 0 0 5px 0;
}
.schedule a{
	color: #000;
	background-color: transparent;
}
.schedule a:hover{
	color: #c60;
	background-color: transparent;
}
.schedule table{
	color: #564732;
	background-color: #fff;
}
.schedule .pageLink{
	width: auto !important;
	margin: 0 !important;
	text-align: left;
	color: #564732;
	background-color: #fff;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.schedule  .pageLink dd{
	width: 170px:
	padding: 0;
	float: none !important;
	display: inline !important;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0px;
}

.scheduleNote{
	width: auto;
	font-size: 12px;
	margin: 0;
	color: #666;
}
.schedule #copyright{
	font-size: 11px;
	text-align: right;
	margin: 0;
	padding: 5px 0;
}

/*------ Schedule Toics ------*/
.schedule .topics{
	width: auto;
	margin: 0;
	padding: 10px 20px;
	color: #000;
	background-color: #fff;
	font-family:'ͣ å', 'Osaka', sans-serif;
}
.schedule .topics dl{
	width: auto;
	margin: 0;
	padding: 10px 25px;
	color: #e00;
	background-color: transparent;
	border: 3px double #e00;
	font-size: 12px;
	line-height: 150%;
}
.schedule .topics dt{
	font-weight: bold;
}
.schedule .topics dd{
	margin: 0;
	padding: 0 10px;
}

/*------ Schedule Time Table ------*/
table.timeSchedule{
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #564732;
	font-size: 11px;
}
/*--- th week ---*/
table.timeSchedule tr.week{
	color: #000;
	background-color: #C0C5B1;
}
table.timeSchedule tr.week th{
	width: 13%;
	padding: 5px 0;
	white-space: nowrap;
	font-weight: normal;
	border-left: 1px solid #564732;
}
table.timeSchedule tr.week td{
	width: 9%;
	white-space: nowrap;
	border: none;
}
/*--- th time ---*/
table.timeSchedule th.timer{
	width: 9%;
	color: #4D5A68;
	background-color: #D0D3C4;
	font-weight: normal;
	border-top: 1px solid #564732;
}
/*--- th kyukanbi ---*/
table.timeSchedule td.kyukanbi{
	color: #CCC;
	background-color: #999999;
	font-weight: bold;
	font-size: 14px!important;
}
/*--- item cell ---*/
table.timeSchedule td{
	border: 1px solid #564732;
	padding: 6px 0;
	text-align: center;
}


.whiteEvents {
	color: #000;
	background-color: #FFF;
}

.proAero{/*yellow*/
	color: #000;
	background-color: #FFFFCC;
}
.proStep{/*pink*/
	color: #000;
	background-color: #FFE1E1;
}
.proOriental{/*green*/
	color: #000;
	background-color: #E6FFCC;
}
.proCombat{/*purple*/
	color: #000;
	background-color: #DEBEDE;
}
.proCondition{/*orange*/
	color: #000;
	background-color: #fc9;
}
.proDance{/*gray*/
	color: #000;
	background-color: #E4E4E4;
}
.proRelax{/*brown*/
	color: #000;
	background-color: #E4D7C5;
}
.proAqua{/*blue*/
	color: #000;
	background-color: #DDE4F0;
}
.proNeutral{/*ghost*/
	color: #000;
	background-color: #F4F2E8;
}

.schedule .timeSchedule .strongRed {
	color: #FF0000;
}

/*------ Schedule Information ------*/
.schedule .information{
	padding: 8px 0 0;
	font-size: 12px;
	line-height: 120%;
}

.schedule .information p{
	width: auo;
	margin: 5px 0;
	padding: 10px;
	color: #564732;
	background-color: #E9E9E2;
	border: 1px solid #564732;
}
.schedule .information table{
	width: 640px;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #564732;
	font-size: 11px;
}
.schedule .information th, .schedule .information td{
	padding: 5px 10px;
	font-weight: normal;
	border: 1px solid #564732;
}
.schedule .information dl{
	width: 638px;
	margin: 0;
	padding-bottom: 3px;
	color: #564732;
	background-color: #E9E9E2;
	border: 1px solid #564732;
}
.schedule .information dt{
	margin: 0;
	padding: 3px 0 0;
}
.schedule .information dd{
	margin: 0;
	padding: 3px 10px 1px;
}
.schedule table.payProgram th{
	color: #000;
	background-color: #C0C5B1;
}
.schedule table.payProgram td{
	text-align: center;
}


/*--2009.11.03 Plus css--*/
.bolding{
	font-weight:bold;
	}

/*------ 2007 08 OBON Schedule Time Table
table.timeSchedule0708{
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #564732;
	font-size: 11px;
}

table.timeSchedule0708 td{
	border: 1px solid #564732;
	padding: 6px 0;
	text-align: center;
}
table.timeSchedule0708 tr.week{
	color: #000;
	background-color: #C0C5B1;
}
table.timeSchedule0708 tr.week th{
	padding: 5px 0;
	white-space: nowrap;
	font-weight: normal;
	border-left: 1px solid #564732;
}

table.timeSchedule0708 tr.studio{
	color: #000;
	background-color: #C0C5B1;
}
table.timeSchedule0708 tr.studio th{
	padding: 5px 0;
	white-space: nowrap;
	font-weight: normal;
	border-left: 1px solid #564732;
	border-top: 1px solid #564732;
}
table.timeSchedule0708 tr.week td{
	width: 9%;
	white-space: nowrap;
	border: none;
}
table.timeSchedule0708 th.timer{
	width: 9%;
	color: #4D5A68;
	background-color: #D0D3C4;
	font-weight: normal;
	border-top: 1px solid #564732;
}
------*/





h3 {
    background: url(../../../image/lesson/h3.jpg) no-repeat;
	padding-left:55px;
	width: 841px;
	padding-top: 60px;
	height:60px;
	color: #51565a;
	margin:0 0 0 1px;
	font-size: 160%;
	letter-spacing: 0.3em;
	font-weight: bold;
}

*html h3 {
    width: 841px;
	background-repeat: repeat-x;
}


h3 a {
    font-size: 60%;
	margin-left: 1em;
	letter-spacing: 0;
	color: #cc5500;  
}

#link {
    font-size: 60%;
	margin-left: 1em;
	letter-spacing: 0;
	color: red;  
}
