/*フレア追加 CSS*/


/*リンクテキストの指定*/
A:link{
	color: #333333;
	text-decoration: underline;
}

A:visited{
	color: #333333;
	text-decoration: underline;
}

A:hover{
	color: #333333;
	text-decoration: underline;
}

A:active{
	color: #FF0000;
	text-decoration: underline;
}


/*基本テキスト10pt*/
body,td,th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	line-height: 130%;
}

body {
	background-color: #E7EBDE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*権利表記*/
.credit {
	font-size: 8pt;
	line-height: 130%; 
	color: #333333;
}

