@charset "utf-8";
@import url("wontnn4.css");

/* common basically styles */
body {
  margin: 0px;
  padding: 0px;
}

div {
  clear: none;
  margin: 0px;
  padding: 0px;
}

blockquote {
  margin-top: 3ex;
  margin-bottom: 3ex;
  padding-left: 1em;
  padding-right: 1em;
  border-top: 1px dotted #996;
  border-bottom: 1px dotted #996;
}

blockquote.noborder {
  border-top: none;
  border-bottom: none;
}

p {
  line-height: 160%;
}

h1 {
  line-height: 100%;
  font-weight: bold;
}

h2 {
  line-height: 100%;
}

h3 {
  line-height: 100%;
}

h4 {
  margin-top: 5ex;
  padding: 0px 0.6em;
  border-left: 1.2em solid #903;
  border-right: 1.2em solid #903;
  text-align: center;
}

table {
  margin: 0px;
  padding: 0px;
  border: none;
}

td {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

form {
  font-family: sans-serif;
}

form td {
  padding: 4px 0.2em;
}

/* common miscellaneous styles */
.en {
  font-family: Palatino, "Palatino Linotype";
}

.ensans {
  font-family: Helvetica, "Lucida Sans Unicode";
}

.cite {
  font-style: italic;
  text-align: right;
}

.disabled {
  color: #666;
}

div.navigation {
  margin-top: 2ex;
  margin-bottom: 5ex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* styles for opening page */
div.movie#opening {
  margin: 80px auto 20px auto;
  text-align: center;
}

/* styles for header and footer */
td.pghdr {
  color: #fff;
  background-color: #b8b88a;
  border-bottom: 1px solid #663;
}

td.pgftr {
  color: #000;
  background-color: #fff;
  border-top: 1px solid #996;
}

td.pgftr div {
  margin: 2ex 2em 2ex 2em;
  padding: 0px;
  font-family: Times, "Times New Roman";
  font-size: 85%;
  text-align: center;
}

/* styles for left-side menu */
td.menu {
  width: 240px;
  color: #000;
  background-color: #f0f0e6;
  border-right: 1px solid #996;
}

td.mnitem1 {
  color: #000;
  background-color: #ccccc4;
  border-bottom: 1px solid #999;
}

td.mnitem1#home {
  color: #fff;
  background-color: #633;
}

td.mnitem1:hover#home {
  color: #fff;
  background-color: #933;
}

td.mnitem1 div {
  margin: 6px 1em 6px 1em;
  font-size: 110%;
  font-weight: bold;
  white-space: nowrap;
}

td.mnitem1 a:link, td.mnitem1 a:visited {
  color: #fff;
  text-decoration: none;
}

td.mnitem1 a:hover {
  color: #fff;
  text-decoration: underline;
}

td.mnitem2 div {
  margin: 6px 1em 6px 2em;
}

td.mnitem3 div {
  margin: 0px 1em 6px 3em;
}

td.mnitem2 a:link, td.mnitem2 a:visited,
td.mnitem3 a:link, td.mnitem3 a:visited {
  text-decoration: none;
}

td.mnitem2 a:hover, td.mnitem3 a:hover {
  text-decoration: underline;
}

td.mnnotes div {
  margin: 2ex 1em 2ex 1em;
  color: #666;
  font-size: 90%;
}

td.mnseprt {
  text-align: right;
}

td.mnsepln {
  border-bottom: 1px solid #999;
}

/* styles for main contents */
td.main {
  color: #000;
  background-color: #fcfcfc;
}

td.title1 {
  color: #ffffff;
  background-color: #645636;/*#0075ba;*/
  border-bottom: 1px solid #999;
  vertical-align: middle;
}

td.title1 h1 {
  margin: 0px;
  padding: 12px;
  white-space: nowrap;
}

td.title2 {
  color: #ffffff;
  background-color: #645636;
  border-top: 1px solid #999;
  border-bottom: 1px solid #996;
  vertical-align: middle;
}

td.title1 h2,
td.title2 h2 {
  margin: 0px;
  padding: 8px 12px 8px 12px;
  white-space: nowrap;
}

div.newsdate, div.headline {
  border-bottom: 1px dashed #ccc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 90%;
}

div.headline {
  color: #900;
  font-size: 100%;
  font-weight: bold;
}

ul.whatsnew, dl.headline {
  margin-top: 0.5ex;
  margin-bottom: 3ex;
}

ul.whatsnew li, dl.headline dd {
  margin-bottom: 1ex;
  font-family: Verdana, Arial, sans-serif;
  font-size: 90%;
}

div.ccopy {
  font-size: 90%;
}

div.section1 {
  clear: both;
  margin: 2ex 3em 4ex 2em;
}

div.section2 {
  clear: both;
  margin: 2ex 3em 4ex 2em;
  padding-top: 2ex;
  border-top: 1px dashed #999;
}

div.section2 h2 {
  margin: 0px;
  font-size: 130%;
}

div.section1 h3, div.section2 h3 {
  margin-top: 0.5ex;
  padding: 2px 0px 6px 8px;
  border-left: 8px solid #933;
  border-bottom: 1px dashed #933;
  font-size: 120%;
}

div.section1 h3 a:link,
div.section2 h3 a:link,
div.section1 h3 a:visited,
div.section2 h3 a:visited {
  color: #00f;
  text-decoration: none;
}

div.section1 h3 a:hover,
div.section2 h3 a:hover {
  color: #00f;
  text-decoration: underline;
}

/* Styles for reprint page */
div.rpitem {
  clear: both;
  margin-top: 1ex;
  margin-bottom: 3ex;
}

div.pubdate {
  margin-bottom: 0.5ex;
  padding: 2px 0px 4px 8px;
  border-left: 8px solid #933;
  border-bottom: 1px dashed #933;
}

div.rpitem h3 {
  margin-bottom: 0.5ex;
  padding: 0px;
  border: none;
  font-size: 130%;
}

div.rpitem div.subtitle {
  color: #505050;
  font-size: 115%;
}

div.rpitem div.desc {
  margin: 1ex 0em 0ex 2em;
}


/* Styles for special page */
blockquote div.title {
  margin-top: 1ex;
  margin-bottom: 1ex;
}

blockquote div.letter {
  color: #000000;
  background-color: #fff;
  margin-top: 3ex;
  margin-bottom: 3ex;
  padding: 2ex 1em 2ex 1em;
  border-top: 1px solid #ddc;
  border-left: 1px solid #ddc;
  border-right: 1px solid #999980;
  border-bottom: 1px solid #999980;
}

blockquote div.note {
  margin-top: 1ex;
  margin-bottom: 2ex;
  font-family: sans-serif;
  font-size: 90%;
}

blockquote p {
  margin-left: 1em;
  margin-right: 1em;
}

p.signature {
  text-align: right;
}


/* Styles for photo gallery */
table.gallery {
  background-color: #cc9;
  margin: 48px auto 48px auto;
  padding: 4px;
  border: 1px solid #600;
}

table.gallery td div {
  margin: 4px;
  border: 1px solid #900;
}

.important_formitem {
  color: #900;
  font-size: 60%;
}
