body {
    margin: 0px;
    align: middle;
    font-family: arial, serif;
    color: #625651;
}

table {
	border-collapse: collapse;
	empty-cells: show;
    font-size: 10pt;
}

td {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

img {
    border: 0px;
}

a {
    color: #EC6E18;
}

form {
    margin: 0px;
}

p.space_line {
    margin: 0px;
    padding: 0px;
    height: 12px;
    font-size: 1px;
}

td.orange_rect {
    width: 30px;
    vertical-align: top;
    background: white;
}

table.header td {
    background: url("/images/menu_bg.gif") repeat-x left top;
}

table.header td.header_sp {
    background: url('/images/menu_bg_wo_line.gif') repeat-x left top;
}

table.header td.header_ico {
    padding: 6px 0px 0px 0px;
    width: 42px;
    text-align: center;
}

table.header td.header_ico a {
    display: block;
}

table.header td.header_ico_b {
    background: transparent;
}

table.header td.header_ico_hover {
    background: transparent;
    border-bottom: 2px solid #F2995D;
    height: 10px;
}

table.menu td {
    padding: 12px 0px;
}

table.menu a {
    text-decoration: none;
    display: block;
    color: #736158;
    padding: 0px 5px;
    text-align: center;
}

table.menu a:hover {
    color: black;
}

table.menu a {
    border-top: 1px solid white;
    border-bottom: 1px solid #C4BAB6;
    padding: 2px 0px;
}

table.menu a img {
    margin: 5px 0px 0px 0px;
}

table td.menu_item_selected a {
    border-top: 1px solid #C4BAB6;
    border-bottom: 2px solid #C4BAB6;
    color: black;
}

table.image {
    margin-bottom: 12px;
}

table.content {
    margin-bottom: 12px;
}

td.table_header {
    padding: 14px 12px;
    color: #EC6E18;
    border-top: 3px solid #C4BAB6;
    white-space: nowrap;
    font-weight: bold;
    vertical-align: top;
    background: #F6F5F4;
}

td.table_header_sp {
    border-top: 1px solid #C4BAB6;
    width: 100%;
}

td.table_content {
    padding: 0px 12px 12px 12px;
    background: #F6F5F4;
    height: 100%;
    color: #625651;
}

table.footer {
    margin-bottom: 12px;
}

table.footer td.footer_content {
    background: #F6F5F4;
    height: 100%;
    color: #625651;
    padding: 5px;
    border-top: 1px solid #C4BAB6;
    font-size: 90%;
}

td.table_content p.news_date {
    color: #EC6E18;
    /*padding: 0px;*/
    margin: 0px;
}

td.table_content p.news_cont {
    /*color: #EC6E18;*/
    /*padding: 0px;*/
    margin: 0px 0px 12px 0px;
}

table.vacancy {
    background: #F6F5F4;
}

table.vacancy td.vac_content {
    padding: 0px 0px 0px 0px;
}

.vacancy p {
    margin: 0px;
}
.vac_arrow {
    padding: 5px 0px 0px 12px;
}

.vac_pages {
    background: #F6F5F4;
    border-bottom: 1px solid #C4BAB6;
    padding: 0px 10px 4px 12px;
}

span.f {
    padding: 0px;
    margin: 0px;
}

table.form td {
    padding: 2px 0px;
}
