@charset "utf-8";
@import "box.css";

/*---------------------------初期化--------------------------*/
body, form, fieldset {
	margin:0;
	padding:0;
}

fieldset {
	border:none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd {
	margin:0;
	padding:0;
}

blockquote, li, dt, dd {
	margin-left:1em;
}

li{
	list-style:none;
}

input, textarea {
	font-size:1em;
}

img {
	border:0;
}


/*---------------------------サイト全体設定--------------------------*/
body {
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
}

table {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

a {
	color: #0000FF;
	text-decoration:none;
}

a:hover {
	color: #ff9900;
}

ul {
	list-style:none;
	margin:10px 0 0 -30px;
}

li {
	text-decoration:none;
}

h1 {
	height:20px;
	font-size:12px;
	font-weight:bold;
	background:#000;
	color:#FFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	padding:0;
	margin:0;
}

h3 {
	padding:0;
	margin:0;
}

#clear_both {
	clear:both;
}


/* CSS Document */

#search_shop_box {
	background:url(/home/shop_search_back_head.png) no-repeat;
	padding:3px 5px 5px 5px ;
}

#search_category_box {
	text-align:left;
	background:url(/home/shop_search_back.png) repeat-y;
	padding:0 5px 5px 5px ;
}

#search_shop_box_bottom {
	background:url(/home/shop_search_back_bottom.png) no-repeat;
	height:20px;
}

#search_hit_num_box {
	text-align:left;
	border-top:1px solid #999;
}

#search_backlink {
	text-align:left;
	border-bottom:1px solid #999;
}

#search_maker_box {
	padding:10px;
}



#search_page_num_box {
	text-align:right;
	margin:5px 0 5px 0;
}

#search_list_box {
	background:#FFF;
}
	

#shop_area {
	background:url(/img/parts/left_side_back.png);
	padding:5px;
}

#shop_detail_accessinfo {
	font-size:9px;
	color:#333;
	line-height:11px;
	padding:3px;
	border:2px solid #999;
	margin:5px 0 5px 0;
}

#white_box_head_wide {
	background:url(/search_car/white_head_wide.png) no-repeat;
	height:5px;
}
#white_box_title_wide {
	background:url(/search_car/white_back_wide.png) repeat-y;
	padding:1px 10px 2px 10px;
	position:relative;
	top:0px;
	left:0px;
	vertical-align:middle;
}
#white_box_bride_wide {
	background:url(/search_car/white_bride_wide.png) no-repeat;
	height:21px;
}
#white_box_wide {
	background:url(/search_car/white_back_wide.png) repeat-y;
	padding:10px;
	text-align:left;
}
#white_box_bottom_wide {
	background:url(/search_car/white_bottom_wide.png) no-repeat;
	height:5px;
}
.white_back_search_top{
	background:url(white_back_wide.png);
}

/* メーカー一覧 */
#search_car_title {
	font-size:14px;
	color:#C00;
	font-weight:bold;
	border-bottom:1px solid #999;
	margin-bottom:15px;
}
#title_country {
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}

/* 車種一覧 */
ul {
	list-style-type:circle;
}

li {
	display:block;
	width:50%;
	float:left;
	list-style-type:circle;
}


/* 検索結果用のテーブル */
.list_head_01 { /* TR:INDEX用 */
	background:#E6E696;
	line-height:14px;
}

.list_tr_01 {
	background:#FAFAC8;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	line-height:14px;
}
/*.list_tr_01:hover {
	background:#E7FCCD;
}*/

.list_tr_02 {
	background:#FFFFFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	line-height:14px;
}
/*.list_tr_02:hover {
	background:#E7FCCD;
}*/

.list_boxC_01{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	text-align:center;
}

.list_boxO_01{
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	text-align:center;
}

.list_boxL_01{
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	text-align:center;
}

.list_boxU_01{
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	text-align:center;
}

.list_center {
	text-align:center;
}

.list_price {
	color:#D00;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}

.list_left {
	text-align:left;
}

.list_left a {
	font-weight:bold;
}

#lastupdate {
	text-align:right;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
}
















