﻿

.BrowserTabMenu
{
  /*	background-color:#ffffff ;*/
  /*	background-image: url("../../../images/grayback.gif");*/
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size:13px;  /*12px;*/
}

.BrowserTabMenu .TabsBg
{
  /*	border: solid 0px #ffffff;*/ /*	background-color:#ffffff ;*/
}

/*選択*/
.BrowserTabMenu .tl
{
  background: url(header_sel_left.gif);
  background-repeat: no-repeat;
  height: 11px;
  width: 8px;
}

.BrowserTabMenu .tc
{
  background: url(header_sel_bg.gif);
}

.BrowserTabMenu .tr
{
  background: url(header_sel_right.gif);
  background-repeat: no-repeat;
  height: 11px;
  width: 10px;
}

.BrowserTabMenu .ml
{
  background: url(content_sel_left.gif);
}

.BrowserTabMenu .mc
{
  text-align: center;
  background: url(content_sel_bg.gif);
}

.BrowserTabMenu .mr
{
  background: url(content_sel_right.gif);
}

.BrowserTabMenu .bl
{
  background: url(footer_sel_left.gif);
  background-repeat: no-repeat;
  height: 5px;
  width: 8px;
}

.BrowserTabMenu .bc
{
  background: url(footer_sel_bg.gif);
}

.BrowserTabMenu .br
{
  background: url(footer_sel_right.gif);
  background-repeat: no-repeat;
  height: 5px;
  width: 10px;
}

.BrowserTabMenu .OtherTabs
{
  font-size: small;
  text-decoration: none;
  color: #333333;
}

/*非選択*/
.BrowserTabMenu .tlsel
{
  background: url(header_left.gif);
  background-repeat: no-repeat;
  height: 11px;
  width: 8px;
}

.BrowserTabMenu .tcsel
{
  background: url(header_bg.gif);
}

.BrowserTabMenu .trsel
{
  background: url(header_right.gif);
  background-repeat: no-repeat;
  height: 11px;
  width: 10px;
}

.BrowserTabMenu .mlsel
{
  background: url(content_left.gif);
}

.BrowserTabMenu .mcsel
{
  text-align: center;
  background: url(content_bg.gif);
}

.BrowserTabMenu .mrsel
{
  background: url(content_right.gif);
}

.BrowserTabMenu .blsel
{
  background: url(footer_left.gif);
  background-repeat: no-repeat;
  height: 5px;
  width: 8px;
}

.BrowserTabMenu .bcsel
{
  background: url(footer_bg.gif);
}

.BrowserTabMenu .brsel
{
  background: url(footer_right.gif);
  background-repeat: no-repeat;
  height: 5px;
  width: 10px;
}

.BrowserTabMenu .SelectedTab
{
  font-size: small;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

/*リンクの設定*/
.BrowserTabMenu a.SelectedTab:link
{
  color: #0000ff;
  text-decoration: none;
}

.BrowserTabMenu a.SelectedTab:visited
{
  color: #000099;
  text-decoration: none;
}

.BrowserTabMenu a.SelectedTab:hover
{
  color: #ff0000;
  text-decoration: underline;
}

.BrowserTabMenu a.SelectedTab:active
{
  color: #ff0000;
  text-decoration: none;
}

.BrowserTabMenu a.OtherTabs:link
{
  color: #0000ff;
  text-decoration: none;
}

.BrowserTabMenu a.OtherTabs:visited
{
  color: #000099;
  text-decoration: none;
}

.BrowserTabMenu a.OtherTabs:hover
{
  color: #ff0000;
  text-decoration: underline;
}

.BrowserTabMenu a.OtherTabs:active
{
  color: #ff0000;
  text-decoration: none;
}

