/* default.css */

html
{
  background-color: white;
  overflow: scroll;
}

body
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(../images/pageshadow.png);
  background-repeat: repeat-y;
  background-position: 47em top;
  width: 48em;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a,
a:visited
{
  text-decoration: none;
  color: #f19121;
}

a:hover
{
  color: #ff4018;
}

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","メイリオ","Meiryo","HGP創英角ｺﾞｼｯｸUB","HGPｺﾞｼｯｸM","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

li
{
  font-weight: normal;
}

.page
{
  position: relative;
  width: 47em;
  background-color: #f4f0ec;
  border-left-style: solid;
  border-left-color: #d030ff;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-color: #c0c0c0;
  border-right-width: 1px;
  background-image: url(../images/pagehead.jpeg);
  background-repeat: repeat-x;
  background-position: left top;
  overflow: hidden;
}

#titleandbackground
{
  position: relative;
  height: 120px;
  margin: 44px 0px 0px 0px;
  padding: 0px;
  line-height: 1;
  background-color: #acbecc;
  background-image: url(../images/titlebackground_simple.jpeg);
  background-position: right top;
  background-repeat: no-repeat;
  overflow: visible;
}

#titleandbackground img.images-titlelogo_png
{
  position: absolute;
  top: -44px;
  z-index: 1;
  padding-right: 70%; /* (width:223px + padr:70%) >= (#tpbarea li->width) */
  width: 223px;
  height: 44px;
  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: 0px;
  top: 0px;
  margin: 0px;
  font-size: 90%;
  width: 40%;
  height: 44px;
 /****
  [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: 1;
}

#mlarea li
{
  position: relative;
  display: block;
  float: right;
  height: 44px;
  line-height: 44px;
  padding-left: 17px;
  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
{
  position: relative;
  top: -0.5em;
  display: block;
  margin-top: 20px;
  line-height: 1.25em;
}

#mlarea li a#language_selected
{
}

#tpbarea
{
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 49px;
  border-top-style: solid;
  border-top-color: #8060a0; /* #2060a0; */
  border-top-width: 1px;
  background-image: url(../images/tpbareabackground.png);
  background-repeat: repeat-x;
  background-position: left top;
  z-index: 2;
}

#tpbarea li
{
  position: relative;
  display: block;
  float: left;
  width: 25%;
  height: 49px;
  background-image: url(../images/tpblinkbackground.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: hidden;
}

#tpbarea li:after
{
  clear: both;
}

#tpbarea li a
{
  display: block;
  margin-right: 4px;
  height: 100%;
  overflow: hidden;
  line-height: 1.4;
  color: #d0a0ff;
}

#tpbarea li a:hover
{
  background-image: url(../images/tpbareahoverbackground.png);
  color: #701880;
}

#tpbarea li a:focus
{
  background-image: url(../images/tpbareahoverbackground.png);
  color: #701880;
  outline: none;
}

#tpbarea li a:active
{
}

#tpbarea li img
{
  position: absolute;
  left: 0px;
  top: 0px;
  /* width: 188px; */
  height: 48px;
  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.right
{
  float: right;
  background-position: left bottom;
}

#tpbarea li.right a
{
  margin-left: 4px;
  margin-right: 0px;
}

#tpbarea li.right .subtext
{
  right: 4px;
}

#mainarea
{
  position: relative;
  float: none;
  clear: left;
  min-height: 50.9em;
}

#subarea
{
  position: absolute;
  left: 75%;
  top: 214px;
  width: 25%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 1em;
  font-size: 90%;
  z-index: 1;
  clear: both;
 /****
  [Deleted 20090331]
  background-image: url(../images/subareabackground.jpeg);
  background-repeat: no-repeat;
  background-position: right top;
  ****/
/*
  background-color: #f4f0ec;
  border-style: none none solid solid;
  border-color: #2060a0;
  border-width: 1px;
*/
  border-left-style: solid;
  border-left-color: #d030ff;
  border-left-width: 1px;
}

#subarea ul
{
  font-size: 70.99%;
  list-style-type: none;
  margin: 0px;
  padding: 1em 0px 1em 0px;
  border-bottom-style: solid;
  border-bottom-color: #d030ff;
  border-bottom-width: 0.3em;
  background-image: url(../images/subareamenubackground.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #ffffff;
}

#subarea li
{
  position: relative;
  left: 3%;
  width: 94%;
  border-bottom-color: #e0c0ff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  vertical-align: middle;
  overflow: visible;
}

#subarea li:first-child
{
  border-top-color: #e0c0ff;
  border-top-style: solid;
  border-top-width: 1px;
}

#subarea li a /* , #subarea li span */
{
  display: block;
  width: auto;
  min-height: 3em;
  line-height: 3em;
  padding-left: 15px;
  border-color: #f8ecff;
  border-style: solid none solid none;
  border-width: 1px 0px 1px 0px;
  background-image: url(../images/subareamarker.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #606060;
}

#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.blogbanner
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom-style: solid;
  border-bottom-color: #d030ff;
  border-bottom-width: 3px;
  font-size: 75%;
  text-align: center;
  background-color: #ffffff;
}

#subarea p.blogbanner a
{
/*
  display: block;
  border-style: solid;
  border-color: #ff1828;
  border-width: 1px;
  padding: 0.2em;
  margin: 1.5em;
*/
}

#subarea p.blogbanner img
{
  width: 180px;
  height: 100px;
/*
  [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: 180px;
  height: 72px;
  margin: 0px 0px 8px 0px;
/*
  [Debug only]
  border-style: dashed;
  border-color: red green blue orange;
  border-width: 1px;
  margin: -1px 0px 1em -1px;
*/
}

#credit
{
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  border-top-style: solid;
  border-top-color: #d030ff;
  border-top-width: 0.2em;
  background-image: url(../images/creditbackground.jpeg);
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 4.75em;
  overflow: hidden;
}

#credit p
{
  position: relative;
  text-align: right;
  margin: 2.5em 0px 0px 0px;
  right: 16px;
  font-size: 0.8em;
}

#credit p.copyright
{
  position: absolute;
  padding-top: 10%;
  padding-right: 16px;
  height: 90%;
  right: 0px;
  bottom: 0px;
 /****
  [Deleted 20090331]
  background-image: url(../images/copyrightbackground.jpeg);
  background-repeat: no-repeat;
  background-position: right bottom;
  ****/
  line-height: 1.65em;
  color: #404040;
}

#credit img.images-creditlogo_png
{
  width: 12.92em; /* 15.2 - (15.2 * 0.15) */
  height: 1.87em; /* 2.2 - (2.2 * 0.15) */
  vertical-align: -35%;
}

#onlinemessage
{
  font-size: 14px;
  display: block;
  position: static;
  visibility: visible;
  margin: 0.75em auto 0.75em auto;
  width: 160px;
  height: 106px;
}

.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: 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;
  left: 0px;
  top: 0px;
}

#preloadimages
{
  visibility: hidden !important;
}

/* end of file */
