/*---------------default---------------*/
body {
	margin: 0px;
	font-size: 90%;
	_font-size: 80%;
	font-family :'Verdana', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',  san-serif;
	background: url("../css_images/back_carbon.gif");

}

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
}

img {
	border: 0px;
}

div.clear {
	clear: both;
}



h2 {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-top: 40px;
}

h3.main_tit {
	color: #fff;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	font-size: 14px;
	padding-bottom: 5px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}


/*----------text-decolation----------*/
span.si_l {
	font-size: 21px;
}

span.si_m {
	font-size: 16px;
}

span.si_s {
	font-size: 11px;
}

span.co_r {
	color: red;
}

span.co_b {
	color: blue;
}

span.co_y {
	color: yellow;
}

span.co_g {
	color: green;
}

span.co_pi {
	color: pink;
}

span.co_pu {
	color: purple;
}

span.st_b {
	font-weight: bold;
}

span.st_i {
	font-style: italic;
}



/*---------------h3---------------*/
h3.newinfo {
	font-size: 0px;
	text-indent: -9999px;
	background: url("../css_images/newinfo.gif");
	height: 32px;
	margin-bottom: 5px;
}

h3.ranking {
	font-size: 0px;
	text-indent: -9999px;
	background: url("../css_images/ranking_tit.gif");
	height: 32px;
	margin-bottom: 5px;
}


/*---------------text-link---------------*/

a:link {
	color: #FF3300;
	text-decoration: none;
}

a:visited {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	color: #ffff00;
	text-decoration: underline;
}



/*---------------layout---------------*/

#wrapper {
	width: 840px;
	margin: 0px auto;
	background: #000;

}

#coutainer {
	width: 800px;
	margin: 0px auto;
	padding-bottom: 20px;
	
}

#mainnavi {
	float: left;
	background: #e5e5e5;
	width: 800px;
	margin-bottom: 15px;
	border-bottom: 1px solid #222;
}

#contents {
	float: left;
	width: 800px;
	margin-bottom: 30px;
}

#pan {
	color: #666;
	background: url("../css_images/slash_dark.gif");
	padding: 5px;
	margin-bottom: 10px;
}
	

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

#main {
	float: right;
	width: 580px;
}

#main600 {
	clear: both;
	margin: 0px auto;
	width: 600px;
}

#footer {
	clear: both;
	text-align: center;

}

#footer p.footer_link {
	margin-bottom: 30px;
	background: url("../css_images/slash_dark.gif");
	padding: 5px;
	font-size: 14px;
}

/*---------------banner---------------*/
#banner {
	width: 800px;
	height: 150px;
	background: url("../css_images/header_back.jpg") no-repeat;

}

#banner h1 {

}

#banner p {

}

#banner a.logo {
	display: block;
	width: 370px;
	height: 55px;
	position: relative;
	top: 30px;
	left: 210px;
	text-indent: -9999px;
}


/*---------------mainimg---------------*/

#mainimg {
	width: 800px;
	height: 200px;
	clear: both;

}


/*---------------mainnavi---------------*/

#mainnavi	{
	background: url("../css_images/mainnavi.jpg") repeat-x;
}

#mainnavi a	{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	_padding: 10px;
	font-size: 14px;
	border-right: 1px solid #222;
	background: url("../css_images/mainnavi.jpg") repeat-x;
}

#mainnavi a:hover	{
	background: url("../css_images/mainnavi_onmouse.jpg") repeat-x;
}
	

#mainnavi li {
	float: left;
}

/*---------------side---------------*/

#shop_info img {

}

#shop_info p {
	color: #fff;
	font-size: 90%;
	line-height: 170%;
	_line-height: 190%;
	margin-top: 10px;
}

#side_cate div.cate_tit {
	background: url("../css_images/cate_tit.gif") no-repeat;
	height: 37px;
}

#side_cate div.cate_tit_btm {
	background: url("../css_images/cate_tit_btm.gif") no-repeat;
	height: 37px;
}

#side_cate ul {
	margin: 0px;
	padding: 0px;
}

#side_cate a {
	background: url("../css_images/cate_list_back.gif") no-repeat;
	display: block;
	height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
	text-decoration: none;
}

#side_cate a {
	font-weight: bold;
		color: #fff;
}

#side_cate a:hover {
	background: url("../css_images/cate_list_back_hov.gif") no-repeat;
	color: #fff;
}

#shop_banner {
	margin: 20px 0px;
}

#shop_banner img{
	margin-bottom: 10px;
}


/*---------------footer---------------*/
#footer {
	font-size: 90%;
	color: #fff;
}


/*---------------main_index---------------*/

/*info*/
#info_list {
	color: #fff;
}


#info_list ul{
	margin-bottom: 20px;
}

#info_list li{
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px;
	color: #e4ff00;
}

#info_list div.new{
	width: 30px;
	border: 1px solid #fff;
}



