body {
  margin:0;
  padding:0;
  text-align:center;
  color:#333;
  background:#e6e6e6;
  font-size: 12px;
}

#wrapper {
  margin-left:auto;
  margin-right:auto;
  width:800px;
  text-align:left;
  background:white;
}

#title {
  margin-left:0em;
}

#header {
  margin-left:0.5em;
}

#main {
  float:right;
  padding:0px;
  margin-left:0.5em;
  margin-right:0.2em;
  width:590px;
  background:white;
}

#sidebar {
  float:left;
  padding:0px;
  width:190px;
  background:white;
  font-size:small;
}

#link {
  clear:both;
}

#pr {
  clear:both;
  padding:5px;
  text-align:left;
  color: black;
  background:white;
  font-size:0.8em;
}

#footer {
  clear:both;
  padding:5px;
  text-align:center;
  background:mediumseagreen;
}

h1 {
  font-size:1.5em;
  font-family:"Arial";
  color:gray;
  border-color:forestgreen;
  border-style:none;
  border-width:2px;
  padding-left:0.5em;
  text-align:left;
}
h2 {
  font-size:1.2em;
  font-family:"Arial";
  border-color:forestgreen;
  border-width: 0px 0px 1px 0px;
  border-style:solid;
  background-color: beige;
  padding-top:0.2em;
  padding-left:0.5em;
  padding-bottom:0.2em;
  text-align:left;
}
h3 {
  font-size:1.0em;
  font-family:"Arial";
  border-color:forestgreen;
  border-width: 0px 0px 1px 0px;
  border-style:solid;
  background-color: beige;
  padding-top:0.2em;
  padding-left:0.5em;
  padding-bottom:0.2em;
  text-align:left;
}
em {
  font-weight:bold;
  font-style:normal;
}
p {
  line-height:1.5em;
  text-align:left;
}

p.title {
  font-size:1.0em;
  font-weight:bold;
  margin-left:0.5em;
  margin-right:1.0em;
}
p.image {
  margin-left:1.0em;
  margin-right:1.0em;
}
p.copy {
  margin-left:1.0em;
  margin-right:1.0em;
}

p.link {
  margin-left:1.0em;
  font-size:0.9em;
}

ul {
  list-style-type:disc;
  text-align:left;
}

/* 標準のリンク */
a:link, a:visited {
  border-bottom:1px dotted #69f;
  color:#36c;
  text-decoration:none;
}

/* 訪問済みリンク */
a:visited {
  border-bottom-color:#969;
  color:#939;
}

/* マウスカーソルが上に来た時のリンク */
a:hover {
  border-bottom:1px solid #f00;
  color:#f00;
}

hr {
  color:gray;
  height:1;
  border:1;
  border-style:solid;
}
hr.links {
  color:forestgreen;
  height:1;
  border:1;
  border-style:solid;
}

dt {
  font-weight:bold;
  font-family:"Arial";

  margin-left:0.5em;
  padding-left:0.5em;
  line-height:1.5em;
  border-color:white;
  border-width:0px 0px 2px 1px;
  border-style:solid;
  background-color: palegreen;
}

dd {
  margin-left:0.5em;
  padding-left:0.5em;
  line-height:2.0em;
  border-color:white;
  border-width:0px 0px 2px 1px;
  border-style:solid;
  background-color: beige;
}

table, td, th {
  border-width: 1px;
  border-style: solid;
  border-color: #CDC9C9;
  border-collapse: collapse;
  padding: 0.3em;
}
th {
  background-color: palegreen;
  font-size: 1.3em;
}
td.cell1 {
  width: 150px;
}
td.cell2 {
  width: 140px;
}
td.cell2t {
  width: 140px;
  background-color: beige;
}
td.cell3 {
  width: 80px;
}
td.cell3t {
  width: 80px;
  background-color: beige;
}
td.cell4 {
  width: 100px;
  background-color: beige;
}
td.cell5 {
  width: 472px;
}

td.cell6 {
  width: 200px;
  height: 40px;
}

hr.table {
  color:forestgreen;
  height:1;
  border:1;
  border-style:dotted;
}

a.no-border{ border-style: none; }
a:hover.no-border{ border-style: none; }

