/* 沿革（history.htm）のスタイル
---------------------------------------------*/
#tbl_history{
	text-align:left;
	float:left;
	margin-right:30px;
	width: 390px;
	}
	
#tbl_history table{
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width:100%;
	}
	
#tbl_history th{
	font-size:12px;
	font-weight: normal;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	width: 110px;
	padding: 5px;
	background-color:#f3f3f3;
	text-align: left;
	}

#tbl_history td{
	font-size:12px;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	padding: 5px;
	}

