@charset "utf-8";
/* CSS Document */

.tabheader li a {
	background-image:url(../img/history_subtitle.gif);
	display:block;
	height:28px;
}

/*================================
メニューボタン（通常時）
================================*/
#head1 a {
	width:700px;
	background-position:0px 0px;
}

/*================================
メニューボタン（オンマウス時）
================================*/
#head1 a:hover {
	background-position:0px -28px;
}

#box1 {
	background-image:url(../img/history_title_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/* 背景画像設定 */
#History {
	background-image:url(../img/teacher_ph.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:160px;
}

/* 年設定 */
.Year {
	font-size:2.2em;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-0.05em;
}

/* 年の右ボーダー用 */
.vBorder {
	border-right:2px solid #999999;
	padding-top:2px;
	padding-bottom:2px;
}

.HistoryTable {
	padding-bottom:15px;
}