@import url(lightbox.css);
@import url(webservices.css);

html {
  direction: ltr;
  overflow-y: scroll;
}

body {
  color: #000; background-color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

h2, h3, h4 {
  font-size: 100%; font-weight: bold;
}


em {
  color: #f00;
  font-style: normal;
}

small {
  font-size: 90%;
  font-weight: normal;
}

br.release {
  display: block;
  width: 100%; height: 0;
  clear: both;
  line-height: 0;
  margin: 0; padding: 0;
  font-size: 0;
}

.clearfix,
.clearafter {
  zoom:1;
}

.clearfix:after,
.clearafter:after {
  content:".";
  height:0px;
  clear:both;
  display: block;
  visibility:hidden;
}

.clearbefore {
  clear: both;
}

.last-modified,
.event-date {
  font-size: 85%;
  color: #900;
  font-weight: normal;
}

a:link    {  color: #00f; }
a:visited {  color: #808; }
a:hover   {  color: #f00; }
a:active  {  color: #f00; }

/* Top page is constructed from 4 parts
   1. Header  (#header)
   2. Main    (#main)
   3. Menu    (#sub-menu)
   4. Footer  (#footer)
      Main and Menu consists the "Contents" Part
                                         */

/* Header */

#header {
  font-size: 15px;
  width: 926px;
  height: 130px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}

#header img {
  border: none;
}

#common-top {
  position: relative; top: 0; left: 0;
  background: #011a4c url(../image/header.jpg);
  height: 90px;
  line-height: 1;
  margin: 0;
}

#common-top h1 {
  width: 300px; height: 100%;
  text-indent: -1000em;
  padding: 0;
  margin: 0;
}

#common-top h1 a {
  display: block;
  height: 100%; width: 100%;
  text-decoration: none;
  overflow: hidden;
}

#english-page-link {
  position: absolute; top: 5px; right: 5px;
  height: 1em;
  margin: 0; padding: 0;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}

#english-page-link a:link,
#english-page-link a:visited {
  color: #fff;
  text-decoration: none;
}

#english-page-link a:hover,
#english-page-link a:active {
  color: #f00;
  text-decoration: none;
}

#rss-feed-banner {
  position: absolute; top: 5px; right: 60px;
  margin: 0; padding: 0;
}

#common-top form {
  margin: 0;
}

#gcse {
  position: absolute; right: 1px; top: 95px;
  width: 214px;
}

#gcse .gsc-input {
  font-size: 12px !important;
  padding-right: 8px !important;
}

#gcse .gsc-input .gsst_a {
  position: relative !important; top: 3px !important;
}

#gcse .gsc-search-button .gsc-search-button-v2 {
  padding-left: 13px !important; padding-right: 13px !important;
}

#today-data {
  color: #fff;
  position: absolute;
  right: 4px;
  bottom: 4px;
  margin: 0;
}

#today-data .moonage img {
  vertical-align: -3px;
}

#header #tabs {
  clear: both;
  margin: 0;
  padding: 0;
}

#tabs ul {
  width: 702px;
  margin: 0 auto 0 0;
  padding: 0;
  list-style-type: none;
}

#tabs li {
  margin: 0;
  padding: 0;
  float: left;
  height: 40px;
  width: 117px;
}

#tabs li h1 {
  text-indent: -1000em !important;
  background-repeat: no-repeat;
  margin: 0; padding: 0;
  height: 40px;
}

#tabs li a {
  display: block;
  text-indent: -1000em;
  background-repeat: no-repeat;
  height: 40px;
  text-decoration: none;
  overflow: hidden;
}

#tabs a#news-tab:link, #tabs a#news-tab:visited {
  background: transparent url(../image/tab.gif) no-repeat 0 0;}
#tabs a#news-tab:hover, #tabs a#news-tab:active, #tabs h1#news-tab {
  background: transparent url(../image/tab.gif) no-repeat 0 -40px;}

#tabs a#photo-tab:link, #tabs a#photo-tab:visited {
  background: transparent url(../image/tab.gif) no-repeat -117px 0;}
#tabs a#photo-tab:hover, #tabs a#photo-tab:active, #tabs h1#photo-tab {
  background: transparent url(../image/tab.gif) no-repeat -117px -40px;}


#tabs a#guide-tab:link, #tabs a#guide-tab:visited {
  background: transparent url(../image/tab.gif) no-repeat -234px 0;}
#tabs a#guide-tab:hover, #tabs a#guide-tab:active, #tabs h1#guide-tab {
  background: transparent url(../image/tab.gif) no-repeat -234px -40px;}

#tabs a#hoshinavi-tab:link, #tabs a#hoshinavi-tab:visited {
  background: transparent url(../image/tab.gif) no-repeat -351px 0;}
#tabs a#hoshinavi-tab:hover, #tabs a#hoshinavi-tab:active, #tabs h1#hoshinavi-tab {
  background: transparent url(../image/tab.gif) no-repeat -351px -40px;}

#tabs a#products-tab:link, #tabs a#products-tab:visited {
  background: transparent url(../image/tab.gif) no-repeat -468px 0;}
#tabs a#products-tab:hover, #tabs a#products-tab:active, #tabs h1#products-tab {
  background: transparent url(../image/tab.gif) no-repeat -468px -40px;}


#tabs a#shop-tab:link, #tabs a#shop-tab:visited {
  background: transparent url(../image/tab.gif) no-repeat -585px 0;}
#tabs a#shop-tab:hover, #tabs a#shop-tab:active {
  background: transparent url(../image/tab.gif) no-repeat -585px -40px;}

/* Contents = Main + sub-menu */

#contents {
  background: transparent url(../image/background/background.png) repeat-y left top;
  width: 926px;
  margin: 0px auto;
  padding: 0;
  position: relative;
  zoom: 1;
}

