/* 
 * element 
 */
body {
    background-color: #E0E0E0;
}

a {
    text-decoration: none;
}

/* 
 * class 
 */
.menu_box {
    vertical-align: top;
    text-align: center;          
}

.active_menu_box menu_box {
    vertical-align: inherit;          
    text-align: inherit; 
    background-color: #ccffff;         
}

.gc_header {
    text-align: center;          
    font-size: 30px;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #E0E0E0;
   color: black;
   text-align: center;
}

.base_table {
    border: none;
    align-items: center;
    width: 90%;
    border-spacing: 10px;
    padding: 10px;
}

.table_01 base_table {
    border: inherit;
    align-items: inherit;
    width: inherit;
    border-spacing: inherit;
    padding: inherit;
    margin: auto;
    background-color: #E0E0E0;
}

.table_02 base_table {
    border: 30px;
    align-items: inherit;
    width: inherit;
    border-spacing: inherit;
    padding: inherit;
    margin: auto;
    background-color: #E0E0E0;  
}

.table_03 base_table {
    border: inherit;
    align-items: inherit;
    width: inherit;
    border-spacing: 2;
    padding: 2;
}

.table_04 {
border: none;
    align-items: center;
    width: 90%;
    border-spacing: 10px;
    padding: 10px;
    margin: auto;
    background-color: #E0E0E0;  
}

/* 
 * Id 
 */

/* 
 * Universal 
 */

/* 
 * Group 
 */


