
/*  8ポイントデフォルト_ナロー */
.fjn8{
	font-size: 8pt;
	line-height: 9pt;
}

/*  9ポイントデフォルト */
.fj9{
	font-size: 9pt;
	line-height: 13pt;
}

/*  9ポイントデフォルト_ナロー */
.fjn9{
	font-size: 9pt;
	line-height: 10pt;
}

/*  9ポイントデフォルト_ワイド */
.fjw9{
	font-size: 9pt;
	line-height: 14pt;
}



/*  10ポイントデフォルト */
.fjds{
	font-size: 10pt;
	line-height: 14pt;
}

/*  10ポイントデフォルト_ナロー */
.fjdn{
	font-size: 10pt;
	line-height: 11pt;
}

/*  10ポイントデフォルト_ナロー */
.fjdsn{
	font-size: 10pt;
	line-height: 12pt;
}

/*  10ポイントデフォルト_ワイド */
.fjdsw{
	font-size: 10pt;
	line-height: 16pt;
}

/*  11ポイントデフォルト */
.fj11{
	font-size: 11pt;
	line-height: 15pt;
}

/*  11ポイント明朝 */
.fjm11{
	font-size: 11pt;
	line-height: 15pt;
	font-family: "ＭＳ 明朝";
}

/*  11ポイントデフォルト_ナロー */
.fjn11{
	font-size: 11pt;
	line-height: 14pt;
}

/*  11ポイントデフォルト_ワイド */
.fjw11{
	font-size: 11pt;
	line-height: 16pt;
}

/*  12ポイントデフォルト */
.fj12{
	font-size: 12pt;
	line-height: 16pt;
}

/*  12ポイントデフォルト_ナロー */
.fjn12{
	font-size: 12pt;
	line-height: 15pt;
}

/*  12ポイントデフォルト_ワイド */
.fjw12{
	font-size: 12pt;
	line-height: 17pt;
}

/*  13ポイントデフォルト */
.fj13{
	font-size: 13pt;
	line-height: 17pt;
}

/*  13ポイントデフォルト_ナロー */
.fjn13{
	font-size: 13pt;
	line-height: 16pt;
}

/*  13ポイントデフォルト_ワイド */
.fjw13{
	font-size: 13pt;
	line-height: 18pt;
}


/*  14ポイントデフォルト */
.fj14{
	font-size: 14pt;
	line-height: 18pt;
}

/*  14ポイントデフォルト_ナロー */
.fjn14{
	font-size: 14pt;
	line-height: 17pt;
}

/*  14ポイントデフォルト_ワイド */
.fjw14{
	font-size: 14pt;
	line-height: 19pt;
}

/*  14ポイントデフォルト */
.fj18{
	font-size: 18pt;
	line-height: 22pt;
}


/* ボディー背景、スクロールバーの定義 
body {
	BACKGROUND-COLOR: #ffffff;
	BACKGROUND-POSITION: 100% 0%;
	BACKGROUND-REPEAT: repeat-y;
	BACKGROUND-ATTACHMENT: fixed;
	BACKGROUND-IMAGE: url("./pic/g.jpg");
}
*/


/* テーブル */
table{
	background: #60bd44;
}
td {
	color: #000000;
	
}


/* アンカー */
A:link {
	color : #005673;
	text-decoration : underline;
}

A:visited {
	color : #006699;
	text-decoration : underline;
}

A:hover {
	color : #ff0000;
	text-decoration : underline;
}

A{
	text-decoration : none;
}

