@charset "UTF-8";

/*------------------------------
   CMD Lab. common
------------------------------*/

/*------------------------------
   universal
------------------------------*/

@import url("fonts.css");
@import url("base.css");


/*------------------------------
   structure
------------------------------*/

html,
body {
  height: 100%;
}

body {
  background-color: #092a2f;
  color: #efefef;
  font-size: 100%;
  text-align: center;
}

div#container {
  position: relative;
  min-height: 100%;
  width: 50em;
  min-width: 850px;
  font-size: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

div#header,
div#content {
  color: #231815;
  text-align: left;
}

div#content {
  clear: both;
  padding-bottom: 2em;
}

div#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2em;
  background-color: #092a2f;
  color: #efefef;

  text-align: right;
}

/*========================================*/

/*------------------------------
   elements
------------------------------*/

/*------------------------------
   heading
------------------------------*/

h1 {
  clear: both;
  width: 100%;
  height: 80px;
  background-color: #90d7e3;

  color: #ffffff;
  font-weight: bold;
  font-size: 129%;
}

h2 {
  clear: both;
  margin: 1.5em 13px 1em;
  border-style: solid;
  border-color: #092a2f;
  border-width: 0 0 1px 1.1em;
  padding-left: 8px;

  font-weight: bold;
  font-size: 114%;
}

h2 img {
  margin-bottom: -0.4em;
}


/*------------------------------
   text
------------------------------*/

p {
  text-indent: 1em;
  margin: 0.5em 26px;
}


em {
  font-weight: bold;
}

em.keyword {
  font-weight: normal;
  color: #ff0017;
}


/*------------------------------
   link
------------------------------*/

a {
  color: #536f71;
}

a:hover {
  text-decoration: underline;
  color: #770d12;
}

a[href$=".pdf"] {
  padding-right: 16px;
  margin-right: 3px;

  background-image: url("../images/icons/pdf.png");
  background-repeat: no-repeat;
  background-position: right center;
}


/*------------------------------
   list
------------------------------*/

ul,
ol,
dl {
  margin: 1em 26px 1em 3em;
  list-style-position: outside;
}

ul {
  list-style-type: disc;
}

ol {
  margin-left: 4em;
}

/*------------------------------
   table
------------------------------*/

table {
  border-collapse: collapse;
  margin: 7px 26px;
  color: #231815;
}

th,
td {
  border: 1px solid #000000;
  padding: 8px 13px;
  text-align: left;
}

th {
  background-color: #e1eef4;
  font-weight: bold;
}



/*------------------------------
   separator
------------------------------*/

hr {
  margin: 12px 0;
  visibility: hidden;
}


/*------------------------------
   layout
------------------------------*/

.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix::after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
}

/*========================================*/


/*------------------------------
   header.logo
------------------------------*/

div#header img#logo {
  float: left;
  display: block;
  padding: 5px 15px;
}

/*------------------------------
   header.lang
------------------------------*/

div#header div#lang {
  float: right;
  width: 50px;
  height: 35px;
  padding: 5px 10px;
}

div#header div#lang a {
  display: block;
  width: 50px;
  height: 35px;
}

div#header div#lang a img {
  display: block;
  margin: auto;
}

div#header div#lang a.english {
  background: url(../images/lang/lang-english-on.png) 0 0 no-repeat;
  background-position: 50% 50%;
}

div#header div#lang a.japanese {
  background: url(../images/lang/lang-japanese-on.png) 0 0 no-repeat;
  background-position: 50% 50%;
}

div#header div#lang:hover a img {
  visibility: hidden;
}


/*------------------------------
   header.navigation
------------------------------*/

div#header ul#globalnavi {
  clear: both;
  margin: 0;
  padding: 0;
}

div#header ul#globalnavi li {
  float: left;
  width: 20%;
  height: 40px;
  list-style-type: none;
  text-align: center;
  background: url(../images/globalnavi/globalnavi-background.png) 0 -40px repeat-x;
}

div#header ul#globalnavi li.notcurrent {
  background: url(../images/globalnavi/globalnavi-background.png) 0 0 repeat-x;
}
div#header ul#globalnavi li.notcurrent:hover {
  background: url(../images/globalnavi/globalnavi-background.png) 0 -40px repeat-x;
}

/*------------------------------*/

div#header ul#globalnavi li a {
  display: block;
  width: 100%;
  height: 40px;
}

div#header ul#globalnavi li img {
  display: block;
  margin: auto;
}

div#header ul#globalnavi li#globalnavi-business a,
div#header ul#globalnavi li#globalnavi-staff a,
div#header ul#globalnavi li#globalnavi-profile a,
div#header ul#globalnavi li#globalnavi-access a {
  border-left: 1px solid #092a2f;
}

div#header ul#globalnavi li#globalnavi-top a {
  background: url(../images/globalnavi/globalnavi-top-on.png) 0 0 no-repeat;
  background-position: 50% 50%;
}
div#header ul#globalnavi.english li#globalnavi-top a {
  background: url(../images/globalnavi/globalnavi-top-on-en.png) 0 0 no-repeat;
  background-position: 50% 50%;
}

div#header ul#globalnavi li#globalnavi-business a {
  background: url(../images/globalnavi/globalnavi-business-on.png) 0 0 no-repeat;
  background-position: 50% 50%;
}
div#header ul#globalnavi.english li#globalnavi-business a {
  background: url(../images/globalnavi/globalnavi-business-on-en.png) 0 0 no-repeat;
  background-position: 50% 50%;
}

div#header ul#globalnavi li#globalnavi-staff a {
  background: url(../images/globalnavi/globalnavi-staff-on.png) 0 0 no-repeat;
  background-position: 50% 50%;
}
div#header ul#globalnavi.english li#globalnavi-staff a {
  background: url(../images/globalnavi/globalnavi-staff-on-en.png) 0 0 no-repeat;
  background-position: 50% 50%;
}

div#header ul#globalnavi li#globalnavi-profile a {
  background: url(../images/globalnavi/globalnavi-profile-on.png) 0 0 no-repeat;
  background-position: 50% 50%;
}
div#header ul#globalnavi.english li#globalnavi-profile a {
  background: url(../images/globalnavi/globalnavi-profile-on-en.png) 0 0 no-repeat;
  background-position: 50% 50%;
}

div#header ul#globalnavi li#globalnavi-access a {
  background: url(../images/globalnavi/globalnavi-access-on.png) 0 0 no-repeat;
  background-position: 50% 50%;
}
div#header ul#globalnavi.english li#globalnavi-access a {
  background: url(../images/globalnavi/globalnavi-access-on-en.png) 0 0 no-repeat;
  background-position: 50% 50%;
}


div#header ul#globalnavi li.notcurrent:hover img {
  visibility: hidden;
}


/*------------------------------
   topic path
------------------------------*/

ol#topic-path {
  margin: 0.3em 1em 1em;
  font-size: 92%;
}

ol#topic-path li {
  display: inline;
}


/*------------------------------
   footer
------------------------------*/

div#footer span#copyright {
  padding: 0 10px 10px 0;
}
