/* top.css */

#mission
{
  display: none !important;
}

#top_html #mission
{
  display: block !important;
  position: absolute;
  right: 0px;
  top: -250px; /* 200px + 50px */
  width: 800px;
  margin: 0px;
  padding: 0px;
  z-index: 0;
  font-size: 1em;
  line-height: 0;
}

#top_html #mission img.images-missionlifethatyoudesire_png,
#top_html #mission img.images-missionhealth_png,
#top_html #mission img.images-missionexcellence_png,
#top_html #mission img.images-missionpotential_png,
#top_html #mission img.images-missionseminar_png,
#top_html #mission img.images-missionlecture_png,
#top_html #mission img.images-missioncounseling_png,
#top_html #mission img.images-missionnlpdreamtour_png
{
  background-color: #e0e0e0; /* debug only */
  background-repeat: no-repeat;
}

#top_html #mission img.images-missionlifethatyoudesire_png
{
  /* contents hidden, alternate contents (using background-image) */
  position: absolute;
  left: 56px;
  top: 23px;
  clip: rect(auto auto 42px auto);
  padding-top: 42px;
  
  width: 438px;
  height: 42px;
  /* background-image: url(../images/missionlifethatyoudesire.fade.png); */
  /* background-position: 0px -378px; */ /* 42px * 9 = 378px */
}

#top_html #mission img.images-missionhealth_png
{
  /* contents hidden, alternate contents (using background-image) */
  position: absolute;
  left: 53px;
  top: 91px;
  clip: rect(auto auto 24px auto);
  padding-top: 24px;
  
  width: 40px;
  height: 24px;
  /* background-image: url(../images/missionhealth.fade.png); */
  /* background-position: 0px -168px; */ /* 24px * 7 = 168px */
}

#top_html #mission img.images-missionexcellence_png
{
  /* contents hidden, alternate contents (using background-image) */
  position: absolute;
  left: 110px;
  top: 91px;
  clip: rect(auto auto 24px auto);
  padding-top: 24px;
  
  width: 40px;
  height: 24px;
  /* background-image: url(../images/missionexcellence.fade.png); */
  /* background-position: 0px -168px; */ /* 24px * 7 = 168px */
}

#top_html #mission img.images-missionpotential_png
{
  /* contents hidden, alternate contents (using background-image) */
  position: absolute;
  left: 168px;
  top: 91px;
  clip: rect(auto auto 24px auto);
  padding-top: 24px;
  
  width: 55px;
  height: 24px;
  /* background-image: url(../images/missionexcellence.fade.png); */
  /* background-position: 0px -168px; */ /* 24px * 7 = 168px */
}

#top_html #mission img.images-missionseminar_png
{
  /* contents hidden, alternate contents (using background-image) */
  position: absolute;
  left: 54px;
  top: 147px;
  clip: rect(auto auto 18px auto);
  padding-top: 18px;
  
  width: 173px;
  height: 18px;
  /* background-image: url(../images/missionseminar.fade.png); */
  /* background-position: 0px -126px; */ /* 18px * 7 = 126px */
}

#top_html #mission img.images-missionlecture_png
{
  /* contents hidden, alternate contents (using background-image) */
  position: absolute;
  left: 248px;
  top: 147px;
  clip: rect(auto auto 18px auto);
  padding-top: 18px;
  
  width: 32px;
  height: 18px;
  /* background-image: url(../images/missionlecture.fade.png); */
  /* background-position: 0px -126px; */ /* 18px * 7 = 126px */
}

#top_html #mission img.images-missioncounseling_png
{
  /* contents hidden, alternate contents (using background-image) */
  position: absolute;
  left: 53px;
  top: 167px;
  clip: rect(auto auto 18px auto);
  padding-top: 18px;
  
  width: 123px;
  height: 18px;
  /* background-image: url(../images/missioncounseling.fade.png); */
  /* background-position: 0px -126px; */ /* 18px * 7 = 126px */
}

#top_html #mission img.images-missionnlpdreamtour_png
{
  /* contents hidden, alternate contents (using background-image) */
  position: absolute;
  left: 210px;
  top: 167px;
  clip: rect(auto auto 18px auto);
  padding-top: 18px;
  
  width: 121px;
  height: 18px;
  /* background-image: url(../images/missionnlpdreamtour.fade.png); */
  /* background-position: 0px -126px; */ /* 18px * 7 = 126px */
}

