﻿/* つくし倭国伝 table css layout */

@charset "utf-8";

/*============================================
テーブル 資料集（年表）
============================================*/
.nenpyo {
	width:570px;				/*テーブル全体の幅*/
}

.nenpyo thead {
	text-align:center;				/* センター揃えにする*/
	background-color:#808000;			/*セルの背景色*/
	color:#FFFFFF;
	border-bottom:dotted #666666 1px;		/*セルのボーダー*/
}

.nenpyo tbody {
	background-color:#f0f4f4;			/*セルの背景色*/
	border-bottom:dotted #666666 1px;		/*セルのボーダー*/
}

.nenpyo tbody tr th {
	text-align: center;			/* センター揃えにする*/
}

.nenpyo tbody tr td {
	text-align: left;			/* 左ー揃えにする*/
}

.nen {
	width:50px;
}

.jikou {
}

.syutten {
	width:90px;
	text-align: center;				/* センター揃えにする*/
}

