@charset "utf-8";

/* ------------------------------------
	研究室テーブル
   ------------------------------------ */
.resarchTable {
	table-layout:fixed;
	width:820px;				/* 幅 */	
	padding:2px 2px 2px 2px;	/*パディング*/
	border: solid 1px;             /* 枠線指定 */
}

/* ------------------------------------
	イベントテーブル
   ------------------------------------ */
.eventTable {
	table-layout:fixed;
	width:820px;				/* 幅 */	
	padding:2px 2px 2px 2px;	/*パディング*/
border: solid 1px;              /* 枠線指定 */
}

th {
	 border: solid 1px;             /* 枠線指定 */
	 text-align:center;				/* センタリング */
	 background-color:cyan;
}
td {
	 border: solid 1px;              /* 枠線指定 */
	 text-align:center;
}
