@charset "utf-8";

/* ****************************************************
Title: top.css
Created: 2010-01-12
Last Modified: 2010-06-23
Editor(s): nishio
Last Editor: tsutsu
***************************************************** */


/* Table Of Contents
----------------------------------------

# header
# visual
# gNav
# content
# primary
# sidebar
# clearfix
# common classes

----------------------------------------*/



/* # header
---------------------------------------------------------------------------- */

div#header {
	padding-bottom: 0;
}


/* # visual
---------------------------------------------------------------------------- */

div#visual {
	margin: 0 0 -3px;
	min-width: 980px;
	overflow: hidden;
	position: relative;
	top: -3px;
	width: auto;
}

* html div#visual {
	margin: -3px auto 0;
	position: static;
	top: 0;
	width: 980px;
}

div#visual div#visualInner {
	left: 50%;
	margin-left: -520px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 1040px;
}

*:first-child+html div#visualInner {
	margin-left: -551px;
}



/* # gNav
---------------------------------------------------------------------------- */

div#gNav ul li#gNavHome a img {
	visibility: hidden;
}


/* # content
---------------------------------------------------------------------------- */


/* # primary
---------------------------------------------------------------------------- */

div#primary div.section {
	background: url(../images/top/bg_section.jpg) repeat-y left top;
	margin: 0 0 15px;
	padding: 14px 15px;
}

div#primary div.section .sectionTitle {
	margin: 0 0 12px;
}

div#primary div.section .more {
	background: url(../images/common/bg_more.gif) no-repeat left top;
	height: 22px;
	margin-bottom: 0;
	position: absolute;
	padding-top: 5px;
	right: 20px;
	top: 12px;
	text-align: center;
	width: 165px;
}

div#primary div.section .more a {
	background: url(../images/common/ico_more.gif) no-repeat right bottom;
	color: #fff;
	font-size: 83%;
	padding: 0 10px 0 10px;
	zoom: 1;
}

div#primary div#information .thumbLeft {
	border: 3px solid #fff;
}

div#primary div#information ul.thumbList li {
	background: url(../images/common/bg_border_double.gif) repeat-x left bottom;
	margin: 0 0 9px;
	padding: 0 0 11px;
}

div#primary div#information ul.thumbList li.last {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

div#primary div#information ul.thumbList li img {
	vertical-align: middle;
}

/*
div#primary div#pickup dl.textBody dt.title {
	font-weight: bold;
}

div#primary div#pickup dl.textBody dd.profile dt {
	display: block;
	padding-right: 0.5em;
	width: 4.5em;
}

div#primary div#pickup dl.textBody dd.profile dl dd {
	margin: -1.5em 0 0 5em;
}
*/

div#primary div#pickup div#pickupInner img {
	float: left;
	padding-right: 10px;
}

div#primary div#manufacture {
	background: url(../images/top/bg_mf.gif) no-repeat left bottom;
	padding-top: 0;
}

div#primary div#manufacture .sectionTitle {
	margin: 0 -15px 10px;
}

div#primary div#manufacture dl#mfList dt {
	display: block;
	margin: 10px 0 9px;
}

div#primary div#manufacture dl#mfList dd {
	background: url(../images/common/bg_border_dash.gif) repeat-x left bottom;
	padding: 0 14px;
}

div#primary div#manufacture dl#mfList dd ul li {
	float: left;
	margin: 0 34px 10px 0;
}

div#primary div#manufacture dl#mfList dd#tireList ul {
	margin-right: -34px;
	overflow: hidden;
	width: 496px;
	zoom: 1;
}

div#primary div#manufacture dl#mfList dd#tireList ul li {
	margin-right: 34px;
}

div#primary div#manufacture dl#mfList dd#tireList ul li#michelin {
	margin-top: -7px;
	margin-bottom: -9px;
}

div#primary div#manufacture dl#mfList dd#wheelList {
	background: none;
}

div#primary div#manufacture dl#mfList dd#wheelList ul {
	margin-right: -17px;
	width: 479px;
}

div#primary div#manufacture dl#mfList dd#wheelList ul li {
	margin-right: 17px;
}

div#primary div#manufacture dl#mfList dd#wheelList ul li#kyoho {
	margin-top: -3px;
	margin-bottom: -3px;
}


/* # secondary
---------------------------------------------------------------------------- */

div#secondary div.section {
	
}

div#secondary ul.banner li {
	margin: 0 0 10px;
}

div#secondary .aside {
	margin-bottom: 10px;
	padding-top: 10px;
}

div#secondary .aside .asideInner {
	padding: 0 7px 10px;
}

div#secondary .aside .asideInner p.detail {
	margin: 0;
}

div#secondary div#seShopInfo {
	background: url(../images/top/bg_secondary_shopinfo_top.gif) no-repeat left top;
}

div#secondary div#seShopInfo .asideInner {
	background: url(../images/top/bg_secondary_shopinfo_btm.gif) no-repeat left bottom;
}

div#secondary div#seShopInfo dl.asideInner dt {
	margin: 0 0 6px;
}

div#secondary div#seShopInfo dl.asideInner dd {
	margin-top: 5px;
}

div#secondary div#seShopInfo dt,
div#secondary div#seShopInfo dd {
	padding: 0 4px;
}

div#secondary div#seShopInfo dd.map,
div#secondary div#seShopInfo dd.button {
	margin: 0 -4px;
	position: relative;
}

div#secondary div#seShopInfo dl.asideInner dd#shopMap {
	border: 1px solid #c5c5c5;
	height: 184px;
	padding: 0;
	width: 184px;
}


/* # sidebar
---------------------------------------------------------------------------- */


/* # clearfix
---------------------------------------------------------------------------- */

div#content div#information ul.thumbList li,
div#primary div#manufacture dl#mfList dd ul {
	zoom: 1;
}

div#content div#information ul.thumbList li:after,
div#primary div#manufacture dl#mfList dd ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* # common classes
---------------------------------------------------------------------------- */

