/* フォームテキスト(太字) */
.txtfuto {
	font-size: 9pt;
	line-height: 12pt;
	color: #000000;
	font-weight: bold;
}

/* フォームテキスト(細字) */
.txthoso {
	font-size: 9pt;
	line-height: 12pt;
	color: #000000;
}

/* 必須項目太赤文字 */
.txt_hissu {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}

/* 締め切り赤文字 */
.txt_shime {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

/* ラディアンス商品名(太字) */
.txt_rd {
	font-size: 9pt;
	line-height: 12pt;
	color: #cc6666;
	font-weight: bold;
}

/* ラディアンス商品名(小字) */
.txt_rds {
	font-size: 8pt;
	line-height: 10pt;
	color: #cc6666;
}

/* 下部・コピーライト */
.cr {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: small;
	color: #666666;
}

/* 下部・プライバシーポリシー */
.link_pp:link {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: small;
	color: #666666;
	text-decoration:none;
}
.link_pp:visited {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: small;
	color:#666666;
	text-decoration:none;
}	
.llink_pp:active {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: small;
	color:#666666;
	text-decoration:none;
}
.link_pp:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: small;
	color: #666666;
	text-decoration:underline;
}