@charset "UTF-8";

.about_table {
	text-align:center;
}
.about_table table {
	border-collapse:collapse;
	text-align:left;
	margin:0 auto;
	width:480px;
}
.about_table table tbody {}
.about_table table tbody tr {}

.about_table table tbody tr th,
.about_table table tbody tr td {
	padding:8px 4px;
	border:1px solid #cccccc;
	font-weight:normal;
}

.about_table table tbody tr th {
	background-color:#efefef;
	font-size:85%;
}
.about_table table thead {}
.about_table table thead tr {}
.about_table table thead tr th {
	font-size:110%;
	font-weight:bold;
	text-align:left;
	margin:0 0 4px 0;
	padding:4px 0 4px 16px;
	border-left:6px solid #B22222;
}
.about_table table thead tr th.space {
	height:4px;
	padding:0;
	margin:0;
	border:none;
}
