/**
 * Menu
 */
#fullmenu{
  display:block;
  font-size: 15px;
  margin:0 0 2px 0;
}

#fullmenu span.shubetu {
  float:left;
  display:block;
  text-align:center;
  border-left: 0;
  margin: 0 4px;
  padding:2px;
  min-width:40px;
  height:18px;
/*  background:url('/mypage/images/top-nav-right.png') right no-repeat; */
  background-color: white;
  color:#000;
  font-weight:lighter;
}

#fullmenu span.shubetu:hover {
  background-color: #5F9EA0;
  text-decoration:none;
}

#fullmenu span.selected {
  background-color: #7FFF00;
  text-decoration:none;
}

/* i-mode */
#fullmenu ul.radio_list {
  list-style-type: none;
  margin-left: -30px;
}
