﻿
/* ■ヘッダーメニューのリスト */
ul.head {
  list-style: none;
  width: 155px;
  text-align: right;
  color: #ffffff;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}
li.head  {
  margin: 0;
  text-indent: 0px;
}

/* ■左メニューのリスト */
ul.index {
  list-style: none;
  width: 155px;
  text-align: left;
  color: #0000ff;
  margin-left: 10px;
  padding: 0px;
  border: 1px solid #999999;
}
li.index  {
  text-indent: 18px;
  background-image: url(img/bg_left.gif);
  background-repeat: no-repeat;
  border-bottom: 1px solid #999999;
  padding-top: 5px;
}
ul.menu {
  list-style: none;
  width: 155px;
  text-align: left;
  color: #0000ff;
  margin-top: 200px;
  margin-left: 10px;
  padding-top: 40px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 0;
  border-left: 1px solid #999999;
  background-image: url(img/bg/menuList2.jpg);
  background-repeat: repeat;
}
li.menu  {
  text-indent: 18px;
  background-image: url(img/bg_left.gif);
  background-repeat: no-repeat;
  border-bottom: 1px solid #999999;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.topMenu {
  list-style: none;
  text-align: left;
  width: 220px;
  color: #0000ff;
  padding: 0px;

}
li.topMenu  {
  padding-top: 2px;
  padding-bottom: 2px;
}


/* ■リスト２ */
dl {
　width: 520px;
  background-color: #ffffef;
  margin-top 0px;
  margin-bottom: 5px;
}
dt {
  width: 120px;
　float: left;
  font-size: 10pt;
  font-weight: nomal;
  margin-left: 3px;
  color: #336699;
  margin-bottom: 5px;
}
dd {
  margin-left: 130px;
  color: #000000;
  margin-bottom: 5px;
}