@charset "shift_jis";

/* =======================================
 *
 *         editorLayout CSS
 *
 *========================================== */


/* editorLayout
 *****************************************************************************/
div.editorLayout-inner table {
        border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
}

div.editorLayout-inner table th,
div.editorLayout-inner table td {
        border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
}

/* WebEditor
 *****************************************************************************/
body.WebEditor {
        margin-left: 10px;
}

body.WebEditor table {
        border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
}

body.WebEditor table th,
body.WebEditor table td {
        border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
}

