/* 未作成ページへのリンクを赤色に */
div.atwiki-contents .not-exist:not(div.atwiki-contents h2>a.not-exist) {
    color: #ba0000;
}

a.not-exist:visited:not(div.atwiki-contents h2 > a.not-exist:visited) {
    color: #a55858;
}
