@charset "UTF-8"; 

/* ---------------
history.css
沿革の装飾
--------------- */

/* ---------------
■目次
・メインエリア
	年表
--------------- */
/* ---------------
メインエリア
--------------- */
/* 年表 */
table#historyTable th {
	width: 8em;
	padding: 4px 10px 3px 0px;
/*	text-align: left;*/
	vertical-align: top;
}
table#historyTable td {
	padding: 3px 10px;
	line-height: 1.5;
}


/* 見出し */
h2.heading {
	margin: 0;
	border-bottom: none;
}