@charset "utf-8";
/* CSS Document */

body
{ background-color: #FFFFFF;
  background-image: url(images/back.gif);
  background-repeat: repeat-x;
  font-size: 11pt;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

table
{ width: 780px;
  height: 100%;
  border-left: 1px solid #B7BA6B;
  border-right: 1px solid #B7BA6B;
  background-image: url();
  background-position: right top;
  background-repeat: no-repeat;
  border-collapse: separate;
}

.title
{ text-align: center;
  vertical-align: top;
  width: 150px;
  background-color: #6A8044;
  background-image: url(images/back02.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 10px;
}

.td
{ border-left: 1px solid #B7BA6B;
  border-right: 1px solid #B7BA6B;
}

iframe
{ width: 630px;
  height: 555px;
  text-align: center;
  vertical-align: top;
}

/* メニュー */
.menu
{ padding: 0px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  width: 630px;
  height: 40px;
  background-color: #000000;
  background-image: url();
  background-repeat: repeat-x;
}

#menu ul
{ list-style-position: outside; 
  list-style-type: none;
  padding: 5px;
  float: left;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 30px;
  margin: 0px;
}

#menu li
{ display: inline;
  padding: 2px 10px 0px;
}
