*{margin: 0; padding: 0;}

body {
  margin: 0 auto;
  padding: 0;
  color: #000000;
  background-color: #ffffff;
}

#wrapper {
  margin: 0 auto;
  height: auto;
  width: 800px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #ffffff;
}

/*top
------------------------------------*/
#top {
  height: 90px;
  width: 798px; 
  border: 1px solid #000000;  
  background-color: #000000;  
  margin: 10px 0px 10px 0px;
}  

/*contents
------------------------------------*/
#contents {
  height: auto;
  width: 600px;
  float: right;  
  background-color: #ffffff;  
  border-left: 1px solid #000000
}

#contents cover h3 {
  text-align: center;
}


#notice ul{
  padding-left: 30px;
}
#notice ul h3{
  margin-left: -30px;
  padding-bottom:10px;
  color:red;
}



/*menu
------------------------------------*/
#menu {
  float: left;
}

#menu li {
  list-style: none;
}

#menu li a{
  display: block;
  list-style: none;  
  text-decoration: none;
  width: 170px;
  height: 20px;
  margin:  10px 0px 0px 10px;
  padding: 20px 0px 0px 5px;
  border-left: 10px solid #999999;
}

#menu li.current {
  display: block; 
  list-style: none;  
  text-decoration: none;
  width: 170px;
  height: 20px;
  font-weight: bold;
  margin:  10px 0px 0px 10px;
  padding: 20px 0px 0px 5px;
  border-left: 10px solid #990000;
}


/*footer
--------------------------------*/
#footer{
  clear: both;
  margin: 0;
  padding: 0;
  width: 800px;
  height: 3em;
  color: #ffffff;
  background-color: #000000;
}

/*end of footer
--------------------------------*/
