@charset "utf-8";

/*
-------------------FontSizeReset-------------------
10px : 0.77em
11px : 0.85em
12px : 0.92em
13px : 1.0em
14px : 1.07em
15px : 1.14em
16px : 1.22em
17px : 1.29em
18px : 1.36em
19px : 1.44em
20px : 1.52em
21px : 1.59em
22px : 1.67em
23px : 1.74em
24px : 1.82em
25px : 1.89em
26px : 1.97em
-------------------//FontSizeReset-------------------
*/

/*==================================================

Style_Reset&Setting

==================================================*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	/*line-height: 1.0;*/
	*font-size: small;
	*font: x-small;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,form,dl,dt,dd {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 0.8em;
	font-size: 1.14em;
	line-height: 150%;
}

ol,ul,li{
	list-style: none;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

address {
	font-style: normal;
}

hr {
	display: none;
}

img {
	border: none;
	vertical-align: bottom;
}

li img {
	vertical-align: bottom;
}

/*==================================================

LayOut

==================================================*/

#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header {
	width: 900px;
	height: 130px;
}

#mainmenu {

}

#main_wrapper {
	width: 900px;
	/*\*/
	overflow: hidden;
	/**/
}

#mainarea {
	padding-left: 20px;
	width: 680px;
	float: right;
}

#subarea {
	width: 200px;
	float: left;
}

#footer {
	width: 900px;
	position: relative;
}

/*==================================================

#header

==================================================*/

#header {
	margin-bottom: 10px;
	background: url(http://www.carpartsweb.net/shared/img/header_bottom.jpg) no-repeat left bottom;
	position: relative;
}

#headertop {
	padding-top: 10px;
	background: url(http://www.carpartsweb.net/shared/img/header_top.gif) repeat-x left top;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 10px;
	left: 0;
}

#header h2 {
font-size: 85%;
position: absolute;
left: 0;
top: 30px;
z-index: 2;
}

#header h2 a {
display: block;
color: #666;
text-decoration: none;
padding: 69px 0 0 0;
}

#header h3 {
position: absolute;
color: #039;
right: 0;
top: 40px;
z-index: 3;
}

#logo {
	width: 130px;
	height: 64px;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 1;
}

#header .description {
font-size: 77%;
position: absolute;
top: 65px;
right: 0;
}

#header .navi {
	position: absolute;
	top: 38px;
	right: 0px;
	/*\*/
	overflow: hidden;
	/**/
}

#header .navi li {
	padding-left: 10px;
	float: left;
}

#header .navi li a {
	padding-left: 18px;
	background: url(http://www.carpartsweb.net/shared/img/bullet_4square.gif) no-repeat left center;
}

#header form {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#header form #search {
	width: 180px;
}

/*==================================================

#mainmenu

==================================================*/

#mainmenu {
	margin-bottom: 5px;
	padding: 0 10px;
	/*width: 878px;*/
	height: 40px;
	background: url(http://www.carpartsweb.net/shared/img/back_mainmenu.gif) repeat-x left top;
	border: 1px solid #0033FF;
	/*\*/
	overflow: hidden;
	/**/
}

#mainmenu li {
	margin-right: 5px;
	width: 110px;
	height: 40px;
	float: left;
}

#mainmenu li a,#mainmenu li span {
	width: 110px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	/*\*/
	overflow: hidden;
	/**/
}

#mainmenu li a:hover {
	background-position: bottom;
}

#mainmenu .auction a,#mainmenu .auction span {
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_auction.gif) no-repeat left top;
}

#mainmenu .merit a,#mainmenu .merit span {
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_merit.gif) no-repeat left top;
}

#mainmenu .search a,#mainmenu .search span {
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_search.gif) no-repeat left top;
}

#mainmenu .brand a,#mainmenu .brand span {
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_brand.gif) no-repeat left top;
}

#mainmenu .guide a,#mainmenu .guide span {
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_guide.gif) no-repeat left top;
}

#mainmenu .faq a,#mainmenu .faq span {
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_faq.gif) no-repeat left top;
}

