@charset   "Shift_JIS";
* {
  margin: 0;
  padding: 0;
}
BODY{
  color: #000000;
  background-color: #fef8de;
}
H1{
  color: #000000;
  text-align: left;
  border-left-color: #000000;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;

  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 80px;
}
H2{
  color: #000000;
  text-align: left;
  border-left-color: #000000;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 80px;
}
H3{
  color: #502828;
  text-align: left;
  border-left-color: #000000;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 80px;
}
HR{
  color: #502828;
  height: 2px;
}
P{
  color: #502828;
}
A{
  color: #496402;
  text-decoration : underline;
}
A:VISITED{
  color: #804000;
  text-decoration : underline;
}
A:HOVER{
  color: #fd6602;
  text-decoration : underline;
}
A:ACTIVE{
  color: #400000;
  text-decoration : underline;
}
UL {
	color: #502828;
	list-style-image: ;
	list-style-position: outside;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	font-size: small;
	line-height: 1.34;
	text-decoration: none;
	text-align: left;
}
TH{
  color: #502828;
  background-color: ;
}
TD{
  color: #502828;
  background-color: ;
  font-size:small;
  line-height: 1.34
}