/*パンくず*/
.pan10 { font-size: 60%; line-height: 130%; color: #004daa; letter-spacing: 0.1em; }
a.panlnk{text-decoration:none; color:#004daa; letter-spacing: 0.1em;}
a.panlnk:hover {text-decoration:underline; color:#2d80e3; letter-spacing: 0.1em;}
/*リンク色*/
a.lnk01 {text-decoration:underline; color:#004daa; letter-spacing: 0.1em;}
a.lnk01:hover {text-decoration:underline; color:#2d80e3; letter-spacing: 0.1em;}

/* 基本フォント、グレー */
.main01 { font-size: 80%; line-height: 150%; color: #666666; letter-spacing: 0.1em; }			/* コンテンツ：標準 12pxに変更予定のものに適用 */
.fs10	{ font-size: 60%; line-height: 170%; color: #666666; letter-spacing: 0.1em; }			/* 標準 サイズ不変用 */
.fs14	{ font-size: 100%; line-height: 170%; color: #666666; letter-spacing: 0.1em; }			/* 標準 サイズ不変用 */

/* 基本フォント、グレー、line-hightなし (表組み用) */
.main01n{ font-size: 80%; color: #666666; letter-spacing: 0.1em; }							/* 表組み： 12pxに変更予定のものに適用 */
.fs10n	{ font-size: 60%; color: #666666; letter-spacing: 0.1em; }							/* 表組み： サイズ不変用 */
.fs14n	{ font-size: 100%; color: #666666; letter-spacing: 0.1em; }						/*表組み： サイズ不変用 */

/* 太字(color:#666666)グレー*/
.main01b{ font-size: 80%; line-height: 150%; color: #666666; font-weight: bold; letter-spacing: 0.1em;}		/* コンテンツ：太字 12pxに変更予定のものに適用 */
.fs10b	{ font-size: 60%; line-height: 130%; color: #666666; font-weight: bold; letter-spacing: 0.1em;}		/* 太字 サイズ不変用 */
.fs14b	{ font-size: 100%; line-height: 170%; color: #666666; font-weight: bold; letter-spacing: 0.1em;}		/* 太字 サイズ不変用 */

/* 太字(color:#003366)紺色 */
.main01b0{ font-size: 80%; line-height: 150%; color: #266A77; font-weight: bold; letter-spacing: 0.1em;}		/* コンテンツ：太字 12pxに変更予定のものに適用 */
.fs10b0	{ font-size: 60%; line-height: 130%; color: #266A77; font-weight: bold; letter-spacing: 0.1em;}		/* 太字 サイズ不変用 */
.fs14b0	{ font-size: 100%; line-height: 170%; color: #266A77; font-weight: bold; letter-spacing: 0.1em;}		/* 太字 サイズ不変用 */

/* line-hightなし、太字、グレー */
.main01nb{ font-size: 80%; color: #666666; font-weight: bold; letter-spacing: 0.1em; }					/* コンテンツ：太字 12pxに変更予定のものに適用 */
.fs10nb  { font-size: 60%; color: #666666; font-weight: bold; letter-spacing: 0.1em; }					/* 太字 サイズ不変用 */
.fs14nb  { font-size: 100%; color: #666666; font-weight: bold; letter-spacing: 0.1em; }				/* 太字 サイズ不変用 */

/* line-hightなし、太字、紺色 */
.main01nb0{ font-size: 80%; color: #266A77; font-weight: bold; letter-spacing: 0.1em; }				/* コンテンツ：太字 12pxに変更予定のものに適用 */
.fs10nb0{ font-size: 60%; color: #266A77; font-weight: bold; letter-spacing: 0.1em; }					/* 太字 サイズ不変用 */
.fs14nb0{ font-size: 100%; color: #266A77; font-weight: bold; letter-spacing: 0.1em; }					/* 太字 サイズ不変用 */
