A:link{color: navy}		/* 通常link */
A:visited{color: navy}	/* 既読link */
A:active{color: navy}	/* Onclick link */
A:hover{color: Cyan}	/* OnCursor link */
A:link,A:visited,A:active{text-decoration: none}

.heading0{
	font-weight: bold;
  	font-size: 18pt;
	line-height: 130%;
	color: #000080;
}	/* 見出し0 */

.heading1{
	font-weight: bold;
	font-size: 16pt;
	line-height: 130%;
	color: #000080;
}	/* 見出し1 */

.heading2{
	font-weight: bold;
	font-size: 12pt;
	line-height: 130%;
	color: #000080;
}	/* 見出し2 */

.heading3{
	font-weight: nomal;
	font-size: 11pt;
	line-height: 130%;
	color: #000080;
}	/* 見出し3 */

.heading4{
/*	font-family: HG丸ｺﾞｼｯｸM-PRO,"ＭＳ ゴシック",sans-serif;	*/
/* NCは上の行があると指定全部が無効になる */
	font-weight: nomal;
	font-size: 11pt;
	line-height: 130%;
	color: #FFFFFF;
	vertical-align: middle;
}	/* 帯見出し */

.notes{
	font-weight: nomal;
	font-size: 8pt;
	line-height: 110%;
	color: #808080;
}	/* 注釈 */

.paper{
	font-weight: nomal;
	font-size: 10pt;
	line-height: 130%;
	color: #0000FF;
}	/* 論文 */

.norml{
	font-weight: nomal;
	font-size: 10pt;
	line-height: 130%;
	color: #000000;
}	/* 本文 */

.quote{
	font-style: italic;
	font-decoration: underline;
	font-weight: nomal;
	font-size: 10pt;
	line-height: 130%;
	color: #0000FF;
}	/* 引用 */

.emp{
	font-weight: nomal;
	font-size: 10pt;
	line-height: 130%;
	color: #ff0000;
}	/* 強調 */

.syushi{
	font-weight: nomal;
	font-size: 12pt;
	line-height: 150%;
	color: #0000FF;
}	/* 設立趣旨本文 */