/*==================================================

#topicpath

==================================================*/

#topicpath {
	margin-bottom: 5px;
	width: 900px;
	/*\*/
	overflow: hidden;
	/**/
}

#topicpath li {
	padding: 5px 12px 5px;
	font-size: 0.85em;
	line-height: 150%;
	background: url(http://www.carpartsweb.net/shared/img/bullet_blue.gif) no-repeat left 8px;
	float: left;
}

/*==================================================

#mainarea

==================================================*/

.entry {
	margin-bottom: 15px;
}

.entry h2 {
	margin-bottom: 1.0em;
	padding: 10px 0 10px 5px;
	font-size: 1.52em;
	font-weight: bold;
	color: #0099FF;
	background: url(http://www.carpartsweb.net/shared/img/back_heading.gif) no-repeat left bottom;
}

.entry h2 a {
	color: #0099FF;
	text-decoration: none;
}

#listbox {
	margin-bottom: 2em;
	padding: 10px 10px 0;
	border: 1px dotted #CCCCCC;
}

#listbox h3 {

}

#listbox  li {
	margin-bottom: 0.4em;
	padding-left: 14px;
	background: url(http://www.carpartsweb.net/shared/img/bullet_blue.gif) no-repeat left center;
}

.pager {
width: 100%;
position: relative;
/*\*/
overflow: hidden;
/**/
clear: both;
margin: 0 0 1em;
}

.pager ul {
position: relative;
left: 50%;
float: left;
margin: 0 0 0 -3px;
}

.pager li {
font-size: 85%;
position: relative;
margin: 0 0 0 3px;
left: -50%;
float: left;
background: #e0e0e0;
border: 1px solid #CCCCCC;
}

.pager a, .pager span {
display: block;
text-decoration: none;
padding: 3px 7px 2px;
}

.pager .current {
font-weight: bold;
background: #CF0000;
color: #FFFFFF;
}

/*==================================================

#subarea

==================================================*/

#subarea h3 {
	margin-bottom: 10px;
	padding: 5px 0 9px 30px;
	font-size: 1.07em;
	color: #FFFFFF;
}

#subarea #sub_partssearch{
	margin-bottom: 15px;
}

#subarea #sub_partssearch h3 {
	background: url(http://www.carpartsweb.net/shared/img/sub_partssearch.gif) no-repeat left top;
}

#subarea #sub_partssearch li {
	margin-bottom: 5px;
	height: 33px;
	background: url(shared/img/back_searchtitle.gif) repeat-x left top;
	display: block;
	border: 1px solid #CCCCCC;
}

#subarea #sub_partssearch li a {
	padding: 9px 0 9px 40px;
	height: 15px;
	font-size: 1.07em;
	color: #666666;
	background: url(shared/img/bullet_subtitle.gif) no-repeat 20px 12px;
	display: block;
}

#subarea #sub_partssearch li img {
	vertical-align: bottom;
}

#subarea #ranking h3 {
	background: url(http://www.carpartsweb.net/shared/img/sub_ranking.gif) no-repeat left top;	
}

#subarea #ranking li {
	margin-bottom: 8px;
}

#subarea #ranking li a {
	padding: 5px 0 5px 40px;
	width: 160px;
	height: 20px;
	display: block;
}

#subarea #ranking #ranking_no1 a {
	background: url(http://www.carpartsweb.net/shared/img/bullet_ranking1.gif) no-repeat left 0px;
}

#subarea #ranking #ranking_no2 a {
	background: url(http://www.carpartsweb.net/shared/img/bullet_ranking2.gif) no-repeat left 0px;
}

#subarea #ranking #ranking_no3 a {
	background: url(http://www.carpartsweb.net/shared/img/bullet_ranking3.gif) no-repeat left 0px;
}

#attention h3 {
	padding: 0;
	width: 200px;
	height: 31px;
}

/*==================================================

#footer

==================================================*/

#footer {
	background: url(http://www.carpartsweb.net/shared/img/footer_top.gif) repeat-x left top;
	/*\*/
	overflow: hidden;
	/**/
}

