@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html {
}

body {
  background-color: #333333;
  color: #CCCCCC;
  font-size: 12px;
  height: 100%;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a,
a:link {
  color: #F59D04;
}

#Menu a,
#Menu a:link,
#Menu a:visited {
  color: #CCCCCC;
}

a:hover,
a:active,
#Menu a:hover,
#Menu a:active {
  background-color: transparent;
  color: #FF0000;
}

#Container {
  margin: 15px auto;
  width: 760px;
}

#TopImage {
  background: #333333 url(images/top.jpg) no-repeat;
  font-size: 12px;
  height: 310px;
  width: 760px;
}

#TopImage h1 {
  display: none;
}

#Menu {
  font-size: 12px;
  margin-left: 20px;
  margin-top: -16px;
}

#Main {
  margin: 8px auto;
  width: 760px;
}

#MainLeft {
  float: left;
  width: 435px;
  padding: 8px 17px 8px 11px;
}

#MainRight {
  float: left;
  width: 250px;
  padding: 8px 11px 8px 18px;
}

.box-top {
  background: #4B4B4B url(images/mainbg_tl.gif) no-repeat top left;
}

.box-top span {
  background: url(images/mainbg_tr.gif) no-repeat top right;
  height: 9px;
  display: block;
}

.box-bottom {
  clear: both;
  background: #4B4B4B url(images/mainbg_bl.gif) no-repeat bottom left;
}

.box-bottom span {
  background: url(images/mainbg_br.gif) no-repeat bottom right;
  height: 9px;
  display: block;
}

.box-body {
  background-color: #4B4B4B;
  padding: 8px 20px;
}

.box-body_LR {
  float: left;
  background: #4B4B4B url(images/mainbg_01.gif) left top repeat-y;
  padding: 0 9px;
}

h2 {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 14px;
  margin: 0 0 8px 0;
  padding: 2px 0 2px 24px;
  text-align: middle;
}

h2.width_435px {
  background: url(images/h2_width_435px.gif) no-repeat;
  width: 411px;
}

h2.width_720px {
  background: url(images/h2_width_720px.gif) no-repeat;
  width: 696px;
}

h2.profile {
  background: url(images/h2_width_250px.gif) no-repeat;
  text-align: center;
  padding: 2px 0;
  width: 250px;
}

h3 {
  line-height: 150%;
}

ul.whatsnew {
  margin: 0 0 8px 25px;
}

p {
  line-height: 150%;
  margin: 0 0 8px 0;
}

p.indent {
  text-indent: 1em;
}

p.result {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

form.birthday {
  background-color: #666666;
  border: solid 1px #999999;
  margin: 10px auto;
  text-align: center;
  padding: 5px 0;
}

form.birthday input {
  ime-mode: disabled;
  text-align: center;
}

.chart {
  margin: 0 auto;
  text-align: right;
  width: 640px;
}

.chart table {
  border-color: #999999;
  margin: 10px 0;
  text-align: center;
  width: 640px;
}

.chart table th,
.chart table td {
  border-color: #999999;
  padding: 5px 0;
}

.chart table th {
  background-color: #777777;
}

a.returnTop {
  display: block;
  font-size: 8px;
  margin: 0 0 0 auto;
  width: 6em;
}

/*--- お問い合わせ ---*/
div#mailform {
  text-align: center;
}

div#mailform form#mail th {
  text-align: right;
  padding: 3px;
}

div#mailform form#mail td {
  text-align: left;
  padding: 3px;
}

div#mailform table {
  margin: 0 auto;
}

div#mailform form#mail div.button {
  margin-top: 10px;
  text-align: center;
}
/*--- お問い合わせ End ---*/

#Footer {
  clear: both;
  margin: 8px auto 16px auto;
  text-align: center;
  width: 760px;
}
