@charset "utf-8";

/*================================================
    tabContentShop Style
================================================*/ 
#tabContentShop {
  float: left;
  width: 350px;
  overflow: hidden;
  background-color: #fcefe3;
}

#tabContentShopIndex {
  margin:  0px;
  padding: 11px 10px 5px 5px;
  height: 45px;
  background:url(../images/top/tabindex_bg.gif) repeat-x 0 0;
}

#tabContentShopIndex li {
  display: block;
  float: left;
  
  width: 101px;
  height: 29px;
  
  padding: 0 0 5px 0;
  margin: 0 10px 0 0;
  
  list-style: none;
  font-weight: bold;
  cursor: pointer;
  
  background-image: none;
  
  background-repeat: no-repeat;
  background-position: -101px 0px;
}

#tabContentShopIndex .ui-tabs-selected { background-position: 0px 0px; }

#tabContentShopIndex #tab0-navi {
  background-image: url(../images/top/tab_kuma_hoku.gif);
}

#tabContentShopIndex #tab1-navi {
  background-image: url(../images/top/tab_kuma_nan.gif);
}

#tabContentShopIndex #tab2-navi {
  background-image: url(../images/top/tab_fukuoka.gif);
}

#tabContentShopIndex li a {
  text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

#tabContentShopIndex li a span {
  display: inline-block; /* required in IE 6 */
  visibility: hidden;
  padding: 0;
  margin: 0;
  width: 101px;
  height: 29px;
  line-height: 29px;
}

/*================================================
    tab-shop list
================================================*/ 
#tabContentShopPanels {
   width: 100%;
   margin:   0;
   font-size: 80%;
   background: #fcefe3;
}

#tabContentShopPanels .shopList {
    width: 100%;
}

#tabContentShopPanels .shopList td {
   margin:  0;
   padding: 3px 10px 2px 10px;
   line-height: 1.3;
}

#tabContentShopPanels .shopList td a {
    padding-left: 10px;
    background: url(../images/top/icon1.gif) no-repeat left 0.25em;
}

#tabContentShopPanels .shopList .even td {
    background:#f9e0ca;
}

/*================================================
    jQuery tabs ui
================================================*/
.ui-tabs-hide {
  display: none;
}

