@charset 'UTF-8';

/* -----------------------------------------------------------------------------
 * Container > Wrapper > Content
 * -------------------------------------------------------------------------- */
div#content {
  float: left;
  width: 665px;
}

div#content h2 {
  height: 50px;
  margin: 0 0 25px;
  background-image: url(/help/guide/img/guide/guide_h2.gif);
  background-repeat: no-repeat;
  font-size: 100%;
  text-indent: -9999px;
}

div#content h3 {
  margin: 0 0 10px;
  font-size: 116%;
}

div#content h4 {
  margin: 0 0 5px;
  font-size: 100%;
}

div#content p {
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}

div#content ul,
div#content ol {
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}

div#content dl {
  margin: 0 0 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}

div#content dl dt {
  margin-bottom: 5px;
}

div#content dl dd {
  margin: 0 0 20px;
}

/* -----------------------------------------------------------------------------
 * help
 * -------------------------------------------------------------------------- */

/*h3*/
div#help h3 {
  width: 310px;
  margin: 0 0 5px 0;
  padding: 5px 0 0px 10px;
}

.help_readme {
  height: 25px;
  background-image: url(/help/guide/img/guide/guide-readme.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.help_retrieval {
  height: 25px;
  background-image: url(/help/guide/img/guide/guide-retrieval.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.help_coupon {
  height: 25px;
  background-image: url(/help/guide/img/guide/guide-coupon.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.help_kuchikomi {
  height: 25px;
  background-image: url(/help/guide/img/guide/guide-kuchikomi.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.help_classup {
  height: 25px;
  background-image: url(/help/guide/img/guide/guide-classup.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.help_doncommu {
  height: 25px;
  background-image: url(/help/guide/img/guide/guide-doncommu.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.help_point {
  height: 25px;
  background-image: url(/help/guide/img/guide/guide-point.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.help_environment {
  height: 25px;
  background-image: url(/help/guide/img/guide/guide-environment.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.help_ticket {
  height: 25px;
  background-image: url(/help/guide/img/guide/guide-ticket.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.help_faq {
  height: 25px;
  background-image: url(/help/guide/img/guide/guide-faq.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/*段組*/
div.help_columnleft {
  float:left;
  width: 310px;
  margin: 0 45px 0 0;
  padding:0;
}

div.help_columnright {
  float:right;
  width: 310px;
  margin: 0;
  padding: 0;
}

/*リスト*/
div#help ul {
  list-style-type: none;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}

div#help li {
  list-style-image: url(/help/guide/img/guide-list.gif);
}