body
{
  text-align: center;
  font-size: 75%;
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
  line-height: 1.5;
  /*\*/
  letter-spacing: 0.1em;
  /**/
  color: #333333;
  background-color: #FFFFFF;
  margin: 10px;
  padding: 0;
}

a:link
{
  color: #333333;
}

a:visited
{
  color: #555555;
}

a:active
{
  color: #DD3333;
}

a:hover
{
  color: #DD3333;
}

h1
{
  font-size: 150%;
}

h2
{
  font-size: 120%;
}

p
{
  margin: 0 0 0 0;
}

img
{
  border: none;
}

ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

li
{
  margin : 0 0 0 1em; 
  padding : 0; 
} 

#wrapper
{
  width: 900px;
}

#header
{
  background: #FFFFFF;
  height: 70px;
}

#primary
{
  width: 900px;
  margin: 10px 0;
  background-color: #FFFFFF;
}

#footer
{
  background-color: #FFFFFF;
}

#copyright
{
  margin: 0;
  height: 20px;
  text-align: center;
}

#header
{
  height: 70px;
  background-image: url(../images/basic_header_long.png);
  background-repeat: no-repeat;
}

#primary_header
{
  width: 900px;
  height: 20px;
  margin-top: 5px;
  background-image: url(../images/basic_primary_header_long.png);
  background-repeat: no-repeat;
}

#copyright
{
  margin: 0;
  text-align: center;
  background-image: url(../images/basic_footer_long.png);
  background-repeat: no-repeat;
}
