/* CSS Document */

table {
	table-layout: fixed;
	width: 530px;
	border-collapse: separate;
	border-spacing: 0px;
	}

td {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	font-size: 12px;
	line-height: 130%;
	font-family: Verdana, Helvetica, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-selif;
	vertical-align: top;
	}

.tableheadingBacknumber01 {
	width: 40px;
	padding-top: 7px;
	border: 1px solid #fff;
	background: #eee;
	color: #cc6666;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	}

.tableheadingBacknumber02 {
	width: 60px;
	padding-top: 7px;
	border: 1px solid #fff;
	background: #eee;
	color: #cc6666;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	}

.tableheadingBacknumber03 {
	padding-top: 7px;
	border: 1px solid #fff;
	background: #eee;
	color: #cc6666;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	}

.tablecellBackmunber01 {
	width: 40px;
	padding-top: 7px;
	border-right: 1px dashed #ddd;
	text-align: right;
	white-space: nowrap;
	}

.tablecellBackmunber02 {
	width: 60px;
	padding-top: 7px;
	border-right: 1px dashed #ddd;
	text-align: center;
	white-space: nowrap;
	}

.tablecellBackmunber03 {
	padding-top: 7px;
	text-align: left;
	}