@charset "utf-8";
/* CSS Document */
/* ヘッダー変更部分 */
#Navi02{background-position:-134px -45px; width:128px;}

#Common_TT{
	clear:both;
	background-image: url(../../images/usedcar/common_TT.png);
	height:40px;
	padding:0 0 0 85px;
	line-height:40px;
	font-size:14px;
	margin:10px 0 5px;
	color:#FFF;
}
#Common_TT span{
	font-size:11px;
	margin:0 3px 0 0;
}

#main_TT{
	background-image: url(../../images/usedcar/usedcar_search/main_TT.gif);
	background-repeat:no-repeat;
	height:33px;
	padding:0 0 0 25px;
	font-size:14px;
	color:#FFF;
	line-height:33px;
	margin:10px 0 0 0;
}
#back_area{
	background-image: url(../../images/usedcar/usedcar_search/back2.gif);
	background-repeat:repeat;
	margin:0;
	padding:10px;
	border-bottom-left-radius: 8px;  /* 左下 */
	border-bottom-right-radius: 8px; /* 右下 */	
	border-top-left-radius: 8px;  /* 左下 */
	border-top-right-radius: 8px; /* 右下 */	
	-webkit-border-bottom-left-radius: 8px;  /* 左下 */
	-webkit-border-bottom-right-radius: 8px; /* 右下 */
	-webkit-border-top-left-radius: 8px;  /* 左下 */
	-webkit-border-top-right-radius: 8px; /* 右下 */
	-moz-border-radius-bottomleft: 8px;  /* 左下 */
	-moz-border-radius-bottomright: 8px; /* 右下 */
	-moz-border-radius-topleft: 8px;  /* 左下 */
	-moz-border-radius-topright: 8px; /* 右下 */
}
#white_area{
	background:#FFF;
	padding:10px 15px;
	border-bottom-left-radius: 5px;  /* 左下 */
	border-bottom-right-radius: 5px; /* 右下 */	
	border-top-left-radius: 5px;  /* 左下 */
	border-top-right-radius: 5px; /* 右下 */
	-webkit-border-bottom-left-radius: 5px;  /* 左下 */
	-webkit-border-bottom-right-radius: 5px; /* 右下 */
	-webkit-border-top-left-radius: 5px;  /* 左下 */
	-webkit-border-top-right-radius: 5px; /* 右下 */
	-moz-border-radius-bottomleft: 5px;  /* 左下 */
	-moz-border-radius-bottomright: 5px; /* 右下 */
	-moz-border-radius-topleft: 5px;  /* 左下 */
	-moz-border-radius-topright: 5px; /* 右下 */
}
#white_area table {
	margin-left:15px;
}
#white_area th {
	text-align:left;
	width:70px;
	padding:3px 0 2px;
}
#white_area td {
}
#kensaku{
	background-image: url(../../images/usedcar/usedcar_search/zyoken_button.gif);
	background-repeat:no-repeat;
	width:182px;
	height:39px;
	float:right;
	background-position:0 0;
	margin:10px 0 0 0;
}
#clear{
	background-image: url(../../images/usedcar/usedcar_search/clear.gif);
	background-repeat:no-repeat;
	width:114px;
	height:35px;
	float:right;
	background-position:0 0;
	margin:12px 10px 0 0;

}


/*　中古車表示部分　*/
.page_area{
	margin-top:10px;
	clear:both;
	height:30px;
	line-height:30px;

}
#page_TT{
	width:300px;
	float:left;
	line-height:30px;
	padding-left:10px;

}
#page_TT span{
	font-size:18px;
	color:#ff9000;
	font-weight:bold;
}
.page_number{
	float:right;
	text-align:right;
	margin-right:5px;
}
.page{
	margin-left:8px;
}
.lb{
	border-left:1px solid #333;
	padding-left:5px;
}
.lc{
	border-right:1px solid #333;
	padding-right:5px;
}
#row{
	clear:both;
	border:1px solid #67b2ff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background:#d5f8fd;
	height:18px;
	line-height:18px;
	text-align:left;
	padding:0 10px;
	margin:0;
}
#row a{
	margin:0 5px;
}
#row_bold{
	font-weight:bold;
}
#row span{
	margin:0 3px;
}
#row_R{
	float:right;
	font-weight:bold;
}

/*　表　*/
#search_area{
	 width:100%;
	 cellpadding:0;
	 cellspacing:0;
	 border:1px solid #d0d4d7;
	 border-collapse:collapse;
	 margin:0 0 0 0;
}
#search_area th{
	background-image:url(../../images/usedcar/usedcar_search/table_back.png);
	background-repeat:repeat-x;
	height:44px;
	border:1px solid #d0d4d7;
	border-bottom:2px solid #333;
	border-collapse:collapse;
	color:#55575b;
	font-weight: normal;
}
#search_area td{
	border:1px solid #d0d4d7;
	text-align:center;
}
.w80p{width:80px;}
.w50{width:50px;}
.w80{width:80px;}
.w360{width:360px;}
.h130p{height:100px;}
.h100{height:80px;}
.h30p{height:20px;}

.car_img{
	border:1px solid #c3c3c3;
	width:120px;
	height:90px;
	float:left;
	margin:4px;
}
.car_txt{
	width:225px;
	float:right;
	text-align:left;
	margin:8px 0 0 0;
}
.car_name{
	font-size:12px;
	font-weight:normal;
}
.price_r{
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
}
.store{text-align:right; margin-right:5px;}
.b_g{ background:#f5f5f5;}

