BODY {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
BR {
  clear: both;
}
DIV#contents {
  width: 800px;
  margin: 0px auto;
}
H1 {
  margin: 75px 0px 0px 0px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  line-height: 24px;
  height: 24px;
  text-indent: 0.5em;
  background-image: url(img/menu-bg.png);
  border-bottom: 1px #CCCCCC solid;
}
P#h1 {
  margin: -25px 0px 0px 0px;
  width: 98%;
  text-align: right;
  height: 25px;
  line-height: 25px;
  color: #666666;
  font-size: 11px;
}
UL#menu {
  display: block;
  margin: -55px 0px 0px 0px;
  padding: 0px;
  height: 29px;
  line-height: 29px;
  background-color: #F2F5FF;
  border-bottom: 1px #CCCCCC solid;
  text-indent: 0px;
}
UL#menu LI {
  display: block;
  margin: 0px 5px;
  padding: 0px;
  width: 120px;
  float: left;
  height: 29px;
  font-size: 13px;
  list-style-type: none;
  border-right: 1px #CCCCCC solid;
  text-indent: 0px;
}
UL#menu LI A {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
UL#hotsite {
  margin: 0px auto;
  padding: 0px;
  width: 90%;
}
UL#hotsite LI {
  list-style-type: none;
  color: #333333;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
UL#hotsite A {
  color: #23347E;
  font-weight: bold;
}

DIV#top {
  margin-top: -75px;
  height: 40px;
  text-align: left;
  border-bottom: 5px #7B91D4 solid;
}
DIV#title-bg {
  margin-top: 55px;
}
H2 {
  margin: 40px auto 10px auto;
  width: 90%;
  background-image: url(img/menu-bg.png);
  border-top: 1px #CCCCCC solid;
  border-left: 5px #7B91D4 solid;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  font-size: 13px;
  line-height: 22px;
  text-indent: 0.5em;
  color: #666666;
}
P {
  margin: 10px auto;
  width: 90%;
  font-size: 13px;
  line-height: 130%;
}
P.waku {
  border: 1px #CCCCCC solid;
  padding: 5px;
  background-color: #F6F6F6;
}
LI {
  font-size: 13px;
}
LI.common-navi {
  margin: 0px 0px 10px 20px;
}
A {
  font-size: 13px;
}
A.big {
  font-size: 15px;
}

A:link { color: #0000FF; }
A:visited { color: #0000FF; }
A:hover { color: #FF0000; }



DIV#footer {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  border-top: 1px #CCCCCC solid;
}
DIV#left-sec {
  width: 570px;
  float: left;
  text-align: left;
}
DIV#right-sec {
  width: 220px;
  float: right;
  text-align: left;
}
DIV.list-box-a {
  background-color: #FFFFFF;
  border-bottom: 1px #DDDDDD dotted;
}
DIV.list-box-b {
  background-color: #EEEEFF;
  border-bottom: 1px #DDDDDD dotted;
}



DIV#bottom-navi {
  border-top: 1px #CCCCCC solid;
  background-color: #F6F6F6;
  height: 40px;
}
DIV#bottom-navi DIV {
  color: #666666;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  margin: 0px 5px;
  text-align: left;
}
DIV#bottom-navi UL {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
}
DIV#bottom-navi UL LI {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px 5px;
  height: 20px;
}
DIV#bottom-navi UL LI A {
  line-height: 15px;
  font-size: 11px;
  color: #666666;
}


TABLE.form-table {
  margin: 0px auto;
  border-collapse: collapse;
  width: 90%;
}
TABLE.form-table TD {
  border-top: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  font-size: 13px;
  height: 40px;
}
DIV.require {
  float: left;
  width: 5px;
  height: 20px;
  margin: 0px 5px;
}
TABLE.form-table TD.normal {
  background-color: #F6F6F6;
}
TABLE.form-table TD.error {
  background-color: #FFF0F0;
}
TABLE.form-table TD DIV.title {
  float: left;
  height: 35px;
  line-height: 20px;
}
TABLE.form-table TD DIV.cell {
  margin-top: 3px;
  margin-left: 10px;
}
TABLE.form-table TD DIV.example {
  font-size: 11px;
  color: #666666;
  margin-left: 10px;
  height: 15px;
  line-height: 15px;
}
TABLE.form-table TD.submit {
  text-align: center;
  border-bottom: 0px;
}
FORM DIV.req-legend {
  width: 92%;
  margin: 7px 0px;
}
DIV.required-yes {
  background-color: #7B91D4;
}
INPUT.text {
  width: 90%;
}
INPUT.name {
  width: 80px;
}
INPUT.password {
  width: 150px;
}
INPUT.submit {
  width: 100px;
}
DIV.form-submit {
  margin: 10px auto;
  text-align: center;
}