@charset UTF-8;

@media screen {

/* ログイン用 */

* {
  font-family: "ＭＳ ゴシック", "MS Gothic", monospace;
  font-size: small;
  border-collapse: collapse;
}

body{
	background: url('../image/ouc.jpg') top left no-repeat;
}

div.message {
	margin-top: 150px;
}

p.message {
	color: #ff0000;
	background-color: #ffffcc;
	font-weight: bold;
	overflow: auto;
}

table.loginForm {
  border-collapse: collapse;
  margin-top: 30px;
  margin-left: 20px;
  text-align: left;
}
	
table.login {
  border-collapse: collapse;
  margin-bottom: 20px
  text-align: left;
}

table.login td {
  padding-top: 5px;
  padding-bottom: 5px;
}

table.login td.title {
  white-space: nowrap;
  font-weight: normal;
}

}