#footer h3 {
	font-size: 0.92em;
	color: #666666;
}

#footer h3 a {
	text-decoration: none;
}

#footer p {
	font-size: 0.92em;
	color: #666666;
}

#footer .navi {
	width: 133px;
	float: right;
}

#footer .link {
position: absolute;
top: 20px;
right: 100px;
font-size: 85%;
}

#footer .inner {
	padding: 10px 0 0 8px;
	float: left;
}

/*==================================================

search.php

==================================================*/
.search_result {
	width: 680px;
}
.search_result table.result_table {
	width: 100%;
	font-size: 1.14em;
	word-break:break-all;
	word-wrap:break-word;
	overflow: auto;
margin: 0 0 1em;
}

.search_result .result_table .firstChild {
	background: #FFCC00;
	color: #FFFFFF;
}

.search_result .result_table .firstChild th {
	padding: 3px 5px;
	white-space: nowrap;
}

.search_result .result_table td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px 5px;
}

.result_table .item_time,
.result_table .item_price,
.result_table .item_bids {
	white-space: nowrap;
}

.result_table .item_name {
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.result_table .item_name a {
	color: #0066CC;
}

.result_table .item_price {
	color: #CC0000;
	font-weight: bold;
}

.result_table .item_bids {
	text-align: center;
	color: #0066FF;
}

/*==================================================

home

==================================================*/

#home #mainarea h2 {
	border: 5px solid #999999;
}

.brandmore {
	padding-right: 10px;
	font-size: 1.07em;
	font-weight: bold;
	text-align: right;
	color: #666666;
}

#meritlist,#brandlist,#pickuplist {
	margin-bottom: 20px;
}

#meritlist {
	margin-left: -25px;
	width: 705px;
	/*\*/
	overflow: hidden;
	/**/
}

#meritlist h3 {
	margin-left: 25px;
}

#meritlist li {
	padding-left: 25px;
	width: 210px;
	height: 90px;
	float: left;
}

#brandlist {
	padding: 10px 0 0 0;
	width: 678px;
	border: 1px solid #CCCCCC;
}

#brandlist ul {
	width: 678px;
	/*\*/
	overflow: hidden;
	/**/
}

#brandlist li {
	padding-left: 20px;
	width: 80px;
	height: 90px;
	text-align: center;
	float: left;
}

#pickuplist {
	padding: 10px;
	margin: 0 0 1em 0;
	width: 658px;
	height: 600px;
	overflow: auto;
	border: 1px #CCCCCC solid;
}

#pickuplist dl {
	/*padding-left: 6px;*/
	width: 157px;
	height: 220px;
	float: left;
	margin: 0 0 1em;
}

#pickuplist dt {
	width: 130px;
	margin: 0 0 3px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	border: 1px #CCCCCC solid;
}

#pickuplist dd {
	width: 130px;
	font-size: 85%;
	margin: 0 0 3px;
}

#pickuplist dd a {
	color: #0000FF;
}

#pickuplist dd .current_price {
	color: #CC0000;
	font-weight: bold;
}

#pickuplist dd .current_bids {
	color: #0066FF;
}

/*==================================================

auction

==================================================*/

#auction #mainmenu .auction a:hover {
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_auction.gif) no-repeat left bottom;
}

/*==================================================

merit

==================================================*/

#merit #mainmenu .merit a:hover {
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_merit.gif) no-repeat left bottom;
}

/*==================================================

search

==================================================*/

.category_wrapper {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 680px;
	overflow: hidden;
}

#search #mainmenu .search a{
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_search.gif) no-repeat left bottom;
}

.categorylist {
	width: 340px;
	float: left;
}

#search .categorylist h3 {
	margin-bottom: 0.8em;
	padding: 15px 0 15px 65px;
	font-size: 1.82em;
}

#categorylist_parts h3 {
	background: url(http://www.carpartsweb.net/search/img/icon_parts.jpg) no-repeat left top;
}

