@charset "utf-8";
/* CSS Document */

.Scroller-Container {
	position: absolute;
	top: -18px;
	left: 2px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-color:#006;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 250px;
  position: absolute;
  top: 20px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color:#006;
}
.Scrollbar-Down {
  position: absolute;
  top: 280px;
  width: 10px; height: 10px;
  background-color:#006;
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 240px; left: 835px;
}

#Container {
  position: absolute;
  top: 240px; left: 240px;
  width: 590px;
  height: 290px;
}


#Contents { 
  position: absolute;
  top: 10px; 
  overflow: hidden;
  width: 590px;
  height: 270px;
  display: none;
}
#Contents {display: block;}
p {
  margin: 0; padding: 0px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height:25px;
  color:#000;
}
