@charset "Shift_JIS";





/*--------------------------------------------------
研究者一覧(researcher.html)
--------------------------------------------------*/
#researcherNav{
	margin-top:8px;	
}	
#researcherNav ul{
	margin-left:25px;
}
#researcherNav li{
	margin-bottom: 10px;
	font-weight:bold;
	display:inline;
	padding:0px 10px;
}
#researcherNav a,
#researcherNav a:link,
#researcherNav a:visited{
	background: url(images/circle_arrow_g.gif) no-repeat left center;
	padding-left: 15px;
}
#researcherNav a:hover{
	background: url(images/circle_arrow_r.gif) no-repeat left center;
	padding-left: 15px;
}

.researcherBlock{
	width:785px;
	margin-left:15px;
	display:block;
}
.researchtable{
	width:700px;
	border-top:1px solid #CCCCCC;
	margin:5px 0 30px 0;
}
.researchtable th,.researchtable02 th{
	border-bottom:1px solid #CCCCCC;
	padding:3px 10px;
	text-align:left;
	background-color:#F2F2F2;
	white-space:nowrap;
}
.researchtable td,.researchtable02 td{
	border-bottom:1px solid #CCCCCC;
	padding:3px 10px;

}
.researchtable02{
	width:785px;
	border-top:1px solid #CCCCCC;
	margin:5px 0 0 0;
}
.lineRight{
	border-right:1px dotted #CCCCCC;
}

/*--------------------------------------------------
研究者一覧(researcher.html)
--------------------------------------------------*/
.f_detailLink{
	margin-top:10px;
}
.f_detailLink a,
.f_detailLink a:link,
.f_detailLink a:visited{
	background: url(images/circle_arrow_g.gif) no-repeat left center;
	padding-left: 15px;
}
.f_detailLink a:hover{
	background: url(images/circle_arrow_r.gif) no-repeat left center;
	padding-left: 15px;
}
.edText{
	width:500px;
	margin:0 30px 0 15px;
	float:left;
	line-height:1.6;
	display:block;
	padding-bottom:40px;
}