.memo {
  margin:1em 0;
  background:
    transparent
    url('/img/memob.gif')
    no-repeat
    scroll
    bottom left;
  padding:0 0 1em 0;
}

.memo span {
  display:block;
  background:
    transparent
    url('/img/memot.gif')
    no-repeat
    scroll
    top left;
  width:590px;
  height:32px;
  overflow:hidden;
  text-indent: -1000em;
  margin:0;
  padding:0;
}

div.memos {
  width:550px;
  margin:0 auto;
  background:
    transparent
    url('/img/memosb.gif')
    no-repeat
    scroll
    bottom left;
  padding:0 0 1em 0;
}

.memos img.memo_title,
img.memo_title {
  margin:0;
  padding:0;
}

.memos span {
  display:block;
  background:
    transparent
    url('/img/memost.gif')
    no-repeat
    scroll
    top left;
  width:550px;
  height:32px;
  overflow:hidden;
  text-indent: -1000em;
  margin:0;
  padding:0;
}

.memo div, .memos div {
  margin:0 1em;
  text-align:left;
}

.memo dl dt, .memos dl dt {
  margin-left:1em;
  font-weight:bold;
}

.memo dl dd, .memos dl dd {
  margin-left:2em;
}

.memo table, .memos table {
  margin-left:5em;
  text-align:left;
}

.memo table th, .memos table th {
  width:10em;
}