#info_list span{
	margin-right: 15px;
}

#info_list form.sort {
	padding: 15px 0px;
	_padding: 0px;
}

#info_list a.new_zaiko_msg {
	display: block;
	padding: 5px;
	border: 1px solid #ff0099;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#info_list a.new_zaiko_msg:hover {
	background: #cc0099;
	color: #fff;
}

/*new_car_tbl*/
#new_car_list {
	color: #fff;
}


/*ranking*/
#ranking {
	width: 580px;
}

/*#king_rank {
	float: left;
	width: 280px;
}*/

#garer_rank {
	width: 580px;
}

#new_car_list div.newcar_box_1 {
	width: 580px;
	height: 220px;
	background: url("../css_images/rank_1_back.gif") no-repeat;
	margin-bottom: 15px;
}

#new_car_list div.newcar_box_2 {
	float: left;
	width: 280px;
	height: 220px;
	background: url("../css_images/rank_2_back.gif") no-repeat;
	margin-bottom: 15px;
}


#new_car_list div.newcar_box_3 {
	width: 280px;
	height: 220px;
	background: url("../css_images/rank_3_back.gif") no-repeat;
	margin-bottom: 15px;
	margin-left: 300px;
	_margin-left: 297px;
}

#new_car_list div.newcar_box_4 {
	float: left;
	width: 280px;
	height: 220px;
	background: url("../css_images/rank_4_back.gif") no-repeat;
	margin-bottom: 15px;
}

#new_car_list div.newcar_box_5 {
	width: 280px;
	height: 220px;
	background: url("../css_images/rank_5_back.gif") no-repeat;
	margin-bottom: 15px;
	margin-left: 300px;
	_margin-left: 297px;
}


#new_car_list div.rankbox {
	padding: 12px;
	padding-left: 80px;
}

#new_car_list div.rankbox p.carname {
	font-size: 14px;
}
#new_car_list div.rankbox2 p.carname {
	font-size: 14px;
}

#new_car_list div.rankbox a.imglink{
	display: block;
	float: left;
	background: url("../css_images/hover_line_dark.gif");
	padding: 5px;
	width: 180px;
	margin: 5px 0px;
	margin-right: 10px;
}

#new_car_list div.rankbox a.imglink:hover{
	display: block;
	background: url("../css_images/hover_line.gif");
}

#new_car_list div.rankbox2 {
	padding: 12px;
}


#new_car_list div.rankbox2 a.imglink2{
	display: block;
	background: url("../css_images/hover_line_dark.gif");
	padding: 5px;
	width: 120px;
	margin: 0px auto;
	margin-bottom: 5px;
}


#new_car_list div.rankbox2 a.imglink2:hover{
	display: block;
	background: url("../css_images/hover_line.gif");
}


#new_car_list p.price {
	font-size: 18px;
	text-align: right;
	color: #e4ff00;
	font-weight: bold;
}





/*---------------main_topics---------------*/
#topics {
	overflow: visible;
	width: 100px;
	height: auto;
}

#topics h4 {
	color: #E4FF00;
	font-size: 14px;
	background: #333;
	padding: 5px;
}

#topics img {
	border: 1px solid #222;
}

#topics p {
	color: #fff;
	padding: 10px;
	line-height: 170%;
	border: 1px solid #333;
}


/*---------------main_about---------------*/
#about {

}

#about table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}


#about table td,
#about table th {
	color: #fff;
	border: 1px solid #333;
	padding: 8px;
}

#about table th {
	font-weight: normal;
	background: #161616;
	color: #666;
}

#about table span{
	font-size: 90%;
	color: #666;
}


/*---------------zaiko_list---------------*/
#zaiko_list {

}

#zaiko_list p.message {
	color: #fff;
	border: 1px solid #FF0099;
	padding: 10px;
	background: #000;
}

#zaiko_list p.paging {
	text-align: center;
	padding: 15px 0px;
}

/*-----------20090612追加、各ショップ在庫確認画面ために begin-----*/
#zaiko_list p.message4 {
	color: #fff;
	border: none;
	padding: 10px;
	background: #000;
}
/*-----------20090612追加、end-----*/


#zaiko_list form.sort {
	margin: 0px;
	margin-bottom: 10px;
}

#zaiko_list table {
	margin-bottom: 10px;
	background: #161616;
}

#zaiko_list table td{
	border: 1px solid #333;
	padding: 3px;
	padding-left: 8px;
	color: #fff;
}


#zaiko_list table td.imgtd {
	padding: 0px;
}

#zaiko_list table td.imgtd img{
	border: 1px solid #222;
}

#zaiko_list table td.imgtd a{
	display: block;
	background: url("../css_images/hover_line_dark.gif");
	padding: 5px;
}

#zaiko_list table td.imgtd a:hover{
	display: block;
	background: url("../css_images/hover_line.gif");
	padding: 5px;
}

