﻿@charset "utf-8";

.B_TabMenuDiv
{
  /*  margin: 10px 15px 5px 15px;*/
  background: url(menu_back.gif) #cccccc repeat-x;
  text-align: left;
  font-size: 13px;
  font-family: 'Arial', 'Helvetica', 'ＭＳ ゴシック' , 'Osaka－等幅' , monospace;
}

.B_TabMenuDiv .LeftCap
{
/*  display:none;*/
  float: left;
  padding: 0px;
  width: 40px;
  height: 25px;
  background: url(menu_left.gif) #cccccc no-repeat;
}

.B_TabMenuDiv .RightCap
{
/*  display:none;*/
  float: right;
  padding: 0px;
  width: 40px;
  height: 25px;
  background: url(menu_right.gif) #cccccc no-repeat;
}

.B_TabMenuDiv ul
{
  float: left;
  margin: 0px;
  padding:0px;
}

.B_TabMenuDiv li
{
  float: left;
  list-style-type: none;
  padding:0px;
}

.B_TabMenuDiv SPAN
{
  float: left;
}

/*選択*/
.B_TabMenuDiv .MenuTop {
/*  float: left; */
  padding: 0px;
  padding-top: 2px;
  height: 19px;

  width:144px;
  text-align:center;
}

.B_TabMenuDiv .OtherTabsBg
{
  float: left;
  padding: 0px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  height: 19px;

  background: url(menu_tab_oak.gif) white repeat-x;
  width:135px;
  text-align:center;

}

.B_TabMenuDiv .SelectedTabBg
{
  float: left;
  padding: 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  height: 19px;
/*  background: url(tabsel_back.gif) white repeat-x; */
  background: url(menu_tab_oak.gif) white repeat-x;

  width:135px;
  text-align:center;

}

.B_TabMenuDiv .SelectedTabLeft
{
  float: left;
  padding: 0px;
  height: 26px;
/*  width: 12px; */
/*  background: url(tabsel_back_left.gif) white no-repeat; */
}

.B_TabMenuDiv .SelectedTabRight
{
  float: left;
  padding: 0px;
  height: 26px;
/*  width: 12px; */
/*  background: url(tabsel_back_right.gif) white no-repeat; */
}

/*リンクの設定*/
.B_TabMenuDiv A
{
  vertical-align:text-bottom;
}

.B_TabMenuDiv A.SelectedTab:link
{
  color: black;
  font-weight:bold;
  text-decoration: none;
}

.B_TabMenuDiv A.SelectedTab:visited
{
  color: black;
  font-weight:bold;
  text-decoration: none;
}

.B_TabMenuDiv A.SelectedTab:hover
{
  color: black;
  font-weight:bold;
  text-decoration: none;
}

.B_TabMenuDiv A.SelectedTab:active
{
  color: black;
  font-weight:bold;
  text-decoration: none;
}

.B_TabMenuDiv A.OtherTabs:link
{
/*  color: white; */
  color: #474F51;
  font-weight:bold;
  text-decoration: none;
}

.B_TabMenuDiv A.OtherTabs:visited
{
/*  color: white; */
  font-weight:bold;
  color: #474F51;
  text-decoration: none;
}

.B_TabMenuDiv A.OtherTabs:hover
{
/*  color: silver; */
  color: #474F51;
  font-weight:bold;
  text-decoration: none;
}

.B_TabMenuDiv A.OtherTabs:active
{
/*  color: white; */
  color: #474F51;
  font-weight:bold;
  text-decoration: none;
}


