body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-color: #FFFFFF;
	color: #333333;
}

td {
	font-size: small;
	line-height: 1.2em;
}

/* Aタグのスタイル指定 */
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* 画像のボーダーは、常にゼロ */
img {
	border: 0px none;
}

/* タイトル用　文字サイズ1.5倍で太字 下と左のボーダー付き */
.border_g {
	border: 2px solid #CCCCCC;
}

.xs_text {
	font-size: x-small;
	line-height: 1.2em;
}

.xs_text_red {
	font-size: x-small;
	line-height: 1.2em;
	color: #CC3333;
}

.xxs_text {
	font-size: xx-small;
	line-height: 1.0em;
}

