/* default.css */

html
{
  background-color: white;
  overflow: auto;
}

body
{
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(../images/pageshadowleft.png);
  background-repeat: repeat-y;
  background-position: left top;
  width: 48em;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a,
a:visited
{
  text-decoration: none;
  color: #6090d0;
  transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
}

a:hover
{
  color: #1840ff;
}

a:focus
{
}

a img
{
  border-style: none;
}

ins
{
  text-decoration: none;
}

h1,
h2,
h3,
th,
li,
dt
{
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6","HGP創英角ｺﾞｼｯｸUB","Meiryo UI","HGPｺﾞｼｯｸM","MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.page
{
  position: relative;
  width: 47em;
  margin-left: 1em;
  padding-right: 1em;
  background-color: #ffffff;
/*
  border-left-style: double;
  border-left-color: #e0e0e0;
  border-left-width: 3px;
  border-right-style: double;
  border-right-color: #e0e0e0;
  border-right-width: 3px;
*/
  background-image: url(../images/pageshadowright.png);
  background-repeat: repeat-y;
  background-position: right top;
  overflow: hidden;
}

/*** 固定するヘッダ領域がある場合に適用 ***
#header
{
  position: fixed;
  z-index: 3;
  width: 47em;
  height: 152px;
}

#mainarea
{
  margin-top: 152px;
}
 ***/

#titleandbackground
{
  position: relative;
  height: 120px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  background-color: #a6d3fb;
  background-image: url(../images/titlebackground.jpeg);
  background-position: left top;
  background-repeat: no-repeat;
  overflow: visible;
}

#titleandbackground img.images-titlelogo_png
{
  position: absolute;
  top: 0px;
  z-index: 1;
  padding-right: 70%; /* (width:223px + padr:70%) >= (#tpbarea li->width) */
  width: 408px;
  height: 90px;
/*
  background-image: url(../images/pagehead.jpeg);
  background-repeat: repeat-x;
  background-position: left top;
*/
}

#titleandbackground img.images-titleback_jpeg
{
  position: absolute;
  right: 0px;
  z-index: 0;
}

#mlarea
{
  position: absolute;
  right: 1em;
  top: 0px;
  margin: 0px;
  font-size: 75%;
  width: 40%;
  height: 32px;
 /****
  [Deleted 20090331]
  padding: 0px 60px 0px 0px;
  background-image: url(../images/mlareabackground.jpeg);
  background-repeat: no-repeat;
  background-position: right bottom;
  ****/
 /**** [Inserted 20090331] Begin ****/
  padding: 0px;
 /**** [Inserted 20090331] End ****/
  overflow: hidden;
  z-index: 2;
}

#mlarea li
{
  position: relative;
  display: block;
  float: right;
  height: 32px;
  line-height: 32px;
  padding-left: 0px;
  padding-right: 1em;
/*
  background-image: url(../images/mlareamarker.png);
  background-repeat: no-repeat;
  background-position: left center;
 */
}

#mlarea li:after
{
  clear: right;
}

#mlarea li a
{
  color: #ffffff;
}

#mlarea li a#language_selected
{
}

#tpbarea
{
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 30px;
  border-style: solid none solid none;
  border-color: #f8f8c0 black #ececec black;
  border-width: 1px 0px 3px 0px;
  background-image: url(../images/tpbbackground.jpeg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #f8f89e;
  z-index: 1;
}

#tpbarea li
{
  position: relative;
  display: block;
  float: left;
  width: 20%;
  height: 30px;
  /* background-image: url(../images/tpblinkbackground.png); */
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: visible;
}

#tpbarea li:after
{
  clear: both;
}

#tpbarea li a
{
  display: block;
  height: 100%;
  overflow: visible;
  line-height: 1.4;
  text-align: center;
  color: #d0a0ff;
}

#tpbarea li a:hover,
#tpbarea li a:active,
#tpbarea li a:focus
{
  /* background-image: url(../images/tpbareahoverbackground.png); */
  outline: none;
}

#tpbarea li img
{
  /* width: 188px; */
  height: 30px;
  z-index: 1;
}

#tpbarea li .subtext
{
  position: absolute;
  text-align: right;
  right: 8px;
  bottom: 0px;
  width: 100%;
  font-size: 11px;
  z-index: 0;
}

#tpbarea li.left
{
  float: left;
  padding-right: 4px;
  border-right-style: double;
  border-right-color: #f8f8c0;
  border-right-width: 3px;
}

#tpbarea li.left a
{
  margin-right: -4px;
  background-image: none;
}

#tpbarea li.left img
{
}

#tpbarea li.left .subtext
{
}

#tpbarea li.left a:hover,
#tpbarea li.left a:active,
#tpbarea li.left a:focus
{
  background-image: url(../images/tpbbackgroundhover.jpeg);
}

#tpbarea li.ltr1
{
}

#tpbarea li.ltr1 a:hover,
#tpbarea li.ltr1 a:active,
#tpbarea li.ltr1 a:focus
{
  background-position: 0em top;
}

#tpbarea li.ltr2,
#tpbarea li.ltr3
{
  margin-left: -3px;
  border-left-style: double;
  border-left-color: #f8f8c0;
  border-left-width: 3px;
}

#tpbarea li.ltr2 a:hover,
#tpbarea li.ltr2 a:active,
#tpbarea li.ltr2 a:focus
{
  background-position: -9.84em top;
}

#tpbarea li.ltr3 a:hover,
#tpbarea li.ltr3 a:active,
#tpbarea li.ltr3 a:focus
{
  background-position: -19.64em top;
}

#mainarea
{
  position: relative;
  left: 4px;
  float: none;
  clear: left;
  font-size: 1.05em;
  margin-left: 20%;
  margin-right: 4px;
  padding-top: 16px;
  min-height: 48em;
  background-image: url(../images/pageshadowbottom.png);
  background-repeat: repeat-x;
  background-position: left top;
  border-left-style: double;
  border-left-color: #eef0f2;
  border-left-width: 3px;
}

#mainarea .stress
{
  color: #ff4040;
  text-align: justify;
  font-weight: bold;
}

#mainarea h1
{
  display: none;
}
#mainarea #contents h1
{
  display: block;
}

#subarea
{
  position: absolute;
  left: 0px;
  top: 154px;
  width: 20%;
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 1em;
  font-size: 90%;
  z-index: 1;
  clear: both;
  background-image: url(../images/pageshadowbottom.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #ffffff;
}

#subarea ul
{
  list-style-type: none;
  margin: 0px;
  padding: 24px 0px 1em 0px;
  background-image: url(../images/pageshadowtop.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #ffffff;
}

#subarea ul ul
{
  background-image: none;
  padding: 0px 0px 0.5em 0px;
}

#subarea li
{
  position: relative;
  left: 1.5%;
  width: 97%;
  border-bottom-color: #e8e8e8;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  vertical-align: middle;
  overflow: visible;
}

#subarea li:first-child
{
  border-top-color: #e8e8e8;
  border-top-style: solid;
  border-top-width: 1px;
}

#subarea li:last-child
{
  border-bottom-color: #eef0f2;
}

#subarea li a /* , #subarea li span */
{
  display: block;
  width: auto;
  font-size: 80%;
  min-height: 2em;
  padding-top: 0.5em;
  line-height: 1.5em;
  padding-left: 0.75em;
  padding-right: 0px;
  border-top-color: #eef0f2;
  border-top-style: solid;
  border-top-width: 1px;
  /* background-image: url(../images/subareamarker.png); */
  background-repeat: no-repeat;
  background-position: left center;
  color: #606060;
}

#subarea li:last-child a
{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e8e8e8;
}

#subarea li.sub li
{
  left: 5%;
  width: 95%;
}

#subarea li span.yomigana
{
  font-size: 0.9em;
}

#subarea li a:hover
{
  /* background-image: url(../images/subareamarkerhover.png); */
}

#subarea li a:focus
{
  outline: none;
}

#subarea li a:active
{
}

#subarea p
{
  margin-top: 1em;
  width: 100%;
}

#subarea p.newsletterbanner
{
  margin: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-size: 75%;
}

#subarea p.sitebanner
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  border-bottom-style: double;
  border-bottom-color: #eef0f2;
  border-bottom-width: 3px;
  font-size: 75%;
  text-align: center;
  background-color: #ffffff;
}

#subarea p.sitebanner a
{
/*
  display: block;
  border-style: solid;
  border-color: #ff1828;
  border-width: 1px;
  padding: 0.2em;
  margin: 1.5em;
*/
}

#subarea p.sitebanner img
{
  width: 140px;
  height: 64px;
/*
  [Debug only]
  border-style: dashed;
  border-color: red green blue orange;
  border-width: 1px;
  margin: -1px 0.5em 3em -1px;
*/
}

#subarea p.linkbanner
{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

#subarea p.linkbanner img
{
  width: 140px;
  height: 36px;
  margin: 0px 0px 8px 0px;
/*
  [Debug only]
  border-style: dashed;
  border-color: red green blue orange;
  border-width: 1px;
  margin: -1px -1px 7px 0px;
*/
}

#subarea dl
{
  font-size: 0.85em;
  color: #606060;
  margin-left: 12px;
}

#subarea dl img
{
  margin-left: -6px;
}

#subarea dd
{
  font-size: 0.9em;
  margin-left: 0px;
  margin-bottom: 0.8em;
}

#credit
{
  position: relative;
  left: 4px;
  margin: 0px 4px 0px 20%;
  padding-top: 0px;
  border-style: double none none double;
  border-color: #eef0f2;
  border-width: 3px 0px 0px 3px;
  /* background-image: url(../images/creditbackground.jpeg); */
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 2em;
  min-height: 24px;
  overflow: hidden;
}

#credit p
{
  position: relative;
  text-align: center;
  margin: 0px;
  font-size: 0.8em;
}

#credit p.copyright
{
  padding-top: 0.3em;
  height: 90%;
  line-height: 1.65em;
  color: #b0b0b0;
}

#credit p.copyright img
{
  vertical-align: middle;
  width: 4.68387em;
  height: 1.65em;
}

#navi
{
  position: fixed;
  /* left: 0px; */
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  width: 48em;
  height: 3em;
  min-height: 27px;
  z-index: 2;
  background-color: transparent;
  background-image: none;
}

#navi p
{
  position: absolute;
  left: 1em;
  bottom: 0px;
  margin: 0px 0px 0px 0px;
  padding-left: 1px;
  border-style: double double none double;
  border-width: 3px 3px 0px 3px;
  border-color: #eef0f2;
  border-radius: 0.5em 0.5em 0px 0px;
  -webkit-border-radius: 0.5em 0.5em 0px 0px;
  -moz-border-radius: 0.5em 0.5em 0px 0px;
  width: 9.4em;
  height: 2em;
  min-height: 24px;
  line-height: 1.65em;
  text-align: center;
  background-color: transparent;
  background-image: url(../images/topnavibackground.png);
  background-position: left top;
  background-repeat: repeat;
}

#navi p a
{
  display: inline-block;
  width: 100%;
  padding-top: 0.3em;
  font-size: 0.8em;
}

.link
{
  cursor: pointer;
}

.clearfloat
{
  clear: both;
}

.none
{
  cursor: default !important;
  /* color: #a0a0a0 !important; */
}

body.error #titleandbackground
{
/*
  background-image: url(../images/titlebackground_simple.jpeg);
  height: 120px;
*/
}

body.error #subarea
{
  /* top: 214px; */
}

body.error #mainarea
{
/*
  margin: 0px;
  width: 75%;
  border-right-style: solid;
  border-right-color: #d030ff;
  border-right-width: 1px;
*/
}

body.error #mainarea p
{
  margin-left: 1em;
/*
  margin: 0px 0.3em 0px 0.3em;
  padding-top: 1em;
  z-index: 2;
  min-height: 54.5em;
*/
}

body.error #onlinemessage
{
  display: none !important;
  position: absolute !important;
  visibility: hidden !important;
}

#preloadimages,
#preloadimages *
{
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
}

#preloadimages
{
  visibility: hidden !important;
}

#dynamicmeasure
{
  position : fixed !important;
  visibility: hidden !important;
  bottom: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  border-width: 0px !important;
  width: 100%;
  height: 100%;
/*
  visibility: visible !important;
  z-index: 10;
  background-image: url(checkerboard.png);
  background-position: left bottom;
  background-color: #c0ffe0;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ffe0c0;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ffe0c0;
*/
}

/* end of file */

