@import url("common.css");

div#main h2
{
  background-image:url("/style2/images/h2_abt.gif");
  text-indent:51px;
}
table.about, table.about td, table.about th,
table.form, table.form td, table.form th
{
 border-collapse:collapse;
 border:1px solid #333300;
}

table.about th
{
 width:128px;
 background:#B7B6A1;
}

table.about td
{
  background:#EEEEEE;
}

table.form th, table.fee th
{
 background:#B7B6A1;
}

table.form td, table.fee td
{
  background:#EEEEEE;
}

table.fee td
{
  font-weight:bold;
  text-align:right;
}

table.works
{
  border-collapse:collapse;
}

table.works td
{
  border:1px solid #333300;
  width:200px;
}

table.works td img
{
  width:200px;
  height:160px;
}