<!--- Internet Explorer 4.01 ＆ 5.0 用 --->

<!--- フォントサイズを含むスタイル --->
  <!--- font-size: <nn>pt の部分を変更すれば、自分の見やすいフォントサイズになります  --->
  body { font-family: "MS UI Gothic", "ＭＳ Ｐゴシック"; color: #333333; background-color: #FFFFFF}
  p { font-size: 10pt; line-height: 1.25em; margin-top: 0em; margin-bottom: 0.5em;}
  th  { font-size: 10pt ;}
  TD  { font-size : 11pt;}
  li {  font-size: 10pt; line-height: 1.25em; margin-bottom: 0.25em;}
  h1 {  font-size: 18pt; margin-top: 0ex; margin-bottom: 0ex; line-height: 1em;}
  H2 {  font-size: 12pt; margin-top: 0ex; margin-bottom: 0ex; line-height : 2em;}
  H3 {  font-size: 11pt; margin-bottom: 0em; margin-top: 0em;
  line-height : 24px;
}
  h4 {  font-size: 10pt; line-height: 1.5em; margin-top: 0em; margin-bottom: 0em;}
  h5 {  font-size: 10pt;}
  h6 {  font-size: 6pt;}
<!--- ここまで --->

<!--- 以下は、その他のタグの再定義 --->
 A:LINK { color: #0000ff; text-decoration: none;}
 A:VISITED { color: #0000ff; text-decoration: none;}
 A:HOVER { color: #ff0000; text-decoration: underline;}
 SELECT { color: #333333; margin-top: 0px; margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
  blockquote {  margin-top: 0em; margin-left: 20px; margin-right: 0em;}
  A { text-decoration : none; }

