#box{
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;

  display:inline-block;
  word-wrap: break-word;
  background: rgba(164,192,171,0.5);
  color: #555555;

  padding: 2px;
  padding-top:160px;

  text-align: left;
  font-family: sans-serif;
}


#oval{
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 0px;
  background: rgba(139,163,147,1.0);
  color: #ffffff;

  text-align: left;
  padding: 5px;
  width: 242px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0,0.7));

  font-family: sans-serif;
  font-size:12px;
}


#oval::before, #oval::after{
  height: 10px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

#oval::after {
  bottom: -10px;
  background: linear-gradient(135deg, rgba(139,163,147,1.0) 5px, transparent 0), linear-gradient(225deg, rgba(139,163,147,1.0) 5px, transparent 0);
  background-size: 10px 10px;
}

.shadow{
  filter: drop-shadow(2px 2px 0px rgba(0,0,0,0.5));
}


.shadow2{
  filter: drop-shadow(1px 1px 0px rgba(0,0,0,0.4));
}

#ttl{
  font-size: 20px;
  font-family: Luminari, fantasy;
}


#main{
  position: relative;
  left: 270px;
  top: 0;
  width: 600px;
  text-align: left;
}

.menu{
  background: rgba(128,152,138,1.0);
  width: 90%;
  border-radius: 0px 25px 25px 0px;
  color: #ffffff;
  text-align:left;
  padding: 2px;
  text-transform: uppercase;

  margin-top: 7px;
  margin-bottom: 5px;
}

.menu2{
  background: rgba(171,156,139,1.0);
  width: 90%;
  border-radius: 0px 25px 25px 0px;
  color: #ffffff;
  text-align:left;
  padding: 2px;
  text-transform: uppercase;

  margin-top: 7px;
  margin-bottom: 5px;
}


#box2{
  background: rgba(184,171,161,1.0);
  display:inline-block;
  word-wrap: break-word;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.7));
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
