body {
  background: #f0fff0;
}
#header {
  background: #ffffff url(banner.jpg) no-repeat top left;
  float: left;
  width: 840px;
  height: 150px;
}
.link {
  background: #e0ffe0 url(back.png) no-repeat top left;
  float: left;
  width: 120px;
  height: 30px;
  text-align: center;
  padding-top: 5px;  
}
.link2 {
  background: #e0ffe0 url(back2.png) no-repeat top left;
  float: left;
  width: 120px;
  height: 30px;
  text-align: center;
  padding-top: 5px;  
}
#container {
  background: #e0ffe0 url(line.png) no-repeat top left;
  margin-left: auto;
  margin-right: auto;
  width: 840px;
}
#navigation a:link {
  color: #333333;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}
#navigation a:visited {
  color: #333333;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}
#navigation a:hover {
  color: #333333;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
}
#navigation a:active {
  color: #333333;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}
#navigation {
  clear: both;
  float: left;
  width: 840px;
}
#contents p {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  color: #333333;
}
#contents p:first-letter {
  font-size: 36px;
  font-family: "Times New Roman", Times, serif;
  color: #333333;
}
#contents li {
  font-family: "Times New Roman", Times, serif;
  color: #333333;
}
#footer p {
  font-size: 12px;
}
#contents {
  background: #e0ffe0 url(line.png) no-repeat top left;
  clear: both;
  float: left;
  width: 840px;
  padding-top: 5px;
}
#footer {
  margin-top: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #e0ffe0 url(line.png) no-repeat top left;
  float: left;
  width: 840px;
}
.news {
  margin-top: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #e0ffe0 url(line.png) no-repeat bottom left;
  float: left;
  width: 840px;
}
