@charset "UTF-8";

div#contents-box {
  padding-top: 20px;
}

h2#title {
  width: 535px;
  height: 70px;
}

div#link-box {
  width: 550px;
  float: left;
  margin-left: 10px;
}

div#side-box {
  width: 240px;
  float: right;
  margin-right:10px;
}

img#title-links {
  width: 192px;
  height: 30px;
  margin-bottom: 16px;
}

div.link-object {
  width: 480px;
  border-bottom: 1px dotted #999999;
  margin-bottom: 20px;
}

h2#title-links {
  width: 240px;
  height: 32px;
  background-image: url("../../img/root/title-links.gif");
  background-repeat: no-repeat;
}

div#side-box ul li {
  list-style: none;
  margin-left: 30px;
}

div#side-box ul li a {
  font-size: 1em;
  background-image: url("../../img/pointer.gif");
  background-repeat: no-repeat;
  padding-left: 20px;
}

a.site-name {
  font-size: 1em;
  background-image: url("../../img/pointer.gif");
  background-repeat: no-repeat;
  padding-left: 20px;
  float: left;
}

a.check-button {
  display: block;
  background-image: url("../../img/bt-check.gif");
  float: right;
  width: 61px;
  height: 17px;
}

a.check-button span {
  display: none;
}
