/*
 °õºþÍÑCSS
*/
@media print{

*{
  font-family: "£Í£Ó ÌÀÄ«", Osaka, serif;
  color: #000000;
}


h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd, form, blockquote{
  display: block;
  margin: 0;
  padding: 0;
}

h1.header{
  font-size: 9pt;
  font-weight: normal;
  font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
  text-align: left;
  color: #999999;
}

p{
  margin-bottom: 1.1em;
}

hr{
  display: none;
  page-break-after: auto;
}

img{
  border: none;
}

div#HELPNAVI, form.search, input#SEARCH-TEXT, input#SEARCH-SUBMIT, ul#NAVIGATION *, div#LEFTMENU *, #PRINT, #TOP, div.FOOTER a{
  display: none;
}

div#HEADER{
  width: 100%;
  height: 70px;
  text-align: left;
}

#LOGO{
  display: block;
  margin-right: 3mm;
  float: left;
}

div#MAIN{
  font-size: 10pt;
  line-height: 140%;
}

h2{
  margin-top: 20mm;
  margin-bottom: 1.1em;
  font-size: 12pt;
  font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
  letter-spacing: 1em;
  text-align: center;
}

h3{
  margin-bottom: 0.25em;
  font-size: 11pt;
  font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
  letter-spacing: 0.1em;
}

#CURRENT_LOCATION{
  text-align: right;
  margin-top: -10mm;
  margin-bottom: 20mm;
  color: #666666;
}

#CURRENT_LOCATION li{
  display:  inline;
}

#CURRENT_LOCATION *{
  background: transparent;
  color: #666666;
  text-decoration: none;
  font-size: 9pt;
  font-weight: normal;
  font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
}

div.FOOTER{
 color: #ffffff;
}

div.FOOTER img{
  text-align: center;
  display: block;
}

ul{
  list-style: none;
}

dt{
  float: left;
  text-align: right;
  padding-right: 0.5em;
}

dd{
  float: none;
  text-align: left;
}

dl.company{
  margin-bottom: 1.2em;
  page-break-after: auto;
}

.company dt{
  width: 16em;
  font-size: 12pt;
  font-weight: bold;
  margin-right: 5px;
  float: none;
  clear: right;
  text-align: right;
}

.company dd{
  width: 35em;
  margin-left: 1em;
  text-align: left;
  float: right;
  clear: right;
}

.indt dt{
  width: auto;
  font-weight: normal;
  margin: 0;
  text-align: left;
  float: none;
}

.indt dd{
  width: auto;
  border-style: none;
  margin: 0  0 0.75em 1em;
  line-height: 0.75em;
  float: none;
}

}