/* ------------------------------------------------------
　協力研究機関についてページ設定　#kyouryoku.html
---------------------------------------------------------*/
/* 協力研究機関について */
.table_kenkyukadai{
	width: 500px !important;
}

.table_kenkyukadai td.kadai{ width: 135px;}
.table_kenkyukadai td.kikan{ width: 225px;}
.table_kenkyukadai td.name{ width: 100;}

/* ------------------------------------------------------
　シンポジムページ設定　#sympo.html
---------------------------------------------------------*/
/* シンポジウム開催リスト */

dl.sympoList dt{
	width: 4.5em; 
	float:left;	
	padding: 2px 0 2px 17px; 
	background: url(../images/arrow_right.gif) no-repeat 0 10px;
}
dl.sympoList dd{
	margin-left: 4.5em; 
	padding: 2px 0; 
}

/* ------------------------------------------------------
　リンクページ設定　#sympo.html
---------------------------------------------------------*/

li.linklist{
	margin-top:7px;
	padding-bottom: 7px!important;
	border-bottom: 1px dotted #ababab;
}

