
body, h1, h2, h3, h4, h5, h6,
form, blockquote, table, tr, td, th, p,
img, pre, dl, dt, dd, ul, ol, li {
  color: #666;
  margin: 0;
  padding: 0;
  line-height: 130%;
  border: none;
  font-family: "trebuchet MS", Verdana;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

body { text-align: center; }

.error, .warning { color: #f00; }

.warning, .remain { font-weight: bold; }
.remain { color: #097DDC; }

div#container {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

div#header {
  margin-bottom: 3em;
  height: 80px;
}

div#contents {
  clear: both;
  margin-bottom: 2em;
}

div#footer {
  margin-bottom: 3em;
}

/* header section */

div#header div.login {
  text-align: right;
  margin-bottom: 1em;
  background-color: #f0f0f0;
  font-size: 8pt;
  border-bottom: 1px dotted #ccc;
  padding: 0.4em;
  margin-bottom: 1.4em;
}

div#header div.login a {
  color: #39f;
  text-decoration: none;
}

div#header div.login a:hover {
  text-decoration: underline;
}

div#header h1.banner {
  float: left;
}

div#header ul.global-navi {
  float: right;
  margin-top: 0.5em;
  text-align: right;
}

div#header ul.global-navi li {
  display: inline;
}

div#header ul.global-navi li+li {
  margin-left: 0.4em;
}

div#header ul.global-navi li a {
  color: #39f;
  text-decoration: none;
}

div#header ul.global-navi li a:hover {
  color: #f39;
}

/* contents section */

div#contents {
}

div#contents h2 {
  font-size: 11pt;
  font-weight: bold;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

div#contents h2 a {
  color: #666;
  text-decoration: none;
}

div#contents h3 {
  font-size: 10pt;
  font-weight: bold;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  color: #693;
  border-bottom: 1px dotted #ccc;
  clear: both;
}

div#contents h4 {
  font-size: 10pt;
  font-weight: bold;
  padding: 2px 0;
  margin-bottom: 1em;
}

div#contents p {
  line-height: 150%;
  margin-bottom: 1em;
}

div#contents sup {
  vertical-align: middle;
}

div#contents a,
div#contents p a,
div#contents td a,
div#contents th a,
div#contents li a {
  color: #06f;
  text-decoration: none;
}

div#contents a:hover,
div#contents p a:hover,
div#contents td a:hover,
div#contents th a:hover,
div#contents li a:hover {
  color: #f39;
}

div#contents ul {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 1em;
}

div#contents ul li {
  line-height: 150%;
}

div#contents dl {
  margin-bottom: 1em;
}

div#contents dl dt {
  float: left;
  line-height: 150%;
  color: #333;
  width: 96px;
}

div#contents dl dd {
  margin-left: 100px;
  line-height: 170%;
}

div#contents dl.publish-squeeze dt { width: 60px; }
div#contents dl.publish-squeeze dd { margin-left: 60px; }

div#contents dl dd span.strike {
  color: #ccc;
}

div#contents dl.def2 dd {
  margin-left: 140px;
}

div#contents dl.w100 dt { width: 100px; }
div#contents dl.w120 dt { width: 120px; }
div#contents dl.w140 dt { width: 140px; }
div#contents dl.w160 dt { width: 160px; }
div#contents dl.w180 dt { width: 180px; }
div#contents dl.w100 dd { margin-left: 100px; }
div#contents dl.w120 dd { margin-left: 120px; }
div#contents dl.w140 dd { margin-left: 140px; }
div#contents dl.w160 dd { margin-left: 160px; }
div#contents dl.w180 dd { margin-left: 180px; }

div#contents table {
  margin-bottom: 1em;
  padding: 0;
}

div#contents div.special {
    background-color: #D4D5E1;
}

div#contents ul.special li {
    display: inline;
    padding: 2px 10px;
    margin: 0 5px;
    float: left;
}

div#contents ul.special li td.special-banner {
    height: 75px;
}

div#contents ul.special li a {
    color: #339966;
    font-weight: bold;
}

div#contents ul.special li td {
    background-color: #fff;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
}

div#contents ul.special li td.int {
    text-align: right;
    color: #669900;
}

div#contents ul.special li a:hover {
    color: #0066FF;
}

