@charset "UTF-8";/* ================================================================================:::information:::ファイル名：/css/basic_knowledge/basic_knowledge.css概要：投信基礎知識で使用する CSS================================================================================ *//* 本文リンク色 */#knowledge a:link, #knowledge a:active, #knowledge a:visited, #knowledge a:hover {	color: #0066CC;/* リンクの色 変更 */	text-decoration: underline;}.f-blueline {	color: #0066CC;	text-decoration: underline;}#knowledge {	margin-bottom: 40px;}#knowledge strong {	color: #CC0000;	margin-right: 0.5em;}#knowledge dt {	font-weight: bold;	margin-bottom: 2px;}
