BODY{
  background-color : #fef3e2;
}
H1{
  color: #663300;
  background-color : #ffff9d;
  font-weight : bold;
  margin-left : 3pc;
  margin-right : 3pc;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-style : solid solid solid solid;
  border-color : gray gray gray gray;
}
H2{
  color: #663300;
  padding-left : 1pc;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : navy;
  border-bottom-color : #993366;
  text-align : left;
  text-indent : 0pc;
  font-size : 10pt;
}
H3{
  color: #663300;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #993366;
  border-bottom-color : #993366;
}
H4{
  font-weight : bold;
  padding-left : 1pc;
  margin-top : 1pc;
  border-top-width : 2px;
  border-left-width : 1pc;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : green;
  border-left-color : green;
  left : 1pt;
  text-align : left;
}
HR{
  color : #005b00;
  height : 1px;
}
P{
  color: #666633;
}
A{
  color: #CC3300;
  text-decoration: underline;
}
A:VISITED{
  color : #ff7777;
  text-decoration : none;
}
A:HOVER{
  color : blue;
  background-color : silver;
  text-decoration : none;
}
A:ACTIVE{
  color : teal;
  font-weight : 500;
  text-decoration : none;
}
UL{
  color: #666633;
  list-style-image : url(file:///E|/Web/shiiya/Ver01/css/l_g01.gif);
  list-style-position: outside;
}
A:LINK{
  font-weight : 500;
  color : teal;
  text-decoration : none;
}
BLOCKQUOTE{
  background-color : #ffeadf;
  text-align : left;
  padding-top : 1pc;
  padding-left : 1pc;
  padding-right : 1pc;
  padding-bottom : 1pc;
  margin-top : 1pc;
  margin-left : 1pc;
  margin-right : 1pc;
  margin-bottom : 1pc;
  border-width : 1px 1px 1px 1px;
  border-style : groove groove groove groove;
  border-color : teal teal teal teal;
}

#contents {
	list-style: none inside none;
}
#contents p {
	color: #393939;
	margin: 0.5em 0.5em;
}

#contents a {
  color: blue;
  font-weight: normal;
  text-decoration: none;
	background-color: transparent;
}
#contents a:VISITED{
  color : #ff7777;
  text-decoration : none;
}
#contents a:HOVER{
	color: blue;
	text-decoration: underline;
}
#contents a:ACTIVE{
  color : blue;
  /*font-weight : 500;*/
 /*text-decoration : none;*/
}