#contents:after {
  content:".";
  height:0px;
  clear:both;
  display: block;
  visibility:hidden;
}

#contents-main {
  float: left;
  width: 700px;
}

#location {
  font-size: 90%;
  width: 700px;
  background-color: #1a7e7f;
  color: #fff;
  padding: 3px 0;
}

#location ul {
  padding: 0; padding-left: 20px;
  margin: 0;
}

#location li {
  background: url(../image/icon/triangle_white.gif) no-repeat 0% 50%;
  margin: 0;
  list-style-type: none;
  padding-left: 16px;
  display: inline;
}
#location li.top {
  background-image: none;
  font-family: "Arial Black", sans-serif;
  font-size: 110%;
  font-style: normal; font-weight: normal;
  padding-left: 0;
}

#location a:link, #location a:visited, #sub-tab a:link, #sub-tab a:visited {
  color: #fff;
}

.cm {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: normal;
}

.nocss-support {
  display: none;
}

#sub-tab a {
  text-decoration: none;
}

#location a:hover, #location a:active {
  color: #f36;
}

/* Main */
#main {
  margin: 0; padding: 12px 0 0;
  background: transparent url(../image/background/tab_bottom.gif) no-repeat top left;
  zoom: 1;
  line-height: 1.2;
}

#main h1.front-title {
  border-bottom: 2px solid #66c;
  color: #009;
  font-size: 160%;
  font-weight: bold;
  line-height: 1;
  margin: 12px 0;
  padding-bottom: 0.2em;
}

#main h2.front-title {
  text-align: center;
  padding: .1em 0;
  background-color: #e3f0ff;
  border: solid #039; border-width: 1px 0;
  margin: 0 auto .5em;
}

#main .number-navigation {
  clear: both;
  margin: 1em 0 0;
}

#main .number-navigation p {
  margin: 0;
  text-indent: 0em;
}

#main .number-navigation .previous {
  float: left;
  line-height: 37px;
  margin-right: 1em;
}

#main .number-navigation .previous a {
  display: block;
  background: url(../image/icon/arw-prev.gif) transparent left no-repeat;
  padding-left: 50px;
  white-space: nowrap;
}

#main .number-navigation .next {
  float: right;
  line-height: 37px;
  text-align: right;
}

#main .number-navigation .next a {
  display: block;
  background: url(../image/icon/arw-next.gif) transparent right no-repeat;
  padding-right: 50px;
  white-space: nowrap;
}

#main .number-navigation .page-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  line-height: 37px;
  font-size: 130%;
}

#main .number-navigation .page-list li {
  display: inline;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  padding: 0 .5em;
  margin: 0;
}

#main .number-navigation .page-list #this-page, #main .number-navigation .page-list .this-page {
  font-weight: bold;
  background-color: #99dfdf;
}

#main .number-navigation .return {
  clear: both;
  padding-top: .5em;
  text-align: center;
}

/* Menu */

#sub-menu {
  float: right;
  width: 214px;
  border-top: 1px solid #c6c6c6;
  margin: 0;
  padding-top: 12px;
  font-size: 12px;
  line-height: 1.3em;
}

#sub-menu #selected-topics {
  margin: 0 12px;
}

#sub-menu #selected-topics p {
  clear: left;
  text-align: justify; text-justify: inter-ideograph;
  word-break: break-all;
  margin-top: 0;
}

#sub-menu #selected-topics p.drop-cap-caption {
  clear: none;
  margin: .5em 0 1em 72px;
  zoom: 1;
}

#sub-menu #selected-topics p.drop-cap-caption:after {
  content:".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#sub-menu a img {
  border: none;
}

#sub-menu a img.topic-image {
  float: left;
  border-radius: 3.5px;
  margin-bottom: 10px;
}

#sub-menu #selected-topics h2 {
  font-size: 12.5px;
  margin: 0 auto 0 72px;
}

#sub-menu #selected-topics h3 {
  font-size: 12.5px;
  margin: 2px 0 0 72px;
}

#sub-menu ul#misc {
  list-style-type: none;
  margin: 0; padding: 0;
}

#sub-menu ul#misc li {
  text-align: center;
  padding: 0;
  margin: 10px auto;
}

#sub-menu .topic,
#sub-menu .topic p {
  zoom: 1;
}

#sub-menu .topic:after,
#sub-menu .topic p:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#rss-notify img {
  vertical-align: middle;
}

/* Footer */

#footer {
  font-size: 90%;
  clear: both;
  width: 926px;
  margin: 0 auto 5px;
  padding: 0;
  background: #fff url(../image/background/footer.png) no-repeat top;
}

#footer ul#officialinfo {
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
  padding: 25px 0 0;
}

#footer ul#officialinfo li {
  display: inline;
  margin: 0;
  padding: 0 .5em;
  border-left: 1px solid #000;
}

#footer ul#officialinfo li:first-child {
  border-left-width: 0;
}

#footer address {
  padding-top: .7em;
  clear: both;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

/* small display only */
.sm-only {
  display: none;
}

#header-sm {
  display: none;
}
#tab-sm {
  display: none;
}
.pcver-mark {
  display: none;
}

/* for printing */

@media print {
  .sm-only {
    display: none;
  }
  #header-sm {
    display: none;
  }
  #tab-sm {
    display: none;
  }
  #header {
    display: none;
  }

  #contents {
    width: auto !important;
    font-size: 12pt;
  }

  #contents-main {
    float: none;
    width: auto !important;
  }

  #main {
    margin: 1em 0;
    width: auto !important;
  }

  #sub-menu {
    display: none;
  }

  #footer {
    margin: 1em 0 0;
  }

  #footer #officialinfo {
    display: none;
  }
}
