.style1 {color: #FFFFFF}
.style2 {color: #FF0000}
.style4 {color: #FF0000; font-weight: bold; }
.style5 {color: #0000FF}
body {
	background: #FFFFFF;
	line-height: 20px;
}
h1 {
	font: bold normal 16px/32px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	background: #0000FF;
	width: 100%;
	padding-left: 10px;
}
h2 {
	font: bold normal 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	vertical-align: middle;
}
img {
	margin-right: 5px;
	background: left;
}
p {
	margin-left: 30px;
	width: 100%;
}
address {
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background: #0000FF;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
a{
  color : blue;
  text-decoration : underline;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : normal;
}
a:visited{
  color : purple;
  text-decoration : underline;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : normal;
}
a:hover{
  color : red;
  text-decoration : underline;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : normal;
}
a:active{
  color : red;
  text-decoration : underline;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : normal;
}
