<!-- HyperLink -->

a {
  text-decoration: none;
}
a:link {
  color: #00e;
}
a:visited {
  color: #800080;
}
a:hover,a:active {
  color: #fff;
  text-decoration: none;
  background: #00ccff;
}

<!-- /HyperLink -->

<!-- 設定 -->

#contents {
 width: 700px;
 text-align: left;
 font-size: 11pt;
 color: #9c9c9c;
 margin: 0.5em;
 padding: 0.5em;
 font-size: 13pt;
}

h3 {
 height: 30px;
 background: url(sub2.jpg);
 background-repeat: no-repeat;
 border-bottom:#0000ff 2px solid;
 padding-left: 15px;
 padding-top: 3px;
 color: #0000ff;
 font-size: 16pt;
 font-family:ＭＳ　明朝;
}

p {
 font-size: 85%;
}

ul,li {
 list-style: none;
 margin: 0px;
 padding: 0px;
}

address {
 width: 700px;
 margin: 0;
 padding: 3px 10px 5px 0;
 text-align: center;
 color: #999;
 font-size: 85%;
 font-style: normal;
}

#left {
 float: left;
 width: 180px;
 margin-right: 20px;
}

#right {
 float: right;
 width: 480px;
}

<!-- /設定 -->

#bgyellow {
 background: #fd5;
}

#bgblue {
 background: #c0f0e6;
}

#sen {
 text-align: center;
 width: 80%;
 color: #0000ff;
}

#kyou {
 color: red;
 font-weight: bold;
}

strong {
 color: red;
 font-weight: bold;
}