/* リンクリスト */

.sidetitle2 {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
}

.sidetitle2 a {
    width: auto;
}

/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 1px;
    border: 1px solid #6699FF; /* 枠線 */
    color:#ffffff; /* 文字色 */
    background-color:#6699FF; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:14px;
  font-weight:bold;
  font-family:"GOTHIC";
    text-decoration: none;
}

/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 1px;
    border: 1px solid #66CCCC; /* 枠線 */
    color:#000000; /* 文字色 */
    background-color: #66CCCC; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:14px;
  font-weight:bold;
  font-family:"GOTHIC";
    text-decoration: none;
}

