@charset "utf-8";

h2 {
  background:url("img/subtitle.png") no-repeat;
}
* html h2 {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/subtitle.png);
}
#submenu {
  background:url("img/submenu_back.jpg") no-repeat;
}

dl#faq dt {
  font-weight:bold;
}
dl#faq dd {
  margin-bottom:1.6em;
}
dl#faq td, dl#faq th {
  padding:2px 1em 2px 0;
}
dl#faq th {
  text-align:center;
  border-bottom:dashed 1px #cccccc;
}
