@charset "UTF-8";
p  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#photo {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	padding-left: 15px;
}
#photo img {
	float: left;
	padding-right: 20px;
}
#photo p {
	padding-top: 100px;
}
table   {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #2d4e81;
	border-left-color: #2d4e81;
	margin-bottom: 20px;
	width: 675px;
}
th   {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2d4e81;
	border-bottom-color: #2d4e81;
	text-align: left;
	background-color: #c4dbf8;
	width: 80px;
	color: #2d4e81;
	padding: 5px;
}
td   {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2d4e81;
	border-bottom-color: #2d4e81;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
}
.pagetop   {
	text-align: right;
}
.name {
	font-size: 120%;
	font-weight: bold;
}
.btm40 {
	margin-bottom: 40px;
}
#contents table.professorDetail>tbody>tr>th {
	width: 15%;
}
#contents table.professorDetail td {
	width: auto;
}
#contents table.professorDetail table {
	width: auto;
	margin: 0;
	border: none;
}
#contents table.professorDetail table th {
	width: auto;
	font-weight: normal;
	white-space: nowrap;
	background: none;
	border: none;
}
#contents table.professorDetail table td {
	border: none;
}
#contents table.professorDetail p {
	margin: 10px 0;
}
#contents ol.theme-list {
	margin: -15px 0 20px 20px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	font-size: 14px;
}
#contents ol.theme-list li {
	width: 45%;
	float: left;
	margin: 10px 0 0;
}
#contents ol.theme-list a.current {
	font-weight: bold;
}
#contents table.figure-frame {
	width: auto;
	margin: 15px auto;
	background: none;
	border: none;
}
#contents table.figure-frame td {
	padding: 3px;
	background: none;
	border: none;
}
#contents .theme-block {
	display: none;
	margin: 25px 0;
	padding: 15px 20px 15px 0;
	overflow: hidden;
	background-color: #fff;
	border: 3px double #999;
}
#contents .theme-block.current {
	display: block;
}
#contents .theme-block h3 {
	margin: 0 0 20px 30px;
	padding: 0;
	border-left: none;
}
