
﻿/* CSS for [menu_header]=.menu_header */
/* ↓ここから　ヘッダー最上部部分のメニュー　HOME～Q＆A掲示板まで（灰色バック） */
.menu_header{
  width: auto;
  width: 500px;
  width: 480px;
  height: 23px;
  height: 23px;
  padding-left: 0px;
  padding-top: 4px;
  text-align:right;
  margin-left: 20px;
  margin-left: 0px;
}

.menu_header ul{
  margin:0 auto;
  padding:auto;
  width: auto;
  text-align: right;
  height: 25px;
}

.menu_header li{
  display: inline;
  margin:0 auto;
  padding:0px 9px;
  background-color: #EBEBEB;
  list-style:none;
}
.home_icon{
  background: #EBEBEB url('/images/basic/jpn/header/home_icon.gif') top left no-repeat;
  padding-left: 20px;
}
.list_01{
  background: url('/images/basic/jpn/header/menu_header_li_bg.gif') top right no-repeat;
  text-align:right;
}
/* ↑ここまで　ヘッダー最上部部分のメニュー　HOME～Q＆A掲示板まで（灰色バック） */


