﻿.tTabMenu_ch_l
{
  background: url("glNavi_l.gif") left bottom no-repeat;
  float:left;
  padding: 0px;
  margin:0px;
  width:7px;
  height:30px;
}

.tTabMenu_ch_r
{
  background: url(glNavi_r.gif) right bottom no-repeat;
  float:left;
  padding:0px;
  margin:0px;
  width:7px;
  height:30px;
}

.tTabMenu_ch 
{
  background:white url(glNavi_off.gif) repeat left bottom;
  float:left;
  font-size: 14px;
  font-weight:bold;
  padding:0px;
  margin:0px;
  height: 30px;
  width:936px;
}

.tTabMenu_ch h2 
{
  font-size: 1px;
}

.tTabMenu_ch ul 
{
  margin: 0px;
  padding:0px;
  width:100%;
  height:100%;
}

.tTabMenu_ch li 
{
  list-style-type:none;
  float:left;
  margin:0px;
  padding:0px;
  text-align:center;
  height:100%;
  line-height:30px;
}

.tTabMenu_ch li img 
{
  float:left;
}

.tTabMenu_ch .separator 
{
  background:white url(glNavi_dot.gif) no-repeat center center;
  padding:0px;
  margin:3px 0px 2px 0px;
  height:25px;
  width:3px;
}

.tTabMenu_ch span 
{
  display:block;
  float:left;
}

/*選択*/
.tTabMenu_ch .Fix_OtherTabsBg 
{
  width:131px;
  height:100%;
  font-size: 14px;
}

.tTabMenu_ch .Fix_SelectedTabBg 
{
  background:white url(glNavi_on.gif) repeat-x left bottom;
  width:131px;
  height:100%;
  font-size: 14px;
}

/*リンクの設定*/
.tTabMenu_ch A 
{
  display:block;
  width:100%;
  height:100%;
  line-height:30px;
}

.tTabMenu_ch A.SelectedTab:link,
.tTabMenu_ch A.SelectedTab:visited,
.tTabMenu_ch A.SelectedTab:hover,
.tTabMenu_ch A.SelectedTab:active
{
  color:black;
  text-decoration: none;
}

.tTabMenu_ch A.SelectedTab:hover 
{
  background:white url(glNavi_act.gif) repeat-x left bottom;
}

.tTabMenu_ch A.OtherTabs:link,
.tTabMenu_ch A.OtherTabs:visited,
.tTabMenu_ch A.OtherTabs:hover,
.tTabMenu_ch A.OtherTabs:active
{
  color:black;
  text-decoration: none;
}

.tTabMenu_ch A.OtherTabs:hover 
{
  background:white url(glNavi_act.gif) repeat-x left bottom;
}