/* Dreamweaver 時代の Ubuntu フォント＋基礎リンク色（@import はこのファイル基準: css/ から webfonts/ へ） */
@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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
h2 {
  font-size: small;
  color: #999;
}
body {
  background-image: url();
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  font-size: x-small;
}