#categorylist_etc h3 {
	background: url(http://www.carpartsweb.net/search/img/icon_etc.jpg) no-repeat left top;
}

#categorylist_car_navigation h3 {
	background: url(http://www.carpartsweb.net/search/img/icon_car_navigation.jpg) no-repeat left top;
}

#categorylist_car_audio h3 {
	background: url(http://www.carpartsweb.net/search/img/icon_car_audio.jpg) no-repeat left top;
}

#categorylist_accessory h3 {
	background: url(http://www.carpartsweb.net/search/img/icon_accessory.jpg) no-repeat left top;
}

#categorylist_safety h3 {
	background: url(http://www.carpartsweb.net/search/img/icon_safety.jpg) no-repeat left top;
}

#categorylist_security h3 {
	background: url(http://www.carpartsweb.net/search/img/icon_security.jpg) no-repeat left top;
}

#categorylist_maintenance h3 {
	background: url(http://www.carpartsweb.net/search/img/icon_maintenance.jpg) no-repeat left top;
}

.categorylist .categorytree {
	width: 340px;
	/*\*/
	overflow: hidden;
	/**/
}

.categorylist li {
	margin-bottom: 10px;
	padding-left: 5px;
	/*
	display: inline;
	float: left;
	*/
}

.categorylist li span {
	margin-bottom: 10px;
	display: block;
}

.categorylist li a {
	padding-left: 15px;
	background: url(shared/img/bullet_4square.gif) no-repeat left center;
}

.categorylist li ul li a {
	padding-left: 10px;
	background: url(shared/img/bullet_blue.gif) no-repeat left center;
}

.categorylist li ul li ul li a {
	padding-left: 6px;
	background: url(shared/img/bullet_small.gif) no-repeat left center;
}

/*==================================================

brand

==================================================*/

#brand #mainmenu .brand a {
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_brand.gif) no-repeat left bottom;
}

#brand .categorylist h3 {
	margin-bottom: 0.8em;
	padding: 12px 0 12px 65px;
	font-size: 1.82em;
}

#categorylist_bmw h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_bmw.jpg) no-repeat left top;
}

#categorylist_isuzu h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_isuzu.jpg) no-repeat left top;
}

#categorylist_audi h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_audi.jpg) no-repeat left top;
}

#categorylist_alfaromeo h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_alfaromeo.jpg) no-repeat left top;
}

#categorylist_opel h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_opel.jpg) no-repeat left top;
}

#categorylist_chrysler h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_chrysler.jpg) no-repeat left top;
}

#categorylist_citroen h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_citroen.jpg) no-repeat left top;
}

#categorylist_chevrolet h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_chevrolet.jpg) no-repeat left top;
}

#categorylist_jaguar h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_jaguar.jpg) no-repeat left top;
}

#categorylist_suzuki h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_suzuki.jpg) no-repeat left top;
}

#categorylist_subaru h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_subaru.jpg) no-repeat left top;
}

#categorylist_daihatsu h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_daihatsu.jpg) no-repeat left top;
}

#categorylist_toyota h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_toyota.jpg) no-repeat left top;
}

#categorylist_fiat h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_fiat.jpg) no-repeat left top;
}

#categorylist_ford h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_ford.jpg) no-repeat left top;
}

#categorylist_volkswagen h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_volkswagen.jpg) no-repeat left top;
}

#categorylist_peugeot h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_peugeot.jpg) no-repeat left top;
}

#categorylist_honda h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_honda.jpg) no-repeat left top;
}

#categorylist_volvo h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_volvo.jpg) no-repeat left top;
}

#categorylist_porsche h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_porsche.jpg) no-repeat left top;
}

#categorylist_matsuda h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_matsuda.jpg) no-repeat left top;
}

#categorylist_mini h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_mini.jpg) no-repeat left top;
}

#categorylist_mercedesbenz h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_mercedesbenz.jpg) no-repeat left top;
}

#categorylist_renault h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_renault.jpg) no-repeat left top;
}

#categorylist_lexus h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_lexus.jpg) no-repeat left top;
}

