@charset "EUC-JP";

/* premama.css */

div#header-left {
  display: none; /* add */
  /*
  float: left;
  width: 323px;
  background: #fff;
  */
}
div#header-center {
  float: center; /*left;*/
  margin: 0px auto 0px auto; /* add */
  background: #fff;
  width: 607px;
}

#header-center ul {
  display: block;
  background: #fff;
  margin: 0px;
  padding: 0px 0px 0px 30px; /* メニュー左側の余白 */
}

#header-left ul {
  display: block;
  background: #fff;
  margin: 0px;
  padding: 0px 0px 0px 25px; /* メニュー左側の余白 */
}
#header-left h1 {
  width: 323px;
  height: 53px;
  margin: 15px 0px 6px 0px;
  padding: 0px;
  background: url(../img/logo-mini.gif) no-repeat 40px 0%;
}
#header-left h2 {
  margin: 0px;
  padding: 0px;
}

/* 左上メニュー */
li#menu-1 {
  float: left;
  width: 135px;
  height: 24px;
  padding: 2px 2px 0px 0px;
  list-style-type: none;
}
li#menu-1 a {
  display: block;
  color: #ffa;
  width: 135px;
  height: 24px;
  text-decoration: none;
  background: url(../img/btn-premama-1.gif) no-repeat 0px 0px;
}
li#menu-1 a:hover {
  background: url(../img/btn-premama-1-h.gif) no-repeat 0px 0px;
}

li#menu-2 {
  float: left;
  width: 135px;
  height: 24px;
  padding: 2px 2px 0px 0px;
  list-style-type: none;
}
li#menu-2 a {
  display: block;
  color: #ffa;
  width: 135px;
  height: 24px;
  text-decoration: none;
  background: url(../img/btn-premama-2.gif) no-repeat 0px 0px;
}
li#menu-2 a:hover {
  background: url(../img/btn-premama-2-h.gif) no-repeat 0px 0px;
}

li#menu-3 {
  float: left;
  width: 135px;
  height: 24px;
  padding: 2px 2px 0px 0px;
  list-style-type: none;
}
li#menu-3 a {
  display: block;
  color: #ffa;
  width: 135px;
  height: 24px;
  text-decoration: none;
  background: url(../img/btn-premama-3.gif) no-repeat 0px 0px;
}
li#menu-3 a:hover {
  background: url(../img/btn-premama-3-h.gif) no-repeat 0px 0px;
}

li#menu-4 {
  float: left;
  width: 135px;
  height: 24px;
  padding: 2px 2px 0px 0px;
  list-style-type: none;
}
li#menu-4 a {
  display: block;
  color: #ffa;
  width: 135px;
  height: 24px;
  text-decoration: none;
  background: url(../img/btn-premama-4.gif) no-repeat 0px 0px;
}
li#menu-4 a:hover {
  background: url(../img/btn-premama-4-h.gif) no-repeat 0px 0px;
}

/*--*/
