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

#lab {
	width: 800px;
	margin-top: 20px;
	float: left;
	background: url(../images_for_lab/profnew6.jpg) no-repeat center top;
	font: 11px/14px "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333333;
}
#history { margin-top: 426px; }

table {
	width: 718px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	margin-top: 0px;
}
#history #date {
	width: 25%;
	background: #E6E8D9;
}
#history #event {
	width: 75%;
	background: #E6E8D9;
}
#history #other {
	width: 41%;
	background: #E6E8D9;
}

#history td {
	padding: 10px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 25%;
}
#history th {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#profs {
	margin-top: 426px;
	margin-bottom: 20px;
}
#profs td {
	padding: 10px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align:center;
}
#profs th {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#profs #status {
	width: 25%;
	background: #E6E8D9;
}
#profs #name {
	width: 25%;
	background: #E6E8D9;
}
#profs #profession {
	width: 50%;
	background: #E6E8D9;
}
caption {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.bar {
	height: 35px;
	width: 716px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 2px;
}
