/* 未作成ページへのリンクを赤くする */
a.newpage {
    color: #ff0000 !important; /* 赤色にする */
    text-decoration: underline; /* 下線を引く */
}
