@charset "utf-8";
/* ===================================================================

 file name  :index.css
 
=================================================================== */

h1 {
  color: #00944d;
  font-size: 16px;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  background: transparent url(image/nitto_logo_login.png) left top no-repeat;
  padding-left: 22px;
  margin-bottom: 1em;
}

/* ===================================================================
 	login.html Layout
	
	#menuArea
		.menuInner
			.menuBlock
 
	#menu-description
=================================================================== */

#loginArea {
  position: absolute;
  top: 50%;
  left: 50%;

  margin: -120px 0 0 -160px;

  width: 320px;
  height: 240px;

  background: url(image/login-bk.jpg) no-repeat;
}
.loginInner {
  width: 280px;
  margin: 20px;
}
table.login-tbl {
  width: 100%;
  font-size: 12px;
  border: none;
  margin-bottom: 20px;
}
table.login-tbl th,
table.login-tbl td {
  background-color: #e0e0e0;
  text-align: center;
  color: #404040;
  padding: 5px;
  border: none;
  border-bottom: 5px solid #fff;
}
table.login-tbl td {
  text-align: left;
}
.error-blk {
  height: 30px;
  text-align: center;
  font-weight: bold;
  color: red;
  line-height: 1.2;
}
input.login-btn {
  background: url(image/login_btn_bk.jpg) repeat-x;
  border: 1px solid #ccc;
  padding-bottom: 3px;
  height: 23px;
  cursor: pointer;

  font-size: 12px;
}

/* ===================================================================
 	menu.html Layout
	
	#menuArea
		.menuInner
			.menuBlock
 
	#menu-description
=================================================================== */
#menuArea {
  position: absolute;
  top: 50%;
  left: 50%;

  margin: -300px 0 0 -400px;

  width: 800px;
  height: 600px;

  background: url(image/menu-bk.jpg) no-repeat;
}
.m-item {
  padding: 5px;
  margin-bottom: 0;
  color: #339966;
  font-weight: bold;
}
.menuInner {
  width: 770px;
  margin: 15px;
}
.menuBlock {
  float: left;
  width: 770px;
  margin-bottom: 20px;
}
.new-alert {
  color: red;
}
.m01 {
  float: left;
  margin-right: 10px;
  background-color: #f2f2f2;
}
.m02 {
  float: left;
  margin-right: 10px;
  background-color: #cbdbea;
}
.m03 {
  float: left;
  margin-right: 10px;
  background-color: #b8cfcc;
}
.m04 {
  float: left;
  margin-right: 10px;
  background-color: #dcdfff;
}
ul.menuList {
  margin-left: 1em;
  margin-bottom: 1em;
}
ul.menuList ul {
  margin-left: 1em;
}

#menu-description {
  clear: both;
  position: absolute;
  bottom: 0%;
  width: 770px;
  border-top: 1px solid #f90;
  padding-top: 10px;
}
/* #menu-description p {} */
