@charset "UTF-8";

/*---------------------------------------------

Help Page CSS

for "breakr.net"
coded by MAYANO STUDIO at 2008-07-16
modified by HeartRails Inc.
linked to "/help"

---------------------------------------------*/

@import url(default.css);
@import url(common.css);
@import url(bodytext.css);
@import url(sub.css);

div#main {
  margin-top: 0;
}

div#main div#about {
  margin: 0 0 30px;
  padding: 10px 15px;
  background: url(/images/bg_roundbox.gif) no-repeat center bottom;
}

div#main div#about h3 {
  margin: -10px -15px 0;
  padding: 10px 15px;
  background: url(/images/bg_roundbox.gif) no-repeat center top;
  border-bottom: none;
}

div#main div.section dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}

div#main div.section dl dd {
  margin-bottom: 20px;
}

div#main div.section dl.term dt {
  clear: left;
  float: left;
  width: 70px;
  margin: 0 10px 10px 10px;
  font-weight: bold;
}

div#main div.section dl.term dd {
  margin: 0 0 10px 10px;
}

div#main ol {
  list-style-image: url(/images/mk_list.gif);
}

div#main ol li {
  margin-left: 20px;
  padding: 1px 0;
}

div#sub {
  margin-top: -50px;
  padding-bottom: 0;
  background: url(/images/bg_helpsub_m.gif) repeat-y center;
}

div#sub h2 {
 padding: 85px 20px 5px;
 background: url(/images/bg_helpsub_t.gif) no-repeat center top;
 font-size: 125%;
 color: #999;
}

div#sub div.module {
  margin-bottom: 0;
  padding: 0 15px 15px;
}

div#sub div.module h3 {
  margin-bottom: 5px;
  font-size: 117%;
}

div#sub div.module ul {
  list-style-image: url(/images/mk_list.gif);
}

div#sub div.module ul li {
  margin-left: 20px;
  padding: 1px 0;
}

div#sub div.last_item {
  padding-bottom: 30px;
  background: url(/images/bg_helpsub_b.gif) no-repeat center bottom;
}

div#sub div.module ul li a {
 text-decoration: underline;
}

* html div#contents {
  width: 920px;
}
