@charaset"Shift_JIS";


*{
margin:0px;
padding:0px;
}

         
#topSec01R #ts01R_L ul{
margin:0;
width:221px;
list-style:none;
}
#topSec01R #ts01R_L ul li{
/*padding:0;*/
  list-style:none;
  height:45px;
  line-height:0;
  display:inline;
}
#topSec01R #ts01R_L ul li a.menu {
  display: block;
  text-align: center;
  /*padding:0;
  margin:0;	
  width: 100px;*/
  text-decoration: none;
  line-height:normal;

}


.submenu {
margin:-1px 0 0 30px;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}
.submenu a {
  display: block;
  width:221px;
  height:30px;
  background:url(../img/common/menu/bt_m_01.gif) left top no-repeat;
font: 12px arial;
line-height:2.5;
  text-align:left;
text-decoration: none;
padding:0 0 0 10px;
margin:0;
  color: #333333;

}
.submenu a:hover {
  background:url(../img/common/menu/bt_m_01_over.gif) left top no-repeat;
  color: #333333;
}

/* サブメニューの半透明処理
--------------------*/
.submenu {
 filter: alpha(Opacity=90);
	opacity: 0.9;
}
