<!-- HyperLink -->

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

<!-- /HyperLink -->

<!-- 設定 -->

#contents {
 width: 700px;
 font-size: 13pt;
 color: #8fbc8f;
 margin: 0.5em;
 padding: 0.5em;
 font-size: 13pt;
}

h3 {
 color: #0000ff;
 font-size: 14pt;
 font-family:ＭＳ　明朝;
 border-bottom: #000 2px dotted;
}

p {
 font-size: 85%;
}

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

<!-- /設定 -->

#bgyellow {
 background: #fd5;
}

#bgblue {
 background: #c0f0e6;
}

#sen {
 width: 80%;
 color: #b0e0e6;
}

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

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