/*全体*/
body
{
	text-align:center;
}

/*テーブル*/
.tbl_tokei
{
	table-layout:fixed;
	border-collapse: collapse;
	border-style:solid;
	border-width:1px;
	border-color:black;
}

/*テーブルセル*/
td
{
	border-style:solid;
	border-color:black;
	border-width:1px;
}
.table_head_cell
{
	text-align:left;
	white-space:nowrap;
	background-color:#FFFFBB;
	font-weight:bold;
}
.table_result_cell
{
	text-align:right;
	white-space:nowrap;
}

/*ボタン*/
.button1
{
	width:60px;
	height:24px;
	font-size:11pt;
}

