
﻿/* CSS for [MENU_FOOTER]= .menu_footer */
/*　ここから「メイン下端」*/
.menu_footer {
  width: 800px;
  height: 20px;
  margin: 10px 0px 5px 0px;
  padding-top: 3px;
  padding-bottom: 0px;
  text-align: center;
  clear: both;
}

.menu_footer ul {
  width: 100%;
  height: 20px;
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  
}
.menu_footer li{
  display: inline;
  padding: 0px 8px 0px 8px;
}

.menu_footer li a{
  text-decoration: none;
}
.footer_list_bg {
  background: url('/images/basic/jpn/footer/menu_top_li_bg.gif') top right no-repeat;
}
/*　↑ここまで「メイン下端」 */
