@charset "UTF-8";

/* ********************************
* 
* 
* 
* 
* *********************************
*/

/*リード文のイメージ写真配置 */

#schoolleadimg {
		width: 160px;
		text-align: right;
		float: right;
	}
#schoolleadimg img {
	margin-bottom: 5px;
	}

p#gakuinlink {
	margin-top: 5em;
	}




/* スケジュール用 */
body#calendar {margin: 0;}

#containerschedule table {
	width: 100%;
	border-left: 1px solid #664099;
	border-right: 1px solid #664099;
	border-bottom: 5px solid #ddcce5;
	background-color: #fff;
	}

#containerschedule table caption {
	padding: 5px 10px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background: #664099;
	border-top: 5px solid #ddcce5;
	}

#containerschedule table td,
#containerschedule table th {
	font-family: Verdana, Meiryo, "メイリオ";
	font-size: 11px;
	}

#containerschedule table td {
	color: #333;
	}

#containerschedule table th {
	color: #664099;
	font-weight: normal;
	border-left: 1px solid #664099;
	border-bottom: 1px solid #664099;
	line-height: 150%;
	text-align: center;
	}

#containerschedule table td.week {
	border-left: 1px solid #664099;
	}

#containerschedule table td.time {
	text-align: center;
	}

#containerschedule table td.hour {
	border-bottom: 1px solid #664099;
	}

#containerschedule table td.halfh {
	border-bottom: 1px dotted #999;
	}

#containerschedule table td.tarott,
#containerschedule table td.horoscope,
#containerschedule table td.sityu,
#containerschedule table td.kigaku,
#containerschedule table td.ninsou,
#containerschedule table td.eki,
#containerschedule table td.counseling,
#containerschedule table td.kenkyu,
#containerschedule table td.taiken {
	vertical-align: top;
	padding: 1px;
	}

#containerschedule table td.tarott {background-color: #ccFF99;}
#containerschedule table td.horoscope {background-color: #FFC066;}
#containerschedule table td.sityu {background-color: #FFACCC;}
#containerschedule table td.kigaku {background-color: #FFF566;}
#containerschedule table td.ninsou {background-color: #99DFFF;}
#containerschedule table td.eki {background-color: #E5E3CE;}
#containerschedule table td.counseling {background-color: #88ABDA;}
#containerschedule table td.kenkyu {background-color: #DDCCE5;}
#containerschedule table td.taiken {background-color: #FF8080;}

#containerschedule table td.w7 {width: 7%;}
#containerschedule table td.w9 {width: 9%;}

