/*リンク*/
/*a.widelink { display: block; width: 100%; text-decoration: none; }*/
a.widelink { display: block; width: 100%; text-decoration: none; }
a.widelink:hover { text-decoration: underline; background-color: #ffff99; color: red; }

a.bluelink { display: block; width: 100%; text-decoration: none; }
a.bluelink:hover { text-decoration: underline; background-color: #0000ff; color: white; }

a.20plink { display: block; width: 20%; text-decoration: none; }
a.20plink:hover { text-decoration: underline; background-color: #0000ff; color: white; }

/*見出しの背景*/
h1 { color: #ffffff; font-style: bold; background-color: #6666cc; }
h2 { color: #ffffff; font-style: bold; background-color: #6666cc; }
h3 { color: #ffffff; font-style: bold; background-color: #6666cc; }
h4 { color: #ffffff; font-style: bold; background-color: #6666cc; }

td.title { font-size: 13pt; color: #ffffff; font-style: bold; background-color: #6666cc; }
