@charset "UTF-8";
/*---------------------
    HEADER FOOTER START
---------------------*/
/*---------------------
        RESET
---------------------*/
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.fltR {
  float: right !important;
}

.fltL {
  float: left !important;
}

.fltN {
  float: none !important;
}

.block {
  display: block !important;
}

/*---------------------
       MARGIN 
---------------------*/
/*top*/
.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

/*bottom*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

/*left*/
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml5n {
  margin-left: -5px !important;
}

/*right*/
.mr10n {
  margin-right: -10px !important;
}

.mr5n {
  margin-right: -5px !important;
}

/*---------------------
       PADDING 
---------------------*/
/*top*/
.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

/*right*/
.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/*bottom*/
.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb34 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

/*left*/
.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl60 {
  padding-left: 90px !important;
}

.f120 {
  font-size: 120%;
}

/*RESET END*/
/*HEADER*/
#GlobalHeader {
  width: 1024px;
  margin: 0 auto;
  height: 53px;
  background: url(../img/tkhHeaderWide_bg.gif) left top no-repeat;
  margin-top: 12px;
}
#GlobalHeader h1, #GlobalHeader h1 a, #GlobalHeader p, #GlobalHeader p a {
  width: 288px;
  height: 44px;
  background: url(../img/tkhHeader_title.gif) center top no-repeat;
  text-indent: -9999px;
  display: block;
}

#GlobalHeaderL {
  width: 411px;
  float: left;
}

#GlobalHeaderR {
  width: 404px;
  float: right;
}

#GlobaltkhWeb {
  width: 404px;
  text-align: right;
  height: 16px;
}

#GlobalHeader img, #GlobalFooter img {
  border: 0;
  vertical-align: top !important;
}

#GlobalNav {
  float: left;
  width: 351px;
  padding-top: 6px;
}

#GlobalNavTMG {
  float: right;
  width: 43px;
  padding-top: 2px;
}

#GlobalNav li a {
  display: block;
  float: left;
  width: 80px;
  height: 22px;
  text-indent: -9999px;
}

#GlobalNav li {
  display: inline;
}

#GlobalNav li#NavCompany a {
  background: url(../img/nav_company.gif) center top no-repeat;
}

#GlobalNav li#NavIR a {
  background: url(../img/nav_ir.gif) center top no-repeat;
}

#GlobalNav li#NavRecruit a {
  background: url(../img/nav_recruit.gif) center top no-repeat;
}

#GlobalNav li#NavContact a {
  background: url(../img/nav_contact.gif) center top no-repeat;
  width: 103px;
}

#GlobalNav li#NavCompany a:hover {
  background: url(../img/nav_company_o.gif) center top no-repeat;
}

#GlobalNav li#NavIR a:hover {
  background: url(../img/nav_ir_o.gif) center top no-repeat;
}

#GlobalNav li#NavRecruit a:hover {
  background: url(../img/nav_recruit_o.gif) center top no-repeat;
}

#GlobalNav li#NavContact a:hover {
  background: url(../img/nav_contact_o.gif) center top no-repeat;
  width: 103px;
}

#GlobalCopy {
  width: 815px;
  text-align: right;
  clear: both;
  padding-top: 7px;
  margin-bottom: 0px;
}

#GlobalCopy h2 {
  font-weight: bold;
  color: #21624e;
}

#BarContainer {
  width: 1024px;
  margin: 0 auto;
  height: 24px;
  clear: both;
}

#MilleaHeaderBar {
  width: 630px;
  float: left;
}

#MilleaHeaderBar p.BarText {
  padding-top: 7px;
}

/*FOOTER*/
#GlobalFooter {
  width: 1024px;
  height: 30px;
  background: #2fb4f3 url(../img/tkhFooterWide_bg.gif) 180px top no-repeat;
  margin: 10px auto 4px auto;
}

#FooterL {
  width: auto;
  float: left;
}

#FooterR {
  width: 88px;
  float: right;
  margin-top: 10px;
}

#FooterL ul {
  margin-left: 15px;
}

#FooterL li {
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 10px;
  text-align: left;
  background: url(../img/MilleaFooter_kugiri.gif) no-repeat;
  background-position: right;
  padding-right: 9px;
}

#FooterL li a {
  color: #ffffff;
}

#Copyrights {
  width: 1024px;
  margin: 0 auto 25px;
  clear: both;
}

/*HEADER FOOTEREND */
#MainContainer {
  width: 100%;
}

#FontSizeAdj {
  width: 170px;
  float: right;
  text-align: left;
  margin: 0 0 3px;
  padding: 2px 0 0 0;
}