/*Hanabusa Kigyou 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%;
	color:#333333;
}

body {
	background-color: #FFFFFF;
}


/*権利表記*/
.credit {
	font-size: 8pt;
	margin: 20px;
	line-height: 130%; 
	color: #333333;
}

.navi {
	font-size: 10px;
}
