html 
{
  background-image: url(pics/BG.gif);
}

body, input, textarea, td, th, a, li, h1, h2, h3, h4, h5, p, span 
{
  font-family: Times, serif, Verdana, fixed, courier, monospace;
}

body, input, textarea, td, th, a, li 
{
  font-size: 14px;
}

body
{
  padding: 0px;
  margin: 0px;
  
}

table
{
  background-color: #fcfaed;
  border-style: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 0px;
}

td
{
  padding: 0px;
}

span
{
  text-align: justify;
}

#main
{
  position: absolute;
  width: 800px;
  left: 50%;
  height: auto;
  margin-left: -400px;
  padding-top: 30px;
}

a
{
  color: #2a9500;
  text-decoration: none;
}

a:hover
{
  color: #2a9500;
  text-decoration: none;
}

a:active
{
  color: #207200;
  text-decoration: none;
}

.link_not
{
  background-color: #fcfaed;
  width: 100px;
}

.link_hover
{
  display: block;
  background-color: #dddddd;
  width: 100px;
}

.tro_left
{
  vertical-align: top;
  width: 150px;
}

.tro_right
{
  vertical-align: top;
  width: 262px;
}

.tro_dai
{
  vertical-align: top;
  width: 335px; 
  margin-left: 20px;
  white-space: nowrap;
}

.tro_tsuke
{
  vertical-align: top;
  width: 85%;
  margin-left: 20px;
  margin-right: 20px;
}

.tro_tsuke_center
{
  vertical-align: top;
  width: 15%;
}

.tro_hirado
{
  vertical-align: top;
  width: 100%;
}

.tro_center
{
  vertical-align: top;
  width: 185px; 
  margin-left: 20px;
  white-space: nowrap;
}

.tro_menu
{
  vertical-align: bottom;
  width: 100%;
}

