@charset "Shift_JIS";

A:link {
  color: #22aa99; 
  text-decoration: none;
}
A:active {
  color: #00ee00; 
}
A:visited {
  color: #007766; 
}

A:hover {
  color: #0044cc;
  background-color: #eeffee;
  text-decoration: underline;
}

p.menu {
    text-align: center;
    font-weight: 700;
}

p.information {
    margin-top: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 80%;
    line-height: 1.2;
}

p.topic {
    border: solid #aaaaaa;
    border-width: 1px;
    margin: 13px 3px 3px 3px;
    padding: 5px 5px 5px 10px;
    font-size: 100%;
    font-weight: 700;
    background-color: #f7f7f7;
}

p.article_head {
    font-family:sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 150%;
    font-weight: 700;
}

p.underline_head {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 90%;
    font-weight: 700;
    text-decoration:underline;
}

p.article_body {
    margin: 0px 5px 5px 5px;
    font-size: 90%;
    line-height: 1.3;
}

p.article_body_L {
    margin: 0px 5px 5px 5px;
    font-size: 95%;
    line-height: 1.2;
}

p.writer {
    text-align:right;
    margin:0px 50px 5px 0px;
    font-size: 90%;
}

p.sum {
    font-size: 100%;
    font-weight: 700;
    text-align: center;
    color: #444444;
    background-color: #eeeeee;
    margin: 13px 3px 3px 3px;
    padding: 5px 5px 5px 10px;
}

table.caption {
    font-size: 85%;
    text-align:center;
    line-height: 1.2;
}

img.link {
    border: 0px;
}
