body {
  background-color: #fff;
  background-image: url(/img/menu.gif);
  background-repeat: repeat-y;
}

div#align {
  text-align: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-repeat: repeat-x;
  padding-bottom: 20px;
}

body > #align {
  height: auto;
}

div#header {
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  height: 60px;
  background-image: url(/img/header02.gif);
  background-repeat: repeat-x;
}

div#header h1 {
  background-image: url(/img/header01.gif);
  background-repeat: no-repeat;
  height: 60px;
}

div#header h1 em {
  display: none;
}

#container {
  width: 100%;
  height: 90%;
  min-height: 600px;
  height: 600px;
  position: relative;
  text-align: left;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #333;
}

img#main_img {
  display: block;
}

ul {
  list-style: none;
}

#menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  background-color: transparent;
  color: #333;
}

#menu div#login {
  background-image: url(/img/menu01.gif);
  background-repeat: no-repeat;
  width: 200px;
  height: 35px;
}

#menu div#login div {
  padding: 13px 0 0 32px;
  font-size: smaller;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#menu li {
  border-bottom: 1px solid #ccc;
  margin: 0;
}

#main {
  margin: 25px 0 0 210px;
  padding: 0 20px 4em 15px;
}

#main h2 {
  background-image: url(/img/title.gif);
  background-repeat: no-repeat;
  width: 725px;
  height: 26px;
}

#main h2 em {
  display: block;
  padding: 7px 0 0 15px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

#main div.box {
  margin: 10px 0 10px 10px;
  width: 700px;
}

#main table.select-month,
#main table.select-member {
  margin-bottom: 10px;
}

#main table.select-month a {
  text-decoration: none;
  color: #00f;
}

#main table.select-month strong {
  color: #f00;
  font-style: normal;
  font-weight: normal;
}

#main table.select-month th,
#main table.select-member th {
  background-color: #1f72ff;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
}

#main table.select-month td,
#main table.select-member td {
  background-color: #f3f3f3;
  padding: 5px 10px;
}

#main table.select-month td table.csys-cal td {
  padding: 0 3px;
}

#main table.select-member select {
  width: 140px;
}


#main div.delete-button {
  margin-bottom: 10px;
}

#footer {
  position: absolute;
  height: 20px;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #333;
  background-color: #999;
  color: #000;
  width: 100%;
}

/* login */
div#login-box {
  background-color: #f3f3f3;
  padding: 10px 0 10px 10px;
}
div#login-box  th,
div#login-box  td {
  padding: 3px 10px;
  font-weight: normal;
  vertical-align: top;
}
div#login-box input#login_id,
div#login-box input#password {
  width: 200px;
}
div#login-box td.button {
  text-align: right;
}


/* top */
div#bbs-list-header,
div#schedule-list-header {
  background-image: url(/img/top_box_header.gif);
  background-repeat: no-repeat;
  width: 740px;
  height: 30px;
  font-size: 5px;
  border-style: solid;
  border-width: 0;
}
div#bbs-list-body,
div#schedule-list-body {
  width: 740px;
  background-image: url(/img/top_box_body.gif);
  background-repeat: repeat-y;
  background-color: transparent;
  border-style: solid;
  border-width: 0;
  padding: 4px 0;
}
div#bbs-list-footer,
div#schedule-list-footer {
  background-image: url(/img/top_box_footer.gif);
  background-repeat: no-repeat;
  width: 740px;
  height: 20px;
  margin-bottom: 20px;
  font-size: 5px;
  border-style: solid;
  border-width: 0;
}

div#bbs-list-header h3,
div#schedule-list-header h3 {
  font-weight: normal;
  font-size: 12px;
  text-indent: 20px;
  padding-top: 6px;
}

div#bbs-list-body div.layout,
div#schedule-list-body div.layout {
  width: 600px;
  margin: 5px 20px;
}

div#schedule-list-body table#my-schedule {
  margin: 5px 0 5px 20px;
}

/* day calendar */
div#main table.calendar {
  background-color: #eee;
}

div#main table.calendar th.title {
  background-color: #1f72ff;
  color: #fff;
}

div#main table.calendar th {
  font-weight: normal;
}

div#main table.calendar th.sat {
  color: #00f;
}

div#main table.calendar th.sun {
  color: #f00;
}

div#main table.calendar th,
div#main table.calendar td {
  padding: 3px 4px;
}

div#main table.calendar td {
  text-align: right;
}

div#main table.calendar td.today {
  background-color: #ccf;
}

/* Form */
div#main form.list,
div#main form.edit {
  margin-left: 10px;
}

div#main p#button {
  position: absolute;
  top: 20px;
  right: 20px;
}

div#main table.datalist {
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  width: 700px;
}

div#main table.datalist th {
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 0;
  padding: 5px 10px;
  background-color: #d8e6ff;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

div#main table.datalist td {
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 0;
  padding: 5px 10px;
}

div#main table.datalist table.schedule_detail td {
  border-style: none;
  padding: 2px;
  word-break: break-all;
  vertical-align: top;
}


div#main div#navi_page {
  text-align: center;
  width: 600px;
  margin: 10px 0;
}

div#main form.edit table th,
div#main form.edit table td {
  padding: 8px;
  vertical-align: top;
  text-align: left;

}

div#main form.edit table td.button {
  text-align: right;
}

div#navi_page {
  margin: 10px auto;
}

body#product div#main h3 {
  position: relative;
  width: 80%;
  border-style: solid;
  border-width: 0 0 1px 7px;
  border-left-color: #999;
  border-bottom-color: #ddd;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 12px;
  text-align: left;
}

body#product div#main h3 span {
  position: absolute;
  bottom: 0;
  right: 0;
}

body#product div#main div {
  margin: 0 0 30px 10px;
}

body#product div#main div#navi_page {
  margin: 10px auto;
}
