BODY {
  background-color: #F5F5F5;
  font-size: x-small;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
  line-height: 1.166;
}

TABLE {
/*font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;*/
font-family: "ＭＳ Ｐ明朝",細明朝体,serif;
}


A {
  line-height: 140%;
}
A:visited {
  color:#808080; 
  text-decoration:underline;
  background: none
}
A:hover {
  color:#FFFFFF;
  text-decoration:none;
  background:#444444
}

IMG {
   vertical-align:bottom
}

H1 {
    width: 100%;
    font-weight: bold;
    font-size: 18pt;
    color: #74696D;
    background-color: #FCD134;
}


H2 {
    width: 100%;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4169E1;
    filter: Alpha(opacity=100, finishopacity=0, style=1);
}
H3 {
    width: 100%;
    font-weight: bold;
    color: #74696D;
    background-color: #D7EBF7;
    filter: Alpha(opacity=100, finishopacity=0, style=1);
}

.footer{
	font:10pt;
	color:#000000;
	background:#6495ED;
	}
.footer A,.footer A:visited{
	color:"#000000";
}
