/* Dreamweaver / H5BP + Ubuntu 時代の共通基盤をひとつの参照で読み込む（旧 ubuntu-legacy-stub.css を統合） */
@import url("../boilerplate.css");
@import url("../responsive.css");
@import url("../webfonts/Ubuntu_Regular/stylesheet.css");
@import url("../webfonts/Ubuntu_Light/stylesheet.css");

a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #ccc;
}
a:active {
  text-decoration: none;
  text-align: right;
}
body,
td,
th {
  font-family: "Ubuntu Light";
}
h1 {
  font-size: small;
  color: #666;
}
h2 {
  font-size: small;
  color: #999;
}
body {
  background-image: url();
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  font-size: x-small;
}
