﻿@charset "UTF-8";

/* ------------------------------
common
------------------------------ */
html,body,div{margin:0;padding:0;}
ul{ list-style:none; }

/*centering*/
div.centering   { width:980px; text-align:center; margin:auto; }
div.centering_ie{}
* html div.centering   { width:980px; text-align:center; margin:auto; }
* html div.centering_ie{ text-align:left; }

/*header*/
div.header         { position:relative; height:59px; text-align: right; }
div.header_link img.external_link{ margin:10px 0 2px 6px;}
div.header_link img.language_menu{ margin:6px 0 0 27px;  }
img.company_logo { position: absolute; top: 0px; left: 0px; }
img.title        { position: absolute;top: 19px; left: 337px; }
img.subtitle     { position: absolute;top:35px; left: 355px; }

/*footer*/
div.footer1         { position:relative;margin:0;padding:0px 300px 0 722px;height:20px;text-align:right;background-image:url("../images/footer_bg.png");background-repeat:repeat-x;background-position:bottom;overflow:hidden;}
img.copyright1      { margin:7px -282px 0 0;padding:0;border:0;vertical-align:top;}
div.html_footer    { margin-left: 0px; width:980px; height: 20px; text-align: right; background-image: url("../images/footer_bg.png"); background-repeat: repeat-x; background-position:bottom; clear:both; }
img.html_copyright {
    float:right;
    padding:5.5px 15px 5.5px 0;
    border: 0;
    object-fit: contain;
    object-position: center right;
    padding-top: 4.5px;
    position: relative;
    right: 38px;
    height: 10.5px;
}
div.footer > a::after {
    content: '';
    width: 30px;
    height: 16px;
    background: url(../images/copyright_icon.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 18px;
}
img.html_copyright_left { float:left; padding:5.5px 0px 5.5px 15px; border: 0; }
