/*ページ固有のスタイル*/

h1 {
  background:
    transparent
    url('/img/ani_079.gif')
    no-repeat
    scroll
    left center;
  margin:10px auto;
  clear:both;
  width:524px;
  height:47px;
  text-align:right;
}

h1 img {
  background:
    transparent
    url('/img/ani_080.gif')
    no-repeat
    scroll
    right center;
  padding-right:26px;
}

h2 {
  color:#663300;
  font-size:1.5em;
  margin:2em 1em 0.3em 1em;
  letter-spacing: 1em;
  clear:both;
}

/*
h2 span {
  color:#ff0000;
  letter-spacing: 0;
}

h3 {
  color:#0000ff;
  font-size:1.2em;
  margin:2em 1em 0.5em 1em;
  clear:both;
}

a:visited {
  color:#333366;
}

a img {
  border-style:none;
  margin:0;
  padding:0;
}
*/

#summary {
  text-align:center;
  margin:0 auto;
  width:42em;
  min-width:600px;

  background:
    transparent
    url('img/allstaff.jpg')
    no-repeat
    scroll
    center top;
  clear:both;

  padding-top:310px;
}

#summary  table {
  display:block;
  text-align:left;

  border-spacing:0;
  border-collapse:collapse;
  margin:1em auto;
  font-size:1em;
  width:33em;
}

#summary table th, 
#summary table td {
  padding:5px;
  border:2px solid #999999;
  width:15em;
}