#categorylist_mitsubishi h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_mitsubishi.jpg) no-repeat left top;
}

#categorylist_nissan h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_nissan.jpg) no-repeat left top;
}

#categorylist_lancia h3 {
	background: url(http://www.carpartsweb.net/shared/img/brand_icon_lancia.jpg) no-repeat left top;
}

.categorylist ul {
	width: 340px;
	/*\*/
	overflow: hidden;
	/**/
}

.categorylist li {
	padding-left: 5px;
	/*float: left;*/
}

.categorylist li a {
	padding-left: 15px;
	background: url(shared/img/bullet_4square.gif) no-repeat left center;
}

.categorylist li ul li a {
	padding-left: 10px;
	background: url(shared/img/bullet_blue.gif) no-repeat left center;
}

.categorylist li ul li ul li a {
	padding-left: 6px;
	background: url(shared/img/bullet_small.gif) no-repeat left center;
}

/*==================================================

guide

==================================================*/

#guide #mainmenu .guide a {
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_guide.gif) no-repeat left bottom;
}

#guide .entry h3 {
	margin-bottom:  15px;
	padding: 0;
	border-left: none;
}

#guide .entry_body {
	padding: 0 0 50px 110px;
	width: 570px;
	background: url(http://www.carpartsweb.net/guide/img/guide_arrow.jpg) no-repeat left top;
}

/*==================================================

faq

==================================================*/

#faq #mainmenu .faq a {
	background: url(http://www.carpartsweb.net/shared/img/mainmenu_faq.gif) no-repeat left bottom;
}

#faq .faqlist h3 {
	padding: 6px 0 6px 15px;
	width: 663px;
	height: 28px;
	font-size: 1.22em;
	color: #003399;
	background: url(http://www.carpartsweb.net/faq/img/back_heading_faq.gif) repeat-x left top;
	border: 1px solid #CCCCCC;
}

#faq .faqlist h3 a {
	color: #003399;
	text-decoration: none;
}

/*==================================================

link

==================================================*/

#link .entry h3 {
	font-size: 114%;
	margin: 0px 0px 0.5em 0px;
	padding: 1px 0px 1px 5px;
	line-height: 130%;
	color: #FF6600;
	border-left: #FF6600 3px solid;
}

/*登録サイトリスト*/

table.link_site {
	width: 680px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #666666;
}

table.link_site th {
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #666666;
}

table.link_site td {
	padding: 5px;
	border: 1px solid #666666;
}

/*登録フォーム*/

table.regist_form {
	margin: 10px auto;
	width: 680px;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}

table.regist_form td, table.regist_form th {
	padding: 5px;
	border: 1px solid #666666;
}

table.regist_form td.title, table.regist_form th.title {
	font-weight:bold;
}

#site_name, #site_url, #site_caption, #site_linkpage_url {
	width: 300px;
}

/*修正フォーム*/

table.edit_form {
	width: 570px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}

table.edit_form th {
	padding: 10px 5px;
	border: 1px solid #666666;
}

table.edit_form td {
	padding: 10px 5px;
	border: 1px solid #666666;
}

table.edit_form td.title {
	font-weight:bold;
}

.link_detail {
	margin-bottom: 2em;
	padding: 10px 10px 0 10px;
	border: 1px solid #CCCCCC;
}

.link_detail h4 {
	padding-left: 18px;
	background: url(http://www.carpartsweb.net/shared/img/bullet_4square.gif) no-repeat left center;
}

#link #subarea #siteadd,#link #subarea #linkcategory {
	margin-bottom: 15px
}

#link #subarea #siteadd h3,#link #subarea #linkcategory h3 {
	background: url(http://www.carpartsweb.net/shared/img/sub_partssearch.gif) no-repeat left top;
}

#link #subarea #siteadd li,#link #subarea #linkcategory li {
	padding: 0 10px 5px;
	line-height: 150%;
	background: url(http://www.carpartsweb.net/shared/img/bullet_blue.gif) no-repeat left 8px;
}

