BODY{
  
  background-color : "#ffffe6";
  background-attachment : fixed;
  line-height : 160%;
  font-family: "MS P ゴシック";			/* フォントの種類 */
  font-size : 10pt;
  margin-top : 1px;
  margin-left : 50px;
  margin-right : 50px;
  margin-bottom : 1px;
  
}

P {							/* paragraphに適用 */
	MARGIN-LEFT: 20px; 				/* 左マージン */
	MARGIN-RIGHT: 20px; 				/* 右マージン */
	COLOR: "#000000"; 				/* 文字の色 */
	FONT-FAMILY: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 	/* フォントの種類*/
	letter-spacing: 2px;
	FONT-STYLE: normal; 				/* フォントスタイル */
	font-weight: 500;				/* フォントの太さ */
	TEXT-ALIGN: left; 				/* 左揃え */
	LINE-HEIGHT: 180%; 				/* 行の高さ */
}
H1 { 
	COLOR: "#FFFF99"; 
	BACKGROUND-COLOR: "#660000"; 
	BORDER-STYLE: outset; 
	BORDER-COLOR:white; 
	BORDER-WIDH:10px; 
	PADDING: 7px;	
	}

H2{
  color : white;
  background-color : #006400;
  
  text-align: left;
  padding-top: 7px;
  padding-right : 7px;
  padding-bottom: 7px;
  padding-left : 7px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  line-height : 110%;
}
H3{
  color : #330099;
  background-color : #e9f4bb;
  
  text-align: leftr;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  margin-top : 0px;
  margin-bottom : 0px;
}

A{
  color : blue;
  text-decoration: underline;
}
A:VISITED{
  color : purple;
  text-decoration: underline;
}
A:HOVER{
  color : navy;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color : teal;
  text-decoration: underline;
}
UL{
  color : black;
  list-style-image: url(images/l_wood1.gif);
  list-style-position: outside;
  
  
  
  
  
}
TH{
  color : navy;
  
  background-color : #e9f4bb;
}
TD{
  
  
  font-size : 9pt;
  line-height : 150%;
  
}
H4{
  margin-top : 0px;
  margin-bottom : 0px;
  font-size : 10pt;
  font-weight : normal;
  color : #330099;
}
H5{
  color : #330099;
  background-color : #e9f4bb;
  text-align : left;
  padding-top : 4px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : medium;
  font-weight : bold;
}
TBODY {
	COLOR: #660000; 
	BACKGROUND-COLOR: "#ffffe6";  
	PADDING: 3px;	
	MARGIN-LEFT: 100px; 
	MARGIN-RIGHT: 100px; 
	}