body {
  background: #fff url("img/bg.gif");
  color: #000;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 130%;
}

.contents {
  width: 800px;
  background: #fff;
  margin: auto;
  padding: 0px;
  padding-top: 0px;
  text-align: left;
}

a:link {
  color: #036;
  text-decoration: underline;
}
a:visited {
  color: #036;
  text-decoration: underline;
}
a:hover {
  color: #096;
  text-decoration: none;
}

h1 {
  margin: 0px;
  padding: 0px;
}

.menu {
  width: 190px;
  margin:0px 5px;
  margin-left: 0px;
  padding:0px;
  border: none;
  float:left;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #000;
}
.menu p {
  margin:0px;
  margin-left:0px;
  padding:0px;
  background: #fff;
  border-left: #666 1px solid;
  border-right: #666 1px solid;
  border-bottom: #333 1px solid;
}
.menu p.top {
  border-top: #666 1px solid;
}
.menu p a:link {
  display:block;
  width:180px;
  padding:5px;
  color: #096;
  text-decoration:none;
}
.menu p a:visited {
  display:block;
  width:180px;
  padding:5px;
  color: #096;
  text-decoration:none;
}
.menu p a:hover {
  display:block;
  width:180px;
  padding:5px;
  color: #fff;
  background:#096;
  text-decoration:none;
}

.menu p.sub {
  margin:0px;
  margin-left:0px;
  padding:0px;
  background: #ccc;
  border-left: #666 1px solid;
  border-right: #666 1px solid;
  border-bottom: #333 1px solid;
}
.menu p.sub a:link {
  display:block;
  width:180px;
  padding:5px;
  color: #063;
  background:#ccc;
  text-decoration:none;
}
.menu p.sub a:visited {
  display:block;
  width:180px;
  padding:5px;
  color: #063;
  background:#ccc
  text-decoration:none;
}
.menu p.sub a:hover {
  display:block;
  width:180px;
  padding:5px;
  color: #fff;
  background:#096;
  text-decoration:none;
}


.body {
  width: 590px;
  float: left;
  margin:0px 5px;
  padding:0px;
  padding-left: 0px;
  margin-bottom: 20px;
  border:none;
}
.body .update {
  text-align: right;
  font-size: 11px;
}
.body .location {
  text-align: left;
  font-size: 11px;
}

h2 {
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  font-size: 1em;
  font-weight: bold;
  color: #096;
  border-bottom: #096 2px solid;
}
.body p {
  margin:5px;
  padding:0px;
}
dl {
  margin:3px;
  padding:0px;
}
dt {
  font-weight: bold;
}
.pres dt {
  font-weight:normal;
}
dd {
  margin-left: 1.5em;
}
dl.syusai {
  font-size:12px;
}

h3 {
  margin:0px;
  padding:0px;
  margin-top: 5px;
  padding-left: 3px;
  font-size:1em;
  font-weight: normal;
  border-left: #f00 5px solid;
  background: #fcc;
}
h4 {
  margin:0px;
  padding: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.footer {
  clear: left;
  margin-top: 5px;
  margin-bottom:10px;
  border-top: #000 2px solid;
  padding-top: 3px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 0.8em;
}
.footer p {
  margin:0px;
  padding:0px;
}
.footer a:link {
  text-decoration: none;
  color:#000;
}
.footer a:visited {
  text-decoration: none;
  color:#000;
}
.footer a:hover {
  text-decoration: underline;
  color:#063;
}
.bgThick {
  background: #ccc;
}
.bgThin {
  background: #eee;
}
hr {
  margin-top: 20px;
  margin-bottom: 30px;
}


.seminar_form {
margin-top:0px;
width:590px;
margin:0px;
padding:0px;
text-align:right;
position:relative;
top:-25px;
}
.seminar_form a{
width:100px;
text-align:center;
margin:0px;
padding:5px 3px;
font-weight:bold;
}
.seminar_form a:link {
color:#096;
text-decoration:underline;
}
.seminar_form a:visited {
color:#096;
text-decoration:underline;
}
.seminar_form a:hover {
color:#033;
text-decoration:none;
}