/* bodyとtableのスタイル（同じ値を設定する） */
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 150%;
	color: #4F545B;
}
table {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 150%;
	color: #4F545B;
}

body.layout-two-column-right div#beta a{
text-decoration: none;
}
