/* CSS Document *//* 文字色=設定なし／文字サイズ=小 */.link_default_size_s {	font-size: x-small;	text-decoration: none;}/* 文字色=設定なし／文字サイズ=普通 */.link_default_size_m {	font-size: small;	text-decoration: none;}/* 文字色=設定なし／文字サイズ=大 */.link_default_size_l {	font-size: medium;	text-decoration: none;}/* 文字色=赤／文字サイズ=小 */.link_r_size_s {	font-size: x-small;	color: #F23824 !important;	text-decoration: none;}/* 文字色=赤／文字サイズ=普通 */.link_r_size_m {	font-size: small;	color: #F23824 !important;	text-decoration: none;}/* 文字色=赤／文字サイズ=大 */.link_r_size_l {	font-size: medium;	color: #F23824 !important;	text-decoration: none;}/* 文字色=緑／文字サイズ=小 */.link_g_size_s {	font-size: x-small;	color: #669900 !important;	text-decoration: none;}/* 文字色=緑／文字サイズ=普通 */.link_g_size_m {	font-size: small;	color: #669900 !important;	text-decoration: none;}/* 文字色=緑／文字サイズ=大 */.link_g_size_l {	font-size: medium;	color: #669900 !important;	text-decoration: none;}/* 文字色=青／文字サイズ=小 */.link_bl_size_s {	font-size: x-small;	color: #009999 !important;	text-decoration: none;}/* 文字色=青／文字サイズ=普通 */.link_bl_size_m {	font-size: small;	color: #009999 !important;	text-decoration: none;}/* 文字色=青／文字サイズ=大 */.link_bl_size_l {	font-size: medium;	color: #009999 !important;	text-decoration: none;}/* 文字色=茶／文字サイズ=小 */.link_br_size_s {	font-size: x-small;	color: #996600 !important;	text-decoration: none;}/* 文字色=茶／文字サイズ=普通 */.link_br_size_m {	font-size: small;	color: #996600 !important;	text-decoration: none;}/* 文字色=茶／文字サイズ=大 */.link_br_size_l {	font-size: medium;	color: #996600 !important;	text-decoration: none;}/* 文字色=桃／文字サイズ=小 */.link_p_size_s {	font-size: x-small;	color: #FF00FF !important;	text-decoration: none;}/* 文字色=桃／文字サイズ=普通 */.link_p_size_m {	font-size: small;	color: #FF00FF !important;	text-decoration: none;}/* 文字色=桃／文字サイズ=大 */.link_p_size_l {	font-size: medium;	color: #FF00FF !important;	text-decoration: none;}