.memo {
  font-size:xx-small
}
.title {
  font-size:xx-large;
  font-style:italic;
  color:#ff0088;
  text-align:center;
}

table {
  width:80%;
  border:0px;
  border-collapse:collapse;
  border-cspacing:6px;
  margin:5px
}
tr {
  border-bottom:solid #eeee88 5px;
  margin:6px;
}
td {
  background-color:#ffffcc;
}
.w{
#  background-color:#ffffbb;
}
th {
  color:#ff8000;
  background-color:#ffffcc;
  text-align:left;
}
.left {
  float:left;
}
.right {
  text-align:right;
}
.clearLeft {
  clear:left;
}

.h12{
  color:#cc4400;
}
.h24{
  color:#0080FF;
}
.h48{
  color:#339900;
}

.line {
  color:#eeeeaa;
}
