@charset "utf-8";

@import url("/css/store.css");

/************************************************/
/*  Commonnes                                   */
/************************************************/

ol#topic-path{
  list-style:none;
  line-height:30px;
  font-size:0.75em;
  color:#777;
  padding:0 15px 150px;
  margin:0;
}

ol#topic-path li{
  display:inline;
}

ol#topic-path li a{
  padding-right:7px;
  background:url(../img/icon_topicpath.gif) 100% 50% no-repeat;
}

/************************************************/
ol.used{
  background:url(../used/img/back_topicpath.jpg) 0 100% no-repeat;
}

ol.event-1{
  background:url(../img/back_topicpath-event.jpg) 0 100% no-repeat;
}

ol.event-4{
  background:url(../img/back_topicpath-touring.jpg) 0 100% no-repeat;
}

ol.event-6{
  background:url(../img/back_topicpath-d_k.jpg) 0 100% no-repeat;
}

ol.event-7{
  background:url(../img/back_topicpath-sijyou.jpg) 0 100% no-repeat;
}

ol.event-8{
  background:url(../img/back_topicpath-tokusen.jpg) 0 100% no-repeat;
}

ol.event-9{
  background:url(../img/back_topicpath-parts.jpg) 0 100% no-repeat;
}

ol.path-4{
  background:url(../img/back_topicpath-store.jpg) 0 100% no-repeat;
}

ol.path-5{
  background:url(../img/back_topicpath-custom.jpg) 0 100% no-repeat;
}

ol.path-9{
  background:url(../img/back_topicpath-privacy.jpg) 0 100% no-repeat;
}

ol.path-86{
  background:url(../img/back_topicpath-link.jpg) 0 100% no-repeat;
}
/************************************************/

div.section{
  padding:15px;
}

p#pagetop{
  clear:both;
  text-align:right;
  padding:25px 0 10px 0;
}



/************************************************/
/*  Index                                       */
/************************************************/

p.tel{
  text-align:center;
  margin:10px 0;
}

div#information{
  width:900px;
  padding-bottom:10px;
  margin:0 0 15px;
  background:url(../img/back_information.gif) 0 100% no-repeat #111;
}

div#information table {
  float:right;
  margin-right:15px;
}


div#information:after{
  content:".";
  display:block;
  visibility:hidden;
  clear:both;
  height:0px;
}

div#information h2{
  padding-bottom:5px;
}

div#information p{
  float:right;
  width:580px;
}

div#information p img{
  float:left;
  margin-right:10px;
}

div#information div#event-list{
  float:left;
  width:290px;
  margin-left:15px;
}

div#information div#event-list h3{
  line-height:23px;
  padding:0 10px;
  border:1px solid #555;
  background:#333;
}

div#information div#event-list dl{
  overflow:auto;
  height:200px;
  padding:0;
  margin:0;
  
  scrollbar-arrow-color:#555;
  scrollbar-base-color:#111;
  scrollbar-3dlight-color:#111;
  scrollbar-darkshadow-color:#111;
  scrollbar-face-color:#111;
  scrollbar-highlight-color:#555;
  scrollbar-shadow-color:#555;
}

div#information div#event-list dl dt{
  font-size:0.75em;
  color:#777;
  margin-top:10px;
}

div#information div#event-list dl dd{
  margin:0;
}

