/* Basic */
*{ margin: 0; padding: 0; }
body {
  font: .9em Verdana, Helvetica, sans-serif;
  line-height: 1.3em;
  background: #e9e9e9;
  color: #333;
}

a {color: #0000ff; text-decoration: none;}
a:visited {color: #9933cc; text-decoration: none;}
a:hover {color: #0000ff; text-decoration: underline;}

.notice {color:#000000;}
.alert {color:#ff0000;}


/* Layout */
#box {
  width: 1000px;
  padding: 10px 10px 3px 10px; margin:20px auto;
  background: #fff;
}

#title { height: 100px; }

#menulist {
  background: #00bc23;
  clear: both;
  height: 35px; line-height: 35px;
  margin-top: 10px;
  border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;
}

#status {
  height: 30px; line-height: 30px;
  margin-top: 3px;
  text-align: center;
}

#notices {
  text-align: center;
  margin-bottom: 10px;
}

#main {
  margin-bottom: 3px;
  word-wrap: break-word;
}

#footer {
  font-size: 11px; text-align: center;
  padding: 10px 5px;
  border-top: 1px solid #ccc;
}


/* Title */
#title h1 { font-size: 35px; font-weight: bold; letter-spacing: -1px; padding: 22px 0 10px 10px; }
#title h1 a { color: #0066ff; text-decoration: none;}
#title h1 a:hover { color: #b6cfff; text-decoration: none;}
#explained {
  float: left;
  color: #999; font-size: 15px; font-weight: 100; letter-spacing: -1px;
  height: 20px; line-height: 20px;
  padding: 0 0 0 11px;
}

/* Login Menu*/
#loginmenu {
  float: right;
  background: #eeddff;
  color:#333; text-align: center;
  padding: 6px; margin: 0px 10px 1px 1px;
}
#loginmenu a { padding: 5px; background: #9966cc; color: #fff; text-decoration: none;}
#loginmenu a:visited {color: #fff; text-decoration: none;}
#loginmenu a:hover {color: #fff; text-decoration: underline;}


/* Menu*/
#menulist ul {
  list-style: none;
  padding: 0; margin: 0;
}
#menulist li {
  float:left;
  list-style-type: none;
  font-size: 20px;
  padding: 0 13px;
  border-right: 1px dashed #fff;
}
#menulist a { color: #fff;}


/* Status*/
#status .notice {font-size:20px;}
#status .alert {font-size:28px;}


/* Main */
#main h1 {
  height: 1.3em; line-height: 1.3em;
  font-size: 2em;
  padding-left: 10px;
  margin-top: 5px; margin-bottom: 5px;
  border-left: 5px solid #00bc23;
  border-bottom: 1px solid #00bc23;
}
#main h2,h3,p { margin-left:15px;}
#main h2 {
  height: 1.3em; line-height: 1.3em;
  font-size: 1.5em;
  margin-bottom: 5px;
  border-bottom: 3px double #333;

}
#main h3 {
  font-size: 1.3em;
  margin-top: 0.5em;
}

#main ul,ol { margin:.5em 0 1em 50px;}

div#totop {
  text-align: right;
}
div#totop a {
  color: #777;
  font-size: 1em;
}