@charset "UTF-8";
@import url("style.css");

/* OUTLINE
--------------------------------------------------------- */

/* CONTAINER
--------------------------------------------------------- */

/* HEADER
--------------------------------------------------------- */

/* WRAPPER
--------------------------------------------------------- */



/* WRAPPER -> CONTENT
--------------------------------------------------------- */

#topicpath {
  margin-bottom: 10px;
  width: 780px;
  background: url("../img/bg-wide-title.gif") no-repeat;
  border-bottom: 1px #3cf solid;
}
#topicpath li {
  padding: 6px 0 6px 12px;
  float: left;
  font-size: 123%;

}

#topicpath h1 {
  padding-left: 20px;
  background: url("../img/point-mark.gif") no-repeat 0 50%;
  font-weight: bold;
}

h2 {
  margin-left: 20px;
  padding-left: 5px;
}

#content h2#trade{
  margin-top: 5px;
  margin-left: 0px;
  padding-left: 0px;
}

#top-point-trade table{
  margin: 15px 0px 20px 0;
  border: 1px solid #999;
  border-collapse: collapse;
  background-color: #fff;
  width: 99.98%;
}

#top-point-trade th, td {
  line-height: 1;
  padding: 7px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

#top-point-trade th {
  color: #333;
  background-color: #D2EBF7;
  font-weight: normal;
  text-align: left;
  width: 170px;
}

#top-point {
  margin: 10px 0 0 10px;
  width: 760px;
  background: url("../img/sub-bk1.gif") no-repeat;
}

#point {
  margin: 10px 0 0 0;
  width: 760px;
  background: url("../img/sub-bk2.gif") no-repeat center bottom;
}

table {
  margin: 23px 0 30px 75px;
  border: 1px solid #999;
  border-collapse: collapse;
  width: 80%;
  background-color: #fff;
}

th, td {
  line-height: 1;
  padding: 5px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

th {
  color: #333;
  background-color: #aedef7;
  font-weight: normal;
  text-align: left;
}

span.blo {
  display: block;
  margin-top: 4px;
}

a.link-pad {  
  padding: 0px 2px 0px 0px;
}

span.caution {
  color: #f00;
}

div.round {
  position: relative;
}

div.round .lt {
  background: url("../img/tb_lt.gif") no-repeat;
  left: 74px;
  top: 22px;
}

div.round .rt {
  background: url("../img/tb_rt.gif") no-repeat;
  right:77px;
  top:22px;
}

div.round .lb {
  background: url("../img/tb_lb.gif") no-repeat;
  bottom: 30px;
  left: 74px;
}

div.round .rb {
  background: url("../img/tb_rb.gif") no-repeat;
  bottom: 30px;
  right: 77px;
}

div.round .lt,
div.round .rt,
div.round .lb,
div.round .rb {
  height: 5px;
  position: absolute;
  width: 5px;
}

* html div.round span.lt,
* html div.round span.rt,
* html div.round span.lb,
* html div.round span.rb {
  display: none;
}

div.gotop {
  margin-left: 650px;
}

div.gotop a {
  padding-left:14px;
  background: url("../img/gotop.gif") no-repeat left;
}

/* FOOTER
--------------------------------------------------------- */

