@charset "utf-8";

@import url("../packages/default/css/import.css");

/* グレーの文字（メイン） */
.gray_main_R,.gray_main_S,.gray_main_L{
	color: #666666;
	text-decoration: none;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
}

.gray_main_R {
	font-size: 10pt;
	list-style-type: none;

}

.gray_main_S {
	font-size: 9pt;
}

.gray_main_L {
	font-size: 11pt;
}
/* グレーの文字 ここまで */



/* 濃いグレーの文字 */
.d-gray_R,.d-gray_L{
	color: #333333;
	text-decoration: none;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
}

.d-gray_R {
	font-size: 10pt;
}

.d-gray_L {
	font-size: 11pt;
}
/* 濃いグレーの文字 ここまで */



/* 薄いグレーの文字 */
.l-gray_R,.l-gray_L,.l-gray_RB{
	color: #999999;
	text-decoration: none;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
}

.l-gray_R {
	font-size: 10pt;
}

.l-gray_L {
	font-size: 11pt;
}

.l-gray_RB {
	font-size: 10pt;
	font-weight: bold;
}
/* 薄いグレーの文字 ここまで */



/* 黒い文字 */
.black_R,.black_S,.black_RB {
	color: #000000;
	text-decoration: none;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
}

.black_R {
	font-size: 10pt;
}

.black_S {
	font-size: 9pt;
}

.black_RB {
	font-size: 10pt;
	font-weight: bold;
}
/* 黒い文字 ここまで */



/* 紺色の文字 */
.navy_R,.navy_RB,.navy_LB,.navy_LLB{
	color: #003399;
	text-decoration: none;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
}

.navy_R {
	font-size: 10pt;
}

.navy_RB {
	font-size: 10pt;
	font-weight: bold;
}

.navy_LB {
	font-size: 11pt;
	font-weight: bold;
}

.navy_LLB {
	font-size: 13pt;
	font-weight: bold;
}
/* 紺色の文字 */



/* 紺色の文字_下線 */
.navy_R_UL,.navy_RB_UL,.navy_LB_UL,.navy_LLB_UL{
	color: #003399;
	text-decoration: underline;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
}

.navy_R_UL {
	font-size: 10pt;
}

.navy_RB_UL {
	font-size: 10pt;
	font-weight: bold;
}

.navy_LB_UL {
	font-size: 11pt;
	font-weight: bold;
}

.navy_LLB_UL {
	font-size: 13pt;
	font-weight: bold;
}
/* 紺色の文字_下線 */



/* リンク用の赤い文字 */
.red_link_R,.red_link_S {
	color: #CC3366;
	text-decoration: none;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
}

.red_link_R {
	font-size: 10pt;
}

.red_link_S {
	font-size: 9pt;
}
/* リンク用の赤い文字 ここまで */



/* 赤い文字 */
.red_R,.red_RB {
	color: #FF0000;
	text-decoration: none;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
	font-size: 10pt;
}

.red_RB {
	font-weight: bold;
}
/* 赤い文字 ここまで */



/* 緑の文字 */
.green_RB,.green_LB{
	color: #669966;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
	text-decoration: none;
	font-weight: bold;
}

.green_RB{
	font-size: 10pt;
}

.green_LB {
	font-size: 11pt;
}
/* 緑の文字 ここまで */



/* 茶色の文字 */
.brown_R,.brown_RB {
	color: #8B4726;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
	text-decoration: none;
	font-size: 10pt;
}

.brown_RB {
	font-weight: bold;
}
/* 茶色の文字 ここまで */



/* 白い文字 */
.white_R {
	color: #FFF;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
	text-decoration: none;
	font-size: 10pt;
}
/* 白い文字 ここまで */



/* フューシャピンクの文字 */
.fuchsia_R,.fuchsia_RB,.fuchsia_L,.fuchsia_LB,.fuchsia_LLB {
	color: #FF0099;
	font-family: "Helvetica","MS UI Gothic","ＭＳ ゴシック","Arial Unicode MS";
	text-decoration: none;
}

.fuchsia_R,.fuchsia_RB {
	font-size: 10pt;
}

.fuchsia_L,.fuchsia_LB {
	font-size: 11pt;
}

.fuchsia_LLB {
	font-size: 15pt;
}

.fuchsia_RB,.fuchsia_LB,.fuchsia_LLB {
	font-weight: bold;
}

/* フューシャピンクの文字 ここまで */
