@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("base.css");

#awards table {
	width: 100%;
}
#haderArea {
  display: none;
}

#mainArea {
  width: 760px;
  padding: 0px;
}
#sideNaviArea {
  display: none;
}
#toOtherLang {
  display: none;
}
body {
  background: #FFFFFF;
  color: #000000;
}
.en {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  word-spacing: normal;
}
.jp {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1, h2 {
  font-family: sans-serif;
}
div.subtitle {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}

#about div.story {
  text-align: left;
  font-size: small;
}
#credits table {
  margin-bottom: 15px;
  border-top: 1px solid #000000;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  border-collapse:collapse;
  padding-left: 50px;
  padding-top: 30px;
  width: 100%;
  border-bottom: 1px solid #000000;
}

#credits table th {
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  font-size: x-small;
  width: 200px;
  font-family: sans-serif;
  padding: 0px 15px;
}
#credits table td {
  text-align: left;
  font-weight: normal;
  padding: 0px 15px 0px 0px;
}

#credits #mainArea a:link {
  text-decoration: none;
  color: #000000;
}

#credits #mainArea a:visited {
  text-decoration: none;
  color: #000000;
}
#news table th {
  text-align: right;
  padding: 3px 15px;
  color: #FF0099;
  font-weight: bold;
  vertical-align: top;
  font-size: x-small;
  width: 100px;
  font-family: sans-serif;
}
#about table th {
  text-align: right;
  padding: 0px 15px;
  font-weight: bold;
  vertical-align: top;
  font-size: x-small;
  width: 180px;
}
#about table td {
  text-align: left;
  padding: 0px 15px 0px 0px;
  font-weight: normal;
  width: 180px;
}
