@charset "UTF-8";
div.button-group-free {
  text-align: right;
  margin-top: 0px;
  margin-right: 3px;
}
tr.child {
  height: 22px;
  background-color: #ffff99;
  font-size: 9pt;
}
tr.first {
  height: 22px;
  background-color: khki;
  font-size: 9pt;
}
tr.second {
  height: 22px;
  background-color: #ddddff;
  padding-left: 15px;
  font-size: 9pt;
}
tr.third {
  height: 22px;
  background-color: #ccccff;
  padding-left: 30px;
  font-size: 9pt;
}
tr.fourth {
  height: 22px;
  background-color: #ffccff;
  padding-left: 30px;
  font-size: 9pt;
}
tr.weblink {
  height: 22px;
  background-color: white;
  font-size: 9pt;
}
div.menu-panel-free {
  padding: 1px;
  margin-left: 1px;
  border-left: double 5px silver;
  border-top: solid 0px silver;
  border-bottom: solid 1px #000099;
  border-right: solid 1px #000099;
  margin-bottom: 6px;
  position: relative;
}
td.menu_item {
  padding-left: 1px;
  border-top: 2px solid silver;
  border-left: 2px solid silver;
  border-right: 1px solid #000099;
  border-bottom: 2px solid #000099;
}
div.panel-free {
  padding: 3px;
  margin-left: 1px;
  border-left: double 5px #666;
  border-top: solid 0px #dadadd;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  margin-bottom: 6px;
  position: relative;
}
.panel-title-free {
  height: 21px;
  font-weight: normal;
  color: #ffffff;
  padding: 4px 1em 1px 0.5em;
  
  background-color: #0070c0;
  background: linear-gradient(to right, #0070c0, #9ea3ff);
  border-left: double 5px #666;
}
input {
  height: 18px;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
}
.button {
  font-size: 9pt;
  width: 100px;
  height: 18px;
  font-family: "MS PGothic", sans-serif;
}
.login-label {
  font-size: 9pt;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  height: 15px;
  color: #000000;
  background-color: #cccccc;
  padding: 0px;
  text-indent: 5px;
  text-align: left;
  font-weight: normal;
  border-top: solid 1px #ffffff;
  border-collapse: collapse;
  float: left;
  width: 98px;
  padding-top: 3px;
}
.login-err-label {
  font-size: 9pt;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  height: 15px;
  color: white;
  background-color: red;
  padding: 0px;
  text-indent: 5px;
  text-align: left;
  font-weight: normal;
  border-top: solid 1px #ffffff;
  border-collapse: collapse;
  float: left;
  width: 98px;
  padding-top: 3px;
}
.login-input {
  margin-top: 1px;
  margin-bottom: 1px;
}
.login-input:focus {
  background-color: #faffbd;
  background-image: none;
  color: black;
}
.tab:focus {
  background-color: #faffbd;
}
.alertMessage {
  color: red;
  font-weight: bold;
  border-width: 0px;
  border-style: None;
  width: 700px;
  background-color: #f0f0fa;
  text-align: center;
}
.error-messages {
  position: relative;
  top: -20px;
}
