@charset "utf-8";
/* ===================================================================
 file name  :school.css
 style info :School ページ用スタイル
=================================================================== */


/* GlobalNavi */
ul#GlobalNavi li.navi04 a {
	border-bottom:2px solid #de4500;
}

/* 行間 */
#Contents #MainArea .box ul.indent li{
		margin-bottom:12px;
}
#Contents #MainArea .box ul.indent li:first-letter{
		font-weight:bold;
}

#Contents #MainArea .box .txtbox2 {
		margin:0 10px 20px 10px;
}

/* 経歴 */
table.keireki th,table.keireki td{
		font-weight:normal;
		vertical-align:top;
		font-size:x-small;
		padding:2px;
}

#Contents #MainArea .box .txtbox p.txt1{
	margin:1px 0 15px 0;	
}

/* 顔写真 */
.face{
	float:left;	
}
.face img{
	margin:0 10px;	
}

/* 枠なしBOX　*/

#Contents #MainArea .boxn{
	font-size:x-small;
	margin: 20px 0 20px 0;

}

.txtbox_s{
	
	width:430px;
	float:right;
}

/* 情報表組み　*/
table.infotbl{
	width:598px;
	margin:10px auto 15px auto;
}

table.infotbl th, table.infotbl td{
	font-weight:normal;
	background:	#efefef;
	padding:4px;
	border:1px solid #b0b0b0;
	border-collapse:collapse;
}
table.infotbl th{
	text-align:center;
}
table.infotbl caption{
	font-weight:bold;
}

	