div#contents table.full {
  width: 800px;
}

div#contents table tr th,
div#contents table tr td {
  padding: 0.3em 0.4em;
}

div#contents table tr th {
  color: #000;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 8pt;
}

div#contents table tr td {
  background-color: #f8f8f8;
}

div#contents table tr td span.strike {
  color: #ccc;
}

div#contents table tr td.center {
  text-align: center;
}

div#contents table tr th {
  color: #000;
}

/* report */
div#contents table.report tr.index th a {
  color: #66c;
  padding-right: 16px;
  text-decoration: underline;
  background: transparent url(/images/icons/sortable.gif) scroll right center no-repeat;
}

div#contents table.report tr.index th a.asc {
  background: transparent url(/images/icons/asc.gif) scroll right center no-repeat;
}

div#contents table.report tr.index th a.desc {
  background: transparent url(/images/icons/desc.gif) scroll right center no-repeat;
}

div#contents table.report tr.odd td {
  background-color: #e8e8ff;
}

div#contents table.report td.int {
  text-align: right;
}

div#contents table.report tr.total td {
  background-color: #e8ffe8;
  color: #000;
}

div#contents table tr.ban-action-incentive td {
  background-color: #d0d0d0;
  color: #666;
}

div#contents table tr.ban-action-incentive td span.strike {
  color: #999;
}

div#contents table tr.ban-action-incentive td a {
  color: #66f;
}

div#contents table tr.ban-action-incentive td a:hover {
  color: #f69;
}

div#contents table tr td.right { text-align: right; }
div#contents table tr td.center { text-align: center; }

div#contents input[type=text],
div#contents input[type=password],
div#contents option {
  font-size: 8pt;
  font-family: monospace;
  color: #333;
  background-color: #ffeeee;
}

div#contents div.publish-order {
  float: right;
  text-align: left;
  padding: 0.2em;
}

div#contents div.copy-preview {
  font-size: 10pt;
  font-weight: normal;
  font-family: "£Í£Ó ¥´¥·¥Ã¥¯", monospace;
  line-height: 120%;
  width: 360px;
  padding: 5px;
  border: 1px dotted #999;
  overflow: auto;
}

div#contents div.copy-preview span.alink {
  color: #00f;
  text-decoration: underline;
  font-family: monospace;
}

div#contents textarea.copy-source-web,
div#contents textarea.copy-source-banner,
div#contents textarea.copy-source-banner_pc,
div#contents textarea.copy-source-mail,
div#contents input.copy-subject-mail_pc,
div#contents textarea.copy-source-mail_pc {
  font-size: 10pt;
  font-weight: normal;
  font-family: "£Í£Ó ¥´¥·¥Ã¥¯", monospace;
}

div#contents textarea.copy-source-web,
div#contents textarea.copy-source-banner,
div#contents textarea.copy-source-banner_pc {
  width: 400px;
  height: 100px;
}

div#contents textarea.copy-source-mail {
  width: 400px;
  height: 280px;
}

div#contents input.copy-subject-mail_pc {
  width: 700px;
}

div#contents textarea.copy-source-mail_pc {
  width: 780px;
  height: 320px;
}

div#contents div.info-outline {
  margin: 4px;
  padding: 4px;
}

div#contents div.info-outline h4 {
  margin: 4px;
  color: #669;
}

div#contents div.info-posted {
  float: right;
  padding: 0.1 0.3em;
}

ul#ad-attention {
  position: relative;
}

div#ad-attention-pb,
div#ad-attention-injustice,
div#ad-attention-site {
  background-color: #fcfcff;
  border: 1px solid #999;
  position: absolute;
  visibility: hidden;
  display: block;
  padding: 0.2em 0.3em;
}

div#ad-attention-pb h2,
div#ad-attention-injustice h2,
div#ad-attention-site h2 {
}

div#ad-attention-pb .close,
div#ad-attention-injustice .close,
div#ad-attention-site .close {


}

/* footer section */

div#footer div.copyright {
  text-align: right;
  font-style: italic;
  font-size: 9pt;
  padding: 0.5em 0.3em;
  border-top: 1px solid #999;
  color: #999;
}

div#footer div.copyright a {
  color: #999;
  font-weight: bold;
}

