/* <style type="text/css"> */
<!--

html{
	height: 100%;
	overflow: hidden;
}

body{
	height: 100%;
	overflow: hidden;
	margin: 0px auto;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	max-width: 500px;
}


#header{
	width: 900px;
	height: 96px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0;
	background-color: #3e1485;
	font-family: 'Helvetica', sans-serif;
	font-size: 150%;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2;
}

#header img {
	height: 96px;
	float:right;
	margin-right:10px;
}

div.margin0 p {
margin-top: 0;
margin-bottom: 0;
}

.small-e{
	font-size: 80%;
}

#navi{
	float: left;
	width: 171px;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	position: absolute;
	z-index: 100;
	font-family: 'Helvetica', sans-serif;
}

#navi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi li{
	margin:10px 5px;
	padding: 0;
	list-style-type: none;
}

#navi a,a:active a:link a:visited{ ;
	color: #000000;
	text-decoration: none;
	margin: 0;
	margin-bottom: 10px;
	width: 149px;
	border-left-color: #0086A1;
	border-left-width: 5px;
	border-left-style: solid;
	border-bottom-color: #0086A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 6px;
	display: block;
}

#navi a:hover{ ;
	border-left-color: #E16233;
	border-bottom-color: #E16233;
}

#container{
	width: 100%;
	height: 100%;
	overflow: auto;
}

#contents{
	margin: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 190px;
	line-height: 120%;
}

#footer{
	width: 500px;
	height: 60px;
/*	margin-left: 190px;
	margin-right: 25px; */
	margin: 0 auto;
	margin-bottom: 200px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-family: 'Helvetica', sans-serif;
	background-color: #3e1485;
	color: #ffffff;
	line-height: 15px;
	bottom: 0px;
	align-items: center;
    justify-content: center;
}

#footer a, a:link a:visited a:active{ ;
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover{ ;
	text-decoration: underline;
	color: #E16233;
}

#footer img{
	height: 60px;
	float: left;
}

#cv{
	line-height: 120%;
	text-align: left;
	}
	
#cv table{
	margin-left: 10px;
	width: 100%;
	border: 1px;
	table-layout: fixed;
}

#cv td{
	border: 1px;
	padding: 2px;
	vertical-align: top;
}

.midashi{
	border-left-color: #F01412;
	border-left-width: 5px;
	border-left-style: solid;
	border-bottom-color: #F01412;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.midashi_nocolor{
	padding: 10px;
	font-size: large;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 120%;	
}

.small_midashi{
	width: 350px;
	border-left-color: #0000FF;
	border-left-width: 2px;
	border-left-style: solid;
	border-bottom-color: #0000FF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding: 5px;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 20px;
}

.topic{
	display: block;
	font-size: 11pt;
	padding: 5px;
	margin-bottom: 20px;
	line-height: 130%;	
}

.index{
	display: block;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 40px;
	margin-bottom: 20px;
}

.index ul{
	margin: 0;
	padding: 0;
}

.index li{
	list-style-type: none;
	margin: 10px 5px;
	padding: 0;
}

.dept {
	white-space: nowrap;
}

.caption{
	color: navy;
	font-size: 10pt;
	margin-top: 5px;
}

.pub{
	font-size: 11pt;
	text-align: left;
	margin-left: 10px;
	line-height: 130%;
}

.margin_box{
	text-align: left;
	margin-left: 1em;
	font-size: 11pt;
	line-height: 130%;
}

.margin_box li{
	text-indent: -20px;
	padding-bottom:5px;
}
	
ul.infobox {
   height: 20em;
   width: 90%;
   overflow: auto;
   margin-left: 1em;
   padding: 5px;
   padding-left: 25px;
   border: black 1px solid;
   list-style-type: none;
}

p.bold-blue-green{
	font-size: large;
	font-weight: bold;
	color: #099;
}

video {
	max-width: 90%;
}

.license {
	font-size: small;	
}

.cent {
	text-align:center;
	margin:0 auto;
}

.small_font {
    font-size: 80%;
    line-height: 90%;
}

.font_1{
	font-size: 120%;
	line-height: 120%;
}

.blue_font {
	color: #007698;
}

.w_120 {
	width: 120px;
}

.w_8em {
	width: 8em;
}

.w_11em {
	width: 11em;
}

.indent5 {
	padding-left: 5em;
}

-->