/*- Menu Tabs 2--------------------------- */
#tabs2 {
      font: bold 16px/1.5em Verdana;/*- 文字サイズ - */
      float:left;
      width:100%;
      background:change-background;
      line-height:normal;
}
#tabs2 ul {
      margin-left : 0 ; 
     - padding:5px 0 0 0; Menu  /*- 上,右,下,左- */
      list-style:none;
}
#tabs2 li {
      display:inline;
      margin:0;
      padding:0;
}
#tabs2 a {
      float:left;
      background:url("./mat/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}
#tabs2 a span {
      float:left;
      display:block;
      background:url("./mat/tabright1.gif") no-repeat right top;
      padding:10px 10px 10px 7px; /*- 上,右,下,左- */
      color:#C7377D;
}
#tabs2 a span {float:none;}
#tabs2 a:hover span {
      color:#C7377D;
}
#tabs2 a:hover {
      background-position:0% -42px;
}
#tabs2 a:hover span {
      background-position:100% -42px;
}

/*素材元　http://myisland.jp/template/menus/　*/