/* 
  先頭に必ず .system を指定すること
*/

.system #wrapper #header #before_auth h1 {
  position: relative;
}

.system #wrapper #content #login_form {
  background: url(../../images/login_bg.gif) no-repeat;
  width: 851px;
  height: 310px;
  text-align: center;
}

.system #wrapper #content #login_form h2 {
  margin-left: 330px;
  padding: 15px 0 0 0;
}

.system #wrapper #content #login_form table{
  margin-top: 40px;
  margin-left: 280px;
  margin-bottom: 110px;
}

#content #disp_title {
  padding: 0 0 0 5px;
  margin: 5px 0;
/*  font-weight: bold;*/
  text-align: left;
  border-left: thick solid #1070E0;
}

#table2left {
  float: left;
  width: 375px;
  margin-right: 30px;
}

#table2right {
  float: left;
  width: 400px;
}

#menu .title {
  padding: 2px 4px;
  margin: 10px 0 0 0;
  background: #5090FF;
  color: white;
/*  border-left: thick solid #1070E0; */
/*  border-bottom: thin solid #1070E0; */
}


/*
.system #wrapper #content #login_form #passforget {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
*/
