body {
  background-color: #c0c0c0;
}

table#layout {
  border: none;
  width=100%;
  border-collapse: collapse;
  background-image: url('images/bumaga.jpg');
}

td.left {
  vertical-align: top;
  border: 1px solid #000;
  border-right: none;
  width: 20%;
}

td.maintext {
  vertical-align: top;
  border: 1px solid #000;
  border-left: none;
}

td.clips {
  vertical-align: top;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 55px;
  background-image: url('images/clips.gif');
  background-repeat: repeat-y; 
  background-position-y: top;
}

td.right {
  vertical-align: top;
  padding-top: 5em;
  padding-left: 0;
  background-image: none;
  background-color: #c0c0c0;
}

h1 {
  margin-left: 6em;
  border-bottom:1px dotted #000;
  text-align: right;
}

h2 {
  font-weight: normal;
  border-bottom: 1px solid #000;
}

h3 {
  font-weight: normal;
  border-bottom: 1px solid #000;
}

p.contents1 {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0.6em;
}

p.contents2 {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 1em;
  font-size: x-small;
  padding-top: 0.4em;
  padding-bottom: 0;
}

p.contents3 {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2em;
  font-size: xx-small;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

a {
  color: #016300;
}

div.contents a {
  text-decoration: none;
}

div.contents a:hover {
  text-decoration: underline;
}

div.sample {
  padding: 20px 20px 20px 20px;
  margin-right: 20px;
  margin-left: 20px;
  border: solid 1px #000;
  text-align: right;
  float: right;
}

.sample table,
table.sample {
  border-collapse: collapse;
  font-family: Arial;
  font-size: 125%;
  font-style: italic;
  font-weight: normal;
}

.sample td {
  padding: 0px;
  margin: 0px;
  text-align: right;
  padding-left: 2px; 
}

.sample td.result {
   border-top: 1px solid #000;
}

.sample td.caret {
   border-left: 2px solid #000;
}

.sample td.mark {
   background-color: #bbb; 
   border-left-width: 2px;
   margin-left: 2px;
}

div.cleaner {
  padding: 10px; 
  clear: both;
}