#top_html #titleandbackground
{
  background-image: url(../images/titlebackground.jpeg);
  height: 200px;
}

#top_html #subarea
{
  top: 294px;
}

#top_html #onlinemessage
{
  display: block;
}

#latestinfo
{
  position: absolute;
  top: -50px;
  width: 100%;
  clip: rect(0px 33.4875em 6.2em 0px); /* 47em * (75% - (75% * 5%)) = 33.4875em */
  height: 6.2em;
  margin-top: -6.2em;
  line-height: 1.5;
  background-image: url(../images/updateinfobackground.jpeg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #506893;
  z-index: 0;
}

#latestinfo h2
{
  position: absolute;
  top: 0px;
  right: 28.75%; /* 100% - (75% - (75% * 5%)) = 28.75% */
  width: 67.25%; /* (75% - (75% * 5%)) - (2% + 2%) = 67.25% */
  padding: 0px 2% 0px 2%;
  margin: 0px 0px 0px 0px;
  height: 2em;
  text-align: center;
  font-size: 100%;
  font-style: italic;
  border-bottom-style: solid;
  border-bottom-color: #318fef;
  border-bottom-width: 1px;
  border-right-style: double;
  border-right-color: #318fef;
  border-right-width: 3px;
  color: #ffffff;
  line-height: 2;
}

#latestinfo p
{
  position: absolute;
  top: 2.5em;
  right: 28.75%; /* 100% - (75% - (75% * 5%)) = 28.75% */
  width: 65.25%; /* (75% - (75% * 5%)) - (2% + 4%) = 65.25% */
  padding: 0.75em 2% 0px 4%;
  margin: 0px 0px 0px 0px;
  height: 5em;
  text-align: right;
  font-size: 75%;
  border-right-style: double;
  border-right-color: #318fef;
  border-right-width: 3px;
  color: #ffffff;
  line-height: 1.25;
}

#latestinfo .date
{
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

#latestinfo .line
{
  display: block;
  text-align: left;
  margin-bottom: 0.25em;
}

#latestinfo a
{
  display: inline-block;
  width: 77.5%;
  color: #ffffff;
}

#topics
{
  position: relative;
  width: 75%;
  margin: 0px;
 /****
  [Deleted 20090331]
  padding: 0.95em 0px 0.1em 0px;
  ****/
  /**** [Inserted 20090331] Begin ****/
  padding: 0.2em 0px 0.1em 0px;
  /**** [Inserted 20090331] End ****/
  z-index: 2;
  border-right-style: solid;
  border-right-color: #d030ff;
  border-right-width: 1px;
}

#topics *,
#contents *
{
  margin: 0px;
}

#topics #headline
{
  position: relative;
  font-size: 86%;
  margin: 0px 2% 0px 0px;
  padding-top: 0.5em;
/*
  margin-left: 0px;
  margin-right: 5%;
  margin-bottom: 2em;
*/
/*
  border-right-style: solid;
  border-right-color: #2060a0;
  border-right-width: 1px;
  border-right-style: double;
  border-right-color: #2060a0;
  border-right-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #2060a0;
  border-bottom-width: 1px;
  background-image: url(../images/headlinebackground.jpeg);
  background-repeat: no-repeat;
  background-position: 32.5% center;
  background-color: #ffffff;
*/
  overflow: hidden;
}

#topics h2,
#topics h3
{
  line-height: 1.5;
  padding: 0px;
}

#topics h2
{
/*
  margin-right: 5%;
*/
  margin: 0px 5% 0px 0px;
  text-align: left;
  font-size: 120%;
 /****
  [Deleted 20090331]
  font-style: italic;
  padding-left: 64px;
  ****/
  /**** [Inserted 20090331] Begin ****/
  padding-left: 0.5em;
  /**** [Inserted 20090331] End ****/
  padding-right: 0.5em;
  letter-spacing: 0.25em;
  line-height: 1.25;
  
/*
  border-right-style: solid;
  border-right-color: #2060a0;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-color: #2060a0;
  border-top-width: 1px;
  border-right-style: double;
  border-right-color: #2060a0;
  border-right-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #2060a0;
  border-bottom-width: 1px;
*/
 /****
  [Deleted 20090331]
  background-image: url(../images/topicsh2background.jpeg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #f4f0ec;
  color: #4080a0;
  ****/
  /**** [Inserted 20090331] Begin ****/
  color: #c080a0;
  /**** [Inserted 20090331] End ****/
}

#topics h3
{
  text-align: left;
  font-size: 110%;
  margin-left: 0.7em;
  margin-bottom: 0.5em;
  padding: 0px;
  /**** padding-left: 16px; ****/
  line-height: 1.5;
  min-height: 32px;
  color: #c638b2;
/*
  border-left-style: solid;
  border-left-color: #ffffff;
  border-left-width: 1px;
  border-top-style: solid;
  border-top-color: #2060a0;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #2060a0;
  border-bottom-width: 1px;
*/
 /****
  [Deleted 20090404]
  border-right-style: solid;
  border-right-color: #ffffff;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-color: #2060a0;
  border-left-width: 0.35em;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #f6f3ef;
  ****/
  /**** [Inserted 20090404] Begin ****/
  background-repeat: no-repeat;
  background-position: left center;
  /**** [Inserted 20090404] End ****/
  /**** background-image: url(../images/h3background.png); ****/
}

#topics h3 img
{
  padding-top: 6px;
  padding-bottom: 6px;
  height: 20px;
  width: 320px;
}

#topics p,
#topics dl
{
  font-size: 85%;
  margin-left: 0.8em;
  margin-bottom: 0.5em;
  color: #204060;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

#topics p
{
  line-height: 1.4em;
}

#topics p br
{
  clear: both;
}

#topics dt
{
  clear: left;
  float: left;
  display: block;
  margin-left: 0px;
  padding-left: 14px;
  padding-top: 0.14em;
  width: 11em;
  font-family: "ＭＳ ゴシック",monospace;
  line-height: 1.5;
  background-image: url(../images/marker.png); /* 10x10px */
  background-repeat: no-repeat;
  background-position: left 0.33em;
}

#topics dt.days
{
  margin-left: 14px;
  padding-left: 5em;
  padding-top: 0em;
  width: 6em;
  background-image: none;
}

#topics dd
{
  margin-left: 14px;
  padding-left: 11em;
  line-height: 1.5;
}

#topics dd.end,
#topics dd.single
{
  margin-bottom: 0.5em;
}

#topics .asking
{
  text-align: left;
}

#topics .testimony
{
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 110%;
}

#topics .point
{
  text-align: right;
}

#topics img.images-headlinepicture_jpeg
{
  float: left;
  margin-left: 0.75em;
  /**** [Inserted 20090331] Begin ****/
  margin-right: 2%;
  /**** [Inserted 20090331] End ****/
/*
  padding: 4px;
  background-image: url(../images/h3background.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #f6f3ef;
*/
}

#topics img.images-topicsmorelink_png
{
  /**** float: right; ****/
  vertical-align: middle;
  margin-left: 0.25em;
  margin-right: 1em;
}

#contents table.cm
{
  width: 100%;
}

#contents table.cm td.cm1
{
  text-align: right;
}

#contents table.cm td.cm2
{
  text-align: center;
  width: 178px;
  height: 178px;
}

#contents table.cm td.cm3
{
  text-align: left;
}

/* --- begin calendar: not used --- */
#topics table.calendar
{
  position: relative;
  border-right-style: double;
  border-right-color: #2060a0;
  border-right-width: 3px;
  border-collapse: collapse;
  width: 95%;
  font-size: 80%;
  margin-left: 0px;
  margin-right: 5%;
  margin-bottom: 1em;
}

#topics table.calendar thead tr
{
  background-image: url(../images/calendarhead.jpeg);
  background-repeat: repeat-x;
  background-position: right bottom;
  background-color: #ffffff;
}

#topics table.calendar td
{
  text-align: center;
  padding-bottom: 10px;
}

#topics table.calendar tr.week th
{
  border-bottom-style: solid;
  border-bottom-color: #2060a0;
  border-bottom-width: 1px;
}

/*
#topics table.calendar tbody td
{
  border-top-style: solid;
  border-top-color: #2060a0;
  border-top-width: 1px;
}
*/

#topics table.calendar .sun,
#topics table.calendar .linksun
{
  color: red;
}

#topics table.calendar .sat,
#topics table.calendar .linksat
{
  color: blue;
}

#topics table.calendar .link,
#topics table.calendar .linksun,
#topics table.calendar .linkmon,
#topics table.calendar .linktue,
#topics table.calendar .linkwed,
#topics table.calendar .linkthu,
#topics table.calendar .linkfri,
#topics table.calendar .linksat
{
  text-decoration: underline;
  font-weight: bold;
  background-image: url(../images/calendermarker.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  cursor: pointer;
}
/* --- end calendar: not used --- */

#contents
{
  position: relative;
  width: 75%;
  min-height: 30em;
  font-size: 86%;
  line-height: 1.3em;
  border-right-style: solid;
  border-right-color: #d030ff;
  border-right-width: 1px;
  padding: 0em 0px 1em 0px;
  background-color: #f4f0ec;
  /* z-index: 2; */
}

#contents h2
{
  position: relative;
  font-size: 110%;
  padding: 1em 0px 0px 0px;
  /**** padding-left: 16px; ****/
  margin: 0px 0px 0px 0.7em;
  min-height: 32px;
  background-repeat: no-repeat;
  background-position: left 1em;
  /**** background-image: url(../images/h2background.png); ****/
  color: #4080a0;
  line-height: 1.5;
  letter-spacing: 0.25em;
}

#contents h2 img
{
  vertical-align: middle;
  margin-top: 6px;
  margin-bottom: 6px;
/*
  height: 16px;
  width: 360px;
*/
}

#contents h2 img.images-drsidpicture_png
{
  margin-top: 0px;
  margin-bottom: 0px;
}

/* --- begin h2.mission: not used --- */
#contents h2.mission
{
  margin-top: 0.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.25;
  font-size: 125%;
  background-image: url(../images/h2missionbackground.png);
  background-position: left bottom;
  background-color: #f4f0ec;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #ffffff;
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ffffff;
/*
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: #d1d1d1;
  border-right-style: solid;
  border-right-width: 0.3em;
  border-right-color: #2060a0;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #2060a0;
  border-top-style: solid;
  border-top-width: 0.3em;
  border-top-color: #2060a0;
*/
}

#contents h2.mission *
{
  height: 1.25em;
}

#contents h2.mission em,
#contents h2.mission span
{
}

#contents h2.mission em
{
  position: relative;
  display: inline-block;
  font-style: italic;
  font-weight: normal;
  width: 45%;
  height: 1em;
  margin-left: 15%;
}

#contents h2.mission span
{
  position: relative;
  display: inline-block;
  width: 25%;
  text-align: center;
  font-weight: normal;
}

#contents h2.mission em img.images-missionhealth_png,
#contents h2.mission em img.images-missionbeauty_png,
#contents h2.mission em img.images-missionexcellence_png,
#contents h2.mission em img.images-missionpotential_png
{
  width: 3em;
  height: 1em;
}
/* --- end h2.mission: not used --- */

#contents h3
{
  font-size: 1.07em;
}

#contents p,
#contents ul
{
  font-size: 85%;
  margin: 1em 2% 0.5em 0.8em;
  padding: 0px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#contents ul
{
  margin-bottom: 2em;
}

#contents ul li
{
  margin: 0px 0px 0.5em 0px;
  padding: 0px 0px 0px 16px;
  display: block;
  background-image: url(../images/marker.png); /* 10x10px */
  background-repeat: no-repeat;
  background-position: left 0.31em;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  min-height: 32px;
}

#contents dl.qanda
{
  margin-top: 1em;
  margin-bottom: 2em;
}

#contents dl.qanda dt
{
  background-image: url(../images/checkmark.png); /* 24x24px */
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px; /* (24-4)px */
  padding-top: 6px;
  padding-bottom: 2px;
  min-height: 24px;
  margin-bottom: -8px;
  line-height: 2;
}

#contents dl.qanda dd
{
  margin-left: 0px;
  padding-left: 20px; /* (24-4)px */
}

#contents dl.contact
{
  margin: 0px 5% 0px 5%;
  color: #505050;
}

#contents dl.contact dt
{
  color: #103060;
  border-bottom-style: solid;
  border-bottom-color: #2060a0;
  border-bottom-width: 1px;
  border-right-style: double;
  border-right-color: #2060a0;
  border-right-width: 3px;
  padding: 0.25em 5% 0.5em 5%;
  margin: 1em 0px 0px 10%;
  font-size: 110%;
}

#contents dl.contact p.link
{
  text-align: right;
  font-size: 120%;
  font-weight: bold;
  color: #404040;
}

#contents dl.contact dd
{
  text-align: right;
  border-right-style: double;
  border-right-color: #2060a0;
  border-right-width: 0.25em;
  padding: 0.75em 5% 0.5em 5%;
}

#contents dl.contact dd p
{
  margin-top: 0px;
  margin-bottom: 0px;
}

/* end of file */
