/* CSS Document */

/* ŒÃ•¨‹–‰Â */
#antique{	
	text-align: left;
    width: auto;
	height: auto;
	line-height: 2.0;
	float: left
   }
#antique table{
   width: 520px;
   font-size: 100%;
   color: #666666;
   text-align: center;
   margin-bottom: 30px;
   border: 1px solid #CCCCCC;
   border-collapse: separate;
   border-spacing: 1px;
   }
#antique th {
   padding: 5px;
   border-right: 1px solid #CCCCCC;
   border-bottom: 1px solid #CCCCCC;
   background-color: #E1E2E6;
   }
#antique td {
   padding: 5px;
   border-right: 1px solid #CCCCCC;
   border-bottom: 1px solid #CCCCCC;
   background-color: #EFF2F3;
   }