@charset "UTF-8";

div.header-area {
  background-color: rgb(143,217,255);
  width: 100%;
}

div.mainContents {
  margin-top: 5px;
  margin-bottom: 0px;
  overflow:auto;
}
.title-nav {
    height: 35px;
    width: 100%;
    clear: both;
    background: #daeef3;
}
.error-title-nav {
   height: 20px;
   clear: both;
}

span.error-title-nav  {
  position: absolute;
  margin-top: 5px;
  line-height:20px;
  color: black;
  background: white;
}
.error-page-title {
  line-height:20px;
  height: 20px;
  color: black;
}
.page-title {
  width: 100%;
  height: 50px;
}
.page-title table tr td{
  border: 0px;
  padding: 0px;
  margin: 0px;
  clear: both;
}
.page-title table {
  height: 100%;
  width: 100%;
  color: #000060;
  border-collapse: collapse;
}
.page-title tr {
}
.page-title td {
  white-space: nowrap;
  color: #000060;
  background: #FFFFFF;
}
.page-title #title-logo {
  width: 180px;
  border: 0px;
  padding: 0px 20px 0px 0px;
  margin: 0px;
  height: 33px;
}
.page-title #title-logo img {
  height: 33px;
  margin: 0px;
}
.page-title #title-sid {
  width: 1px;
}
.page-title #title-str {
  max-width: 99%;
}
.page-title #title-sid,
.page-title #title-str {
  height: 100%;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
}
.page-title #title-info {
  width: 1%;
}
.page-title #info-table {
  max-height: 50px;
  margin: 1px 0px 2px 0px;
}
.page-title #business-partner {
  color: #000000;
  text-align: left;
}
.page-title #login-user {
  color: #000000;
  text-align: left;
}
.page-title #last-login {
  color: #000000;
  text-align: right;
  padding-right: 3px;
}