﻿#container {
}

.sub_nav_container {
    background-image: url('images/bg_submenu.jpg');
}

#bg_submenu_b {
    background-image: url('images/bg_submenu_b.jpg');
}

#header {

}

#main_nav_container {
    background: repeat-x;
    background-image: url(images/bg_menu.jpg);
    /*background-color: #247096;*/

}

#key_visual {
    background: no-repeat;
}

#slogan {

}

#footer {
    background-color: #E2E2E2;
}

body#main_body {
    background-color: #FFFFFF;
    color: #151515;
}

.content {
    color: #151515;
}

.content table {
    color: #151515;
    border-color: #5a72a2;
}

.content select {
    color: #151515;
}

.content input {
    color: #151515;
    border-color: #b4b8bb;
}

.content textarea {
    color: #151515;
    border-color: #b4b8bb;
}

.content a {
    color: #0455fc;
}

.content td {
    border-color: #5a72a2;
}

.content th {
    border-color: #5a72a2;
    color: #ffffff;
    background-color: #5a72a2;
}

.content tr.odd {
    color: #000000;
    background-color: #ffffff;
}

.content tr.even {
    color: #000000;
    background-color: #f3f3f3;
}

.content fieldset {
    border-color: #5a72a2;
}

.content legend {
    color: #5a72a2;
}

.content label {
    color: #1e1e1e;
}

.content #submit {
    background-color: #f4f4f4;
    border-color: #b4b8bb;
    color: #74777a;
}