


/*------ 凡例部分 ------*/

.clsHanrei {
	font-size:12px ;		/*フォントサイズ*/
	 margin-top:2px;
	 margin-left:8px;
	 margin-bottom:2px;
}

/*------ インデックス部分 ------*/

.clsIndex{
	font-size:16px ;		/*フォントサイズ*/
	 margin-top:2px;
	 margin-left:8px;
	 margin-bottom:2px;
	text-align:center;		/*枠内の文字位置*/
}



/*------ カテゴリタイトル：「あ」部分 ------*/

h3 {
	margin : 8px;		/*余白(上下)：4px　（水平）：中央*/
	border:1px solid #516C8D;	/*枠線を引く*/
	-webkit-box-sizing: border-box; /*旧ブラウザ対応*/
	box-sizing: border-box;		/*枠線と余白をboxのサイズに含める*/
	width : 80px;			/*幅*/
	height :20px;			/*高さ*/
	line-height:20px;		/*１行の高さ*/
	font-size:14px ;		/*フォントサイズ*/
	font-weight:bold;		/*太字*/
  	background: #516C8D;		/*背景色*/
	color : #E9E9E9;		/*文字色*/
	text-align:center;		/*枠内の文字位置*/
}


/*------ 見出し語部分 ------*/

/* 見出し言葉設定 */
.clsKeyword {
	 font-size:16px;		/*文字のサイズ*/
	 font-weight:bold;		/*文字の太さ*/
	 margin-top:12px;
}

/* 用語解説設定 */
.clsKeySetumei {
	 font-size:16px;		/*文字のサイズ*/
	 margin-top:2px;
	 margin-left:8px;
	 margin-bottom:2px;
}

/* 参考用語設定 */
.clsKeySansyo {
	 font-size:16px;		/*文字のサイズ*/
	 margin-left:20px;
	text-decoration:solid;
}


