@charset "utf-8";
/* CSS Document */

#line-2 { margin-top:40px; }
#history,
#about { width:450px; }
#history { float:left; }
#about { float:right; }

#history-list,
#history-list > dl,
#history-list > dl > dt,
#history-list > dl > dd,
#about,
#about-list > dl,
#about-list > dl > dt,
#about-list > dl > dd {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
#history-list,
#about-list { display: table; border-top:1px #CCCCCC solid; }
#history-list > dl,
#about-list > dl { display: table-row; border-bottom:1px #CCCCCC solid; }
#history-list > dl > dt,
#history-list > dl > dd,
#about-list > dl > dt,
#about-list > dl > dd { display: table-cell; padding:10px 6px; }
#history-list > dl > dt,
#about-list > dl > dt { font-weight:bold; width:80px; }