td {
	vertical-align: top;
}
.back_orange {
	background: #FF9966;
	padding: 5px;
	color: #fff;
}
.case {
	clear: both;
}

.case .left {
	float: left;
	width: 180px;
	text-align: center;
	font-size: 10px;
	color: #666;
	padding-bottom: 10px;
}
.case .right {
	float: right;
	width: 480px;
	line-height: 1.3em;
	text-align: left;
}
.right table {
	border-top: 1px solid #999;
}

.right td {
	padding:3px;
	border-bottom: 1px solid #999;
}
.border { background: #FDF7CB; 
}

.clear { clear: both; }
