/* ハイパーリンク・アクション */

a:link    { color: #0000cc; text-decoration: none; }
a:visited { color: #0000cc; text-decoration: none; }
a:hover   { color: #ff0000; text-decoration: underline; }
a:active  { color: #0000cc; text-decoration: none; }
