@import url("reset.css");
@import url("base.css");
@import url("top-navi.css");
@import url("under-navi.css");
#resultbox {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  padding-top: 30px;
}


/*pdfbox
-------------------------------------------------------------------*/
#pdfbox {
  background: #EEEAD5 url(../img/get_adobe_reader.png) no-repeat 10px 15px;
  padding: 10px 20px 10px 190px;
  clear: both;
  width: 450px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  position: relative;
  font-size: 11px;
}

#pdfbox a {
  display: block;
  height: 39px;
  width: 158px;
  position: absolute;
  top: 15px;
  left: 10px;
  margin: 0px;
  padding: 0px;
  text-indent: -9999px;
}

#resultbox #result .date {
  margin-bottom: 30px;
  float: left;
  display: block;
  height: 35px;
  width: 250px;
  clear: both;
  text-align: left;
  line-height: 35px;
}

#resultbox #result .pdf-dl {
  line-height: 35px;
  text-align: left;
  display: block;
  height: 35px;
  width: 250px;
  margin-bottom: 30px;
  float: right;
  clear: right;
  text-indent: 40px;
  background: url(../img/pdf-icon.png) no-repeat 0px 2px;
}

