/* トップ認証業務リンク */
.link-blue01 a {
	color: #0A46B4;
	text-decoration: none;
}
.link-blue01 a:hover {
	color: #000000;
	text-decoration: underline;
}

/* トップ依頼試験リンク */
.link-green01 a {
	color: #217821;
	text-decoration: none;
}
.link-green01 a:hover {
	color: #000000;
	text-decoration: underline;
}

/* トップ研究開発リンク */
.link-orange01 a {
	color: #FF5A00;
	text-decoration: none;
}
.link-orange01 a:hover {
	color: #000000;
	text-decoration: underline;
}

/* トップ認証業務リンク */
.link-pink01 a {
	color: #FF1E00;
	text-decoration: none;
}
.link-pink01 a:hover {
	color: #000000;
	text-decoration: underline;
}



/* 目次と文字サイズ枠関係 */
.obi {
	color: #D2D2ED;
}
.obi a {
	color: #D2D2ED;
	text-decoration: underline;
}
.obi a:hover {
	color: #F0F9FC;
	text-decoration: underline;
}

/* 最新 */
.netnet {
	color: #444444;
	text-decoration: none;
	line-height: 23px;
}
.netnet a {
	color: #321E64;
	text-decoration: underline;
	line-height: 23px;
}
.netnet a:hover {
	color: #000000;
	text-decoration: underline;
	line-height: 23px;
}

/* 各ページテキスト関係基本 */
.ptpt a {
	color: #321E64;
	text-decoration: underline;
}
.ptpt a:hover {
	color: #000000;
	text-decoration: underline;
}

/* 各ページテキスト関係認証業務 */
.btbt a {
	color: #0A46B4;
	text-decoration: underline;
}
.btbt a:hover {
	color: #000000;
	text-decoration: underline;
}

/* 各ページテキスト関係依頼試験 */
.gtgt a {
	color: #217821;
	text-decoration: underline;
}
.gtgt a:hover {
	color: #000000;
	text-decoration: underline;
}


/* 各ページテキスト関係研究開発験 */
.otot a {
	color: #FF5A00;
	text-decoration: underline;
}
.otot a:hover {
	color: #000000;
	text-decoration: underline;
}

/* 各ページテキスト関係情報サービス */
.rtrt a {
	color: #FF1E00;
	text-decoration: underline;
}
.rtrt a:hover {
	color: #000000;
	text-decoration: underline;
}

/* カラーベース */
.basecolor {
	color: #321E64;
	line-height: 23px;
	font-weight: bold;
}

/* ＰＤＦ段落 */
.pdft {
	color: #321E64;
	line-height: 12px;
}

