@charset 'utf-8';
/*----------------------------------------------------ヒストリページ用CSS*/
#body #body_a h2 {
	width: 250px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../img/title_07.gif) no-repeat;
}
#body #body_a h2 span {
	display: none;
}
#body #body_a fieldset {
	text-align: center;
	background: #000000;
	padding: 10px;
}
#body #body_a fieldset,
#body #body_a fieldset select,
#body #body_a fieldset input {
	font: bold 11px Arial, sans-serif;
}
#body #body_a fieldset span,
#body #body_a fieldset input {
	margin-left: 10px;
}

#body #body_a #table_area {
	text-align: center;
}
#body #body_a table {
	width: 97%;
	margin: 0 auto;
	padding: 0;
	font: 10px Tahoma,sans-serif;
	border-spacing: 0px;
	border-collapse: collapse;
	background: #000000;
	border: 2px solid #666666;
}
#body #body_a tr,
#body #body_a td {
	color: white;
	border: 1px solid #444444;
	text-align: center;
}
#body #body_a #table_title td {
	color: #996666;
	background: #330000;
	border-bottom: 1px solid #666666;
}
#body #body_a td {
	padding: 4px 0;
}
td.shows {
	width: 30px;
}
td.date {
	width: 55px;
}
td.state {
	width: 45px;
}

