/* CSS Document */
table.d_Range{
	border: 1px solid #DCB1B2;
	border-collapse: collapse;
	width:100%;
	margin:0px 0px 30px 0px;
}
	
table.d_Range tr th{
	height:28px;
	font-weight:normal;
	padding:20px 0px 20px 0px;
	background-image: url(/img/company/line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DCB1B2;
	border-bottom-color: #DCB1B2;
	border-left-color: #DCB1B2;
	color:#B45659;
	line-height:28px;
}

table.d_Range tr td{
	height:28px;
	padding:20px 20px 20px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCB1B2;
	border-right-color: #DCB1B2;
	border-bottom-color: #DCB1B2;
	line-height:28px;
}
.d_Rangeleft{width:35%;
	text-align:center;
}
.d_Rangeright{width:65%;
	text-align:left;
}
.left{
	width:210px;
	padding:60px 60px 0px 0px;
	margin:0;
	float:left;
}
.right{
	width:420px;
	padding:0;
	margin:0;
	float:left;
}
