﻿/*************************
各ページ別のスタイルシート
kyujin.html用
*************************/

div.top_text {
	width: 500px;
	text-align: left
}

div.bottom_text {
	width: 500px;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: gray;
	text-align:c enter
}

.color_red {
	color: #FF0000;
}

.kyujin_table {
	width: 500px;
	background-color: #FFFFFF;
}

.table_title {
	width: 150px;
	text-align:right;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: gray;
	background-color: #FFFFFF
}

.table_text {
	width:350px;
	text-align:left;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: gray;
	background-color: #E4E4E4
}

.ninshou {
	border-width: 0;
	background-color: #555555
}

.ninshou_cell {
	background-color: #FFFFFF
}