.width-384 {
	width: 384px;
}
.width-257 {
	width: 257px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.margin-top-5 {
	margin: 5px 0 0 0;
}
.margin-top-10 {
	margin: 10px 0 0 0;
}
.margin-top-15 {
	margin: 15px 0 0 0;
}
.margin-top-20 {
	margin: 20px 0 0 0;
}

.height-40 {
	height: 40px;
}
.height-10 {
	height: 10px;
	line-height: 0.1em;
	font-size: 1px;
}
.height-1 {
	height: 1px;
	line-height: 0.1em;
	font-size: 1px;
}
div.bg-black {
	background: #000;
}

.padding-5 {
	padding: 5px 0 0 5px;
}

.width-135 {
	width: 135px;
}
.width-139 {
	width: 139px;
}

.mr20{
padding:0 20px 0 0;
}

.ml20{
	padding:0 0 0 20px;
}

#table .tabletext {padding-right: 2px; padding-left: 2px; padding-top: 1px; padding-bottom: 1px; color:#323232;}
#table .data_table{
	margin:0 0 0 20px;
	padding:0;
	color:#323232;
}
#table table,#table tr,#table td,#table th{
	margin:0;
}
#table th,#table td {
font-weight:inherit;
vertical-align:middle;
}
#table .torikumi{
float:right;
}
#table .h22{
height:27px;
}
#table .mt20{
margin-top:20px;

}