@charset "UTF-8";
/* CSS Document */

#used_area {
	width: 610px;
	height: 440px;
	}

#used_list {
	width: 588px;
	margin: 5px 0 0 0;
	height: 200px;
	border-bottom: #FFFFFF dotted 1px;
	}
	
#used_list2 {
	width: 588px;
	margin: 5px 0 0 0;
	height: 270px;
	border-bottom: #FFFFFF dotted 1px;
	}
	
#used_image {
	width: 265px;
	margin: 0 0 5px 0;
	float: left;
	}
	
#used_detail {
	width: 310px;
	float: right;
	}
	
#used_image img {
	padding: 1px;
	border: #CCCCCC solid 1px;
	margin: 0 0 0 8px;
	background-color: #666666;
	}
	
#used_image_list {
	width: 310px;
	height: 70px;
	}

#used_image_list img {
	padding: 1px;
	border: #CCCCCC solid 1px;
	margin: 0 0 0 8px;
	background-color: #666666;
	}

#used_text {
	width: 310px;
	margin: 0 0 5px 0;
	height: 60px;
	}
	
#used_text2 {
	width: 310px;
	margin: 0 0 5px 0;
	height: 130px;
	}
	
#used_name {
	width: 310px;
	font-size: 16px;
	border-bottom:#FFFFFF dotted 1px;
	margin: 0 0 5px 0;
	}
	
#used_name a:link {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#used_name a:hover {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#used_name a:active {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#used_name a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#used_price {
	width: 310px;
	font-size: 22px;
	color:#990000;
	text-align: right;
	font-weight: bolder;
	margin: 0 0 5px 0;
	}
	
.tax {
	font-size: 12px;
	color:#990000;
	}
	
#used_info {
	width: 588px;
	margin: 0 0 10px 0;
	border-bottom: #FFFFFF solid 1px;
	padding: 0 0 10px 0;
	font-size: 14px;
	}
