﻿body {
		margin: auto;
		padding: 5px;
		font: small/20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.style1 {
		color: #FFFFFF;
		font-weight: bold;
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
		color: #0099FF;
		text-decoration: none;
}
a:visited {
		color: #0099FF;
		text-decoration: none;
}
a:hover {
		color: #999999;
		text-decoration: underline;
}
