body {
  text-align:center;
  background-color: #cccc99;
  background-image: url(img/bg.gif); 
  background-repeat: repeat-x;
}

a:link {
  color: #000000;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #ffb0b2;
  text-decoration: underline;
}

a:active {
  color: #660066;
  text-decoration: underline;
}

a:hover {
  position : relative;
  top : 1px;
  left : 1px;
}

#head {
  width: 700px;
  background-color: #333333;
  padding: 20px 0px 30px 45px;
}

#head h1 a {
  font-size: 23px;
  line-height: 30px;
  color: #FFFFFF;
  text-decoration: none;
}

#top{	
  width:745px;
  padding:0;
  margin:0 auto;
  text-align:left;
  background-color: #efeed5;
}

#base{	
  width:745px;
  padding:0;
  margin:0 auto;
  text-align:left;
  background-color: #FFFFFF;
}

#contents {
  padding:18px;
}

#contents h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 1em 0px;
  padding: 8px 0px 5px 15px;
  color: #FFFFFF;
  background-color: #444444;
}

#contents p {
  font-size:16px;
  margin-top: 12px;
  margin-left: 30px;
  margin-right: 20px;
  margin-bottom: 30px;
  line-height: 30px;
}

#top p {
  color: black;
  font-size:10px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

#pr h3 {
  font-size:12px;
  font-weight: bold;
  margin-left: 30px;
  margin-right: 20px;
}

#pr p {
  color: white;
  font-size:10px;
  text-align: center;
  margin-top: 2px;
}

#pr a {
  font-size:10px;
  color: white;
}

#foot {
  background-color: #333333;
  line-height: 10px;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
}

span.pen {
  background-color: yellow;
}

#foot a {
  font-size:14px;
  color: #FFFFFF;
}

table, td {
  font-size: 16px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  border-collapse: collapse;
  padding: 7px;
  line-height: 1.5em;
}

table, tr {
  font-size: 12px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  border-collapse: collapse;
  padding: 7px;
}

#table th {
  padding:6px 6px;
  border:1px solid #CCCCCC;
  text-align:left;
  background-color:#f8f8f8;
  font-size:12px;
}
	
#table td {
  padding:6px 6px;
  border:1px solid #CCCCCC;
  text-align:left;
  line-height:130%;
  font-size:12px;
}
