<!-- HyperLink -->

a {
 text-decoration: none;
 font-size: 10pt;
}
a:link {
  color: #00e;
}
a:visited {
  color: #c07070;
}
a:hover,a:active {
  color: #ff7f50;
  text-decoration: none;
  background: #66aa99;
}

<!-- /HyperLink -->

<!-- 設定 -->

#contents {
 height: ;
 width: 700px;
 text-align: left;
 color: #000000;
 font-size: 12pt;
 font-family: "ＭＳ　Ｐ明朝",平成明朝,serif;
 margin: 0px;
 padding: 5px;
}

h1 {
 width: 250px;
 font-size: 14pt;
 font-family: "ＭＳゴシック",Osaka;
 border-bottom: #000000 1px solid;
 margin: 0;
 margin-top: 0.25em;
 padding-left: 1em;
}

h3 {
 background: url(pen1.jpg);
 background-repeat: no-repeat;
 border-bottom:#33cc33 3px solid;
 padding-left: 25px;
 padding-top: 0px;
 font-size: 14pt;
 font-family: "ＭＳゴシック",Osaka;
}

p {
 font-size: 85%;
 padding: 3px 0;
}

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: 160px;
 margin-right: 20px;
}

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

<!-- /設定 -->

#bgyellow {
 background: #fd5;
}

#bgblue {
 background: #c0f0e6;
}

#sen {
 text-align: center;
 width: 80%;
 color: #33cc33;
}

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

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