#zaiko_list table td.price {
	text-align: center;
	color: #E4FF00;
	font-size: 16px;
	font-weight: bold;
}


/*---------------main_zaiko_stock---------------*/
#zaiko_stock {

}

#zaiko_stock table.img_tbl {
	border: 1px solid #333;
	margin-top: 10px;
}

#zaiko_stock table.img_tbl td.header_td{
	font-size: 14px;
	color: #E4FF00;
	background: #161616;
	padding: 10px 5px;
}

#zaiko_stock table.img_tbl td.price_td{
	color: #990000;
	padding-top: 10px;
	text-align: center;
	background: url("../css_images/price_back.jpg") no-repeat;	
	/*_background: url("../css_images/price_back_ie.jpg") no-repeat;	*/
}

#zaiko_stock table.spec_tbl {
	width: 100%;
	background: #161616;
}

#zaiko_stock table.spec_tbl p.spec{
	line-height: 170%;
	_line-height: 180%;
}

#zaiko_stock table.spec_tbl td{
	color: #fff;
	border: 1px solid #333;
	padding: 5px;
}



#zaiko_stock table.spec_tbl td.price_td{
	text-align: right;
	color: #E4FF00;
	font-size: 16px;
	font-weight: bold;
}

#zaiko_stock p.contact_link {
	color: #fff;
	text-align: center;
	border: 1px solid #FF0099;
	background: #000;
	padding: 5px;
}


#option_tbl table {
	width: 601px;
	_width: 597px;
	margin-bottom: 10px;
}

#option_tbl th{
	color: #fff;
	width: 150px;
	background: #161616;
	text-align: left;
	font-weight: normal;
	border: 1px solid #333;
	padding: 5px;
}

#option_tbl td{
	color: #fff;
	border: 1px solid #333;
	padding: 5px;
}

#option_tbl td.tit{
	color: #fff;
	border: 1px solid #333;
	padding: 5px;
	background: #333;
}

#zaiko_stock h3.stockpage_tit {
	background: none;
	border: none;
	padding: 0px;
	
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #999;
}

#option_tbl h4 {
	font-size: 13px;
	color: #fff;
}

#option_tbl p{
	font-size: 11px;
	text-align: right;
	margin-bottom: 10px;
}


/*---------------main_contact_form---------------*/
#contact_form {
	width: 90%;
	margin: 0px auto;
}

#contact_form p.message{
	color: #fff;
	border: 1px solid #FF0099;
	padding: 10px;
	background: #000;
}

#contact_form table {
	margin-top: 10px;
	width: 100%;
}


#contact_form table td {
	color: #fff;
	border: 1px solid #333;
	padding: 5px;
	background: #161616;
}

#contact_form table td.header {
	background: #666;
	color: #333;
}

#contact_form table input.input1 {
	width: 300px;
}

#contact_form table textarea {
	width: 300px;
	height: 200px;
}


/*---------------links---------------*/

#links h2.link_cate {
	color: #333;
	padding:5px;
	padding-left: 0px;
	margin: 20px 0px 10px 0px;
	font-size: 14px;
	border-bottom: 1px solid #999;
	background: none;
	font-weight: bold;
}

#links table.link_listtbl {
	width: 100%;
}

#links li{
	line-height: 170%;
}

#links ul.text{
	padding-left: 15px;
	border-bottom: 1px dotted #ccc;
}

#links li.text{
	font-size: 12px;
	line-height: 170%;
}


/*---------------kameiten---------------*/
#kameiten {
	padding: 10px;
	border: 1px solid #333;
	margin-bottom: 10px;
	color: #fff;
}

#kameiten img{
	float: left;
}

#kameiten p{
	line-height: 170%;
	margin-left: 220px;
}

#kameiten h4{
	margin-bottom: 10px;
	font-size: 14px;
	background: url("../css_images/slash_dark.gif");
	padding: 8px;
	line-height: 170%;
}

#kameiten table {
	width: 100%;
}

#kameiten tr.li0 {
	background: #161616;
}

#kameiten td {
	padding: 5px;
}



/*---------------yougo---------------*/

#yougo_main {
	background: #222;
	margin: 0px auto;
	width: 520px;
	padding: 10px;
}

#yougo_main p.errmsg{
	padding: 5px;
	color: #fff;
}

#yougo_main p.title {
	background: url("../css_images/slash_dark.gif");
	padding: 5px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

#yougo_main p.isone_navi {

	padding: 5px;
	margin-bottom: 10px;
}


#yougo_words div.yougo_word {
	padding: 10px;
	border: 1px solid #000;
	background: #333;
	margin-bottom: 5px;
}

#yougo_words div.yougo_word h1 {
	color: #fff;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
}

#yougo_words div.yougo_word p {
	color: #fff;
	line-height: 170%;
}

	

	
