@charset "euc-jp";

body {
  padding: 0px;
  font-size: 12px;
  background: url(../img/login.jpg) no-repeat top center #ffffff;
}
html {  
    overflow-y:scroll;  
	}  
h1 { margin: 0px; padding: 0px; }
h2 { margin: 0px; padding: 0px; }
h3 { margin: 0px; padding: 0px; }
h4 { margin: 0px; padding: 0px; }
h5 { margin: 0px; padding: 0px; }
h6 { margin: 0px; padding: 0px; }
img { border-style: none; }
form { display: inline; margin: 0px; padding: 0px; }
label { cursor: pointer; }
input { font-size: 12px; font-family: £Í£Ó ¥´¥·¥Ã¥¯,Osaka¡ÝÅùÉý,monospace; }
select { margin: 0px; font-size: 12px; }
textarea { font-size: 12px; font-family: £Í£Ó ¥´¥·¥Ã¥¯,Osaka¡ÝÅùÉý,monospace; width: 500px; }
.systextinput { font-size: 12px; font-family: £Í£Ó ¥´¥·¥Ã¥¯,Osaka¡ÝÅùÉý,monospace; }
.syscboxinput { vertical-align: bottom; }
input[type="text"] { font-size: 12px; font-family: £Í£Ó ¥´¥·¥Ã¥¯,Osaka¡ÝÅùÉý,monospace; }
input[type="file"] { height: 20px; }
pre { font-size: 12px; font-family: Osaka¡ÝÅùÉý,monospace }
/* table { border-collapse: collapse; empty-cells: show; border-spacing: 0; } */
/* button { margin: 0px; padding: 0px; border-style: none; background-color: none; } */

.hidebox { display: none; }
.viewbox { }
.warning { color: #ff6666; }
.pre { color: #ff0000; font-size: 12px; font-family: £Í£Ó ¥´¥·¥Ã¥¯,Osaka¡ÝÅùÉý,monospace }

.fleft {
  float: left;
}
.fright {
  float: right;
}
.fclear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.fclear {
  display: inline-block;
}
/*\*/
* html .fclear {
  height: 1%;
}
.fclear {
  display: block;
}
/**/

a:link {
  font-style: normal;
  text-decoration: none;
  color: #23798f;
}
a:visited {
  font-style: normal;
  text-decoration: none;
  color: #23798f;
}
a:hover {
  font-style: normal;
  text-decoration: none;
  color: #f8710f;
}

/* ------------------------------ Block define ------------------------------ */
#main {
  font-size: 12px;
  color: #555555;
  width: 950px;
  margin: 0px auto;
  padding: 0px;
}
#logo {
  margin: 20px 0px 80px 0px;
  text-align: center;
}
#footer {
  margin: 30px 0px 50px 0px;
  border-top: 3px solid #07446f;
  background-color: #eeeeee;
  padding: 0px;
  color: #555555;
  font-size: 10px;
  line-height: 120%;
}
/* ------------------------------ Footers element ------------------------------ */
#footer h6 {
  font-size: 10px;
  font-weight: bold;
}
#footer p {
  margin: 0px 0px 0px 10px;
  font-size: 80%;
}
#footer b {
  font-weight: bold;
}
#footer em {
  color: #ff0000;
  font-weight: bold;
}
#footer strong {
  color: #4444cc;
  font-weight: bold;
}
/* ------------------------------ each element ------------------------------ */
#message {
  color: #ff8800;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  height: 14px;
}
.submit {
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
}
.button {
  color: #29626a;
  font-weight: bold;
}
/* ------------------------------ login box (table) --------------------------- */
.loginbox {
  width: 350px;
  padding: 10px;
  margin: 320px auto 0px;
  border: 3px solid #cccccc;
  background-color: #efefef;
}
#logintab {
  border-style: none;
  width: 100%;
}
#logintab th {
  width: 30%;
  text-align: left;
}
#logintab th {
  width: 70%;
  text-align: left;
}
