@charset "utf-8";

table{
	border-top:1px dotted #333333;
	border-left:1px dotted #333333;
	border-collapse:collapse;
	background-color:#ffffff;
	width: 550px;
}

th{
	border-right:1px dotted #333333;
	border-bottom:1px dotted #333333;
	color:#333333;
	text-align:center;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFE1E1 left top;
}

td{
	border-right:1px dotted #333333;
	border-bottom:1px dotted #333333;
	vertical-align: top;
	padding: 5px;
	background: #FFFFF7;
}

#th1{
	width:265px;
}

#th2{
	
}

#td1{
	width:265px;
}

#td2{

}
