@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#teacher {
	width: 566px;
	min-height: 500px;
	padding-bottom: 30px;
}
*html #teacher {
	height: 500px;
}

#teacher a {
	text-decoration: underline;
}



/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 教員紹介用メインタイトル　定義
****************************************** */

#teacher .teacher-main-title {
	width: 566px;
	height: 60px;
	margin-bottom: 30px;
	background: url(../images/main-title_bg.gif) left top;
}

#teacher .teacher-main-title h3 {
	padding: 17px 0px 0px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #707070;
	line-height: 1.2em;
}

#teacher .teacher-main-title h3 span {
	font-size: 12px;
	font-weight: normal;
}


/* ******************************************
 教員紹介用セル　定義
****************************************** */

#teacher td {
	padding: 7px 5px;
}

#teacher td.padOff {
	padding: 0px;
}


/* ******************************************
 準備中　定義
****************************************** */

#teacher div.preparation {
	width: 566px;
	height: 200px;
	line-height: 200px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}




