BODY {
  margin: 0;
  padding: 0;
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #4B3736;
  scrollbar-shadow-color: #4B3736;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #808080;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-base-color: #ffffff;
  background-image : url(archive_back.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : 100% 100%;
}
.title{
  z-index:1;
  float : left;
  position : absolute;
  top:0%;
  left : 80px;
  margin:0;
  border-top-width : 0px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-style : none solid solid;
  border-left-style : solid;
  border-color : black black black black;
  text-align : left;
  width : 600px;
  background-color : white;
}
.logo{
  z-index:2;
  float : left;
  position : absolute;
  top : 5px;
  left : 370px;
}
.contents a:unknown {
  background: #4682b4;
  color: #ffffff;
}
.column{
  top : 320px;
  left : 80px;
  position : absolute;
  margin-left : auto;
  margin-right : auto;
  width : 450px;
  float : left;
  z-index : 5;
}
.latest{
  font-size:9pt;
  width : 120px;
  top : 320px;
  left : 560px;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  height : 230px;
  background-color : black;
  color : silver;
  clear:both;
  position : absolute;
}
.latest a:link {
  color: #ffffff;
  text-decoration: none
;
}
.latest A:VISITED {
  color: #ffffff
;
  text-decoration : none;
}
.latest A:HOVER {
  color: #ffcc00
;
  text-decoration : none;
}
.latest A:ACTIVE {
  color: #000000
;
  text-decoration : none;
}
.notes{
  font-size:9pt;
  color:#808080;
  width:400px;
  top : 565px;
  left : 220px;
  position : absolute;
  text-align : center;
  z-index : 1;
  margin-bottom : 1em;
  padding-bottom : 0.2em;
}
.counter{
  visibility : hidden;
}
.s1{
  font-size : 9pt;
  font-weight : normal;
  color : #ff8000;
  text-decoration : none;
}
#contents{
  font-size : 8pt;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 120px;
  position : absolute;
  top : 85px;
  left : 520px;
  z-index : 3;
  list-style-type : none;
  height : 220px;
  color : gray;
}
#contents li a{
  color : #808080;
  text-decoration : none;
}
#contents li a:visited{
  color : #808080;
  text-decoration : none;
}
#contents li a:hover{
  background-color : #ff8000;
  text-decoration : none;
  color : #ffffff;
}
#contents li a:active{
  background-color : #ff8000;
  color : #ffffff;
}
#contents li{
  list-style-type : none;
}
