

body {
  margin-left: 45px;
  margin-right: 0.7em;
  color: #000;
  background: #fff url(image/JTTA_logo.gif) no-repeat top left fixed;
}
a:link, a:active {
  color: #008;
  text-decoration: none;
}
a:visited{
  color: #048;
  text-decoration: none;
}

p {
  text-indent: 1em;
}

/*
ul {
  list-style-image: url(image/blue_sphere.gif);
  list-style: none;
}
*/

address {
  font-style: normal;
}

#last_modified {
  font-size: smaller;
  color: #8af;
  text-align: right;
}

table {
    border-collapse: collapse;
    border-color: #000;
    border-style: solid;
    border-width: 3px;
}

thead th {
    border-collapse: collapse;
    border-color: #000;
    border-style: solid;
    border-width: 1px 1px 2px 1px;
}

th {
    border-collapse: collapse;
    border-color: #000;
    border-style: solid;
    border-width: 1px 2px 1px 1px;
}

td {
    border-collapse: collapse;
    border-color: #000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    text-align: center;
}

.mawarikomi {
    float: right;
    margin: 2mm;
}