/* style body */
BODY, TD, TH {
      font: normal normal normal 10pt/12pt 'MS P明朝','MS 明朝','Hervetica','Times New Roman','Courier New','Century'
  margin-top: 0px;
  margin-bottom: 1px;
  margin-left: 10px;
  margin-right: 10px;
}
  A:link {
	color: #0000cd; /* mediumblue */
	text-decoration: none;
 }
  A:visited{
	color: #008b8b; /* darkCyan */
	text-decoration: none;
 }

  A:hover,A:active{
	color: Red;
	text-decoration: underline;
}
TABLE {
   border-collapse: collapse;
}

TH,TD, CAPTION {
      font: normal normal normal 9pt/12pt 'MS P明朝','MS 明朝','Hervetica','Times New Roman','Courier New','Century';
   padding-left: 3px;
   padding-right: 1px;
}


