@charset "UTF-8";


.search_err{
  margin-left: 10%;
  margin-right: 10%;
  font-size: 13px;
}

div#bio_search  {
	width: 97%;
	font-size: 13px;
	text-align: left;
	margin: 14px 10px 0px 0px;
	float: left;
}

div#bio_search table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666;
	border-spacing: 0;
	empty-cells: show;
	font-size: 90%;	
}

div#bio_search table th {
	padding: 3px;
	border: 1px solid #666;
	text-align: center;
	background-color: #ccc;
}

div#bio_search table td {
	padding: 3px;
	border: 1px solid #666;
	background-color: white;	
}

div.page {
	margin: 10px;
	width: 100%;
	text-align: center;	
}

div.exebutton {
	margin: 20px;
	width: 100%;
	text-align: center;	
}

div.seachtitle {
	font-size: 16px;
	color: MidnightBlue;
	font-weight:bold;
	background: LightGrey;
	width: 540px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #666;
	padding: 2px 0px 2px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#bio_detail {
	width: 100%;
	text-align: left;
	margin: 0px 10px 0px 0px;
	float: left;	
    font-size: 90%;
}

div#bio_detail table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666;
	border-spacing: 0;
	empty-cells: show;
	font-size: 90%;	
	margin-top: 10px;
	margin-bottom: 20px;
}

div#bio_detail table th {
	padding: 3px;
    width: 17%;
	border: 1px solid #666;
	text-align: center;
	background-color: #ccc;
}

div#bio_detail table td {
	padding: 6px;
	border: 1px solid #666;
	background-color: white;
	line-height : 20px;
}

div#bio_detail table td ul {
    margin: 0;
    padding: 0;
}
div#bio_detail table td ul li {
    /*list-style: none;*/
    margin-left: 15px;
    line-height: 130%;
}

div#bio_detail table caption {
	font-weight: bold;
	font-size: 120%;
}

#left #bio_detail dl {
}

#left #bio_detail dt{
	margin-left: 3px;
	padding: 0 0 0 5px;
    border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	color: dimgray;
}

#left #bio_detail dd{
	border: 0;
	padding-bottom: 0;
}



#message1 {
 font-size: 14px;
 color: DarkOrchid;
 padding: 0px 0px 10px 0px;
}


div.aiueotitle {
	font-size: 12px;
	color: MidnightBlue;
	font-weight:bold;
	background: Lavender;
	width: 150px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px DarkSalmon;
	padding: 2px 0px 2px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#researcher_list {
  font-size: 14px;
}

#researcher_list #contents_name {
  margin: 0px 0px 4px 15px;
}

#researcher {
 margin : 0px 0px 10px 0px;
}




