@CHARSET "UTF-8";
/* 直接編集はしないこと */

/* 文字の操作 */
.cnt {
	text-align: center;
}
.left {
	text-align: left;
}
.rgt {
	text-align: right;
}

/* 文字の飾り等 */
.c-red {
	color: red;
}

.TypeCd ,
.TypePrice ,
.TypePiece ,
.TypeDate {
	width: 8em;
}

.TypeCd ,
.TypePrice ,
.TypePiece {
	text-align: right;
}

TypePiece {
	ime-mode:disabled;
}

.pointer {
	cursor: pointer;
}

.hov:hover {
	background-color: #ccc;
}

.gray {
	color: #999;
}


