/* サイト内のあらゆるリンクの青色をグレーに強制変更 */
html body a,
html body a:link,
html body a:visited,
html body .main a,
html body .footer a,
html body .header a {
    color: #333333 !important; /* お好みのグレー（濃くしたい場合は#333333） */
    text-decoration: none !important;
}