/* 沿革ぺージ専用のCSS（メイン内） */


/* メイン */
#main{

}

/* 日付列 */
#date{
	padding-bottom:20px;		/* 内余白（下） */
	width:182px;				/* 幅 */
	font-size:75%;				/* 文字サイズ */
	text-align:center;			/* 行揃え */
}

/* メモ列 */
#memo{
	padding-bottom:20px;		/* 内余白（下） */
	width:316px;				/* 幅 */
	font-size:75%;				/* 文字サイズ */
	text-align:left;			/* 行揃え */
	line-height:140%;			/* 行間調節 */
}
