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

@charset "utf-8";

/*============================================
テーブル 参考文献
============================================*/
.hyou {
	width:570px;				/*テーブル全体の幅*/
}

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

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

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

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

.itigyo {
	width:240px;
}

.nigyo {
}

.sangyo {
	width:160px;
}

