@charset "shift_jis";

*{
	margin:0;
	padding:0;
}

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #333333;
	overflow-y: auto;
}

p{
	margin:5px 0;
	line-height:1.3;
}

img {border:0;}
.clear {clear:both;}
a {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #336699;
	text-decoration: underline;
}
a:hover {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #993300;
	text-decoration: underline;
}