@charset "Shift_JIS";

/* S̍\
---------------------------------------------------- */

#date {
  position: relative;
  margin: 0 0 0 480px;
  width: 270px;
  height: 42px;
  text-align: right;
  background: url(../img/bg_date.gif);
}
#date span {
  position: absolute;
  top: 15px;
  left: 50px;
  width: 200px;
  font-size: 14px;
  color: #ff0000;
}
/*clearfix*/
div:after {   
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
p {
  margin: 20px auto;
  width: 600px;
  line-height: 1.6em;
}
table {
  margin: 0;
  padding: 0;
  border: none;
}
td {
  padding: 10px;
}
ul {
  list-style: none;
}
#login {
  position: relative;
  margin: 0 auto 10px auto;
  width: 507px;
  height: 268px;
  background: url(../img/bg_login.gif) no-repeat;
}
#login_alert {
  position: absolute;
  top: 45px;
  left: 140px;
  width: 330px; 
  font-weight: bold;
}
#login_tbl {
  position: absolute;
  top: 78px;
  left: 150px;
  width: 300px;
}
#login-btn {
  position: absolute;
  top: 180px;
  left: 216px;
}
#member {
  margin: 20px auto;
  padding: 10px;
  width: 600px;
  border: dotted 1px #ccc;
}
#member li {
  float: left;
  line-height: 1.4em;
}
#member-btn {
  float: left;
  width: 162px;
}
.tyuki {
  font-size: 10px;
  color: red;
}
