/* バナー効果 ---------------------------------------- */
.robtnD { /* 通常時 */
        color:blue;
        text-decoration:underline;
}
.robtnD:hover { /* マウスが乗った時 */
        position:relative;
        top:1px; left:1px;
        color:orange;
        background-color:#ffffff;
        text-decoration:underline;
}
.robtnD img {
        border:0;
}

