A:LINK {color:blue ;
  text-decoration : underline;
} /*未訪問リンク */ 
A:VISITED {color:blue ;
  text-decoration : none;
} /*訪問済みリンク */ 
A:ACTIVE {color:blue ;
  text-decoration : none;
} /*クリックしたとき */ 
A:HOVER {color:blue ;
  text-decoration : underline;
  background-color : yellow;
} /*マウスが乗ったとき */ 
 
TABLE.stuff{
  margin-left : 24px;
}
TABLE.line01{border-width : 1px 1px 1px 1px;border-style : dotted dotted dotted dotted;border-color : navy navy navy navy;}
TD.UL01{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
}
.end{
  font-size : 60%;
  color : red;
  background-color : yellow;
}



BODY{
  font-size : 10pt;
}
.update_day{
  font-size : 80%;
  color : teal;
}

DIV.comment{
  margin-top : 8px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 8px;
  width:500px;
  text-align : center;
  border-width : 1px 1px 1px 1px;
  border-style : dotted dotted dotted dotted;
  border-color : green green green green;
  width : 500px;
  padding-top : 4px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 4px;
  list-style-type : disc;
  list-style-position : outside;
  list-style-image : url(image/p004lis.gif);
  background-color : white;
  color : #666666;
}
.red_small{
  font-size : 12px;
  font-weight : 700;
  color : red;
}


H1 {
  margin: 8px 10px 4px 10px;
  font-size:13pt;
  color: red;
}

th {
	text-align: left;
	background-color : #e3ed89;
}

.kiji_date {
	width: 600px;
	font-size: 10px;
	text-align: right;
	margin: -10pt 10px 3px 0px;
}


.end_st {
	color:red;
	font-size:75%;
	font-weight:600;
}

