body,td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	font-size: 13px;
}
h1 {
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 13px;
}

/* マウスオーバー
----------------------------------------------- */
.hover_0_50:hover {
	background-position:0px 50px;
	padding-bottom:0px;
}
.hover_0_100:hover {
	background-position:0px 100px;
	padding-bottom:0px;
}
.hover_0_200:hover {
	background-position:0px 200px;
	padding-bottom:0px;
}
.hover_0_300:hover {
	background-position:0px 300px;
	padding-bottom:0px;
}
.hover_opacity_80:hover {/* 80% */
	filter: alpha(opacity=80);/*IE*/
	-moz-opacity:0.8;/*Firefox・Netscape*/
	opacity:0.8;/*Opera・Safari・chrome*/
}


