/* タイトルスタイルシート */
/* 2004.5.12 */

BODY{
	background-image:url(../image/title_bg.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#FFFFFF;
	color:#000000;
	font-size:10pt;
}

A:link{							/*リンク*/
	text-decoration:none;
	color:#20B2AA;
}

A:visited{						/*リンク*/
	text-decoration:none;
	color:#00008B;
}

A:active{						/*リンク*/
	text-decoration:underline;
	color:#B22222;
}

A:hover{						/*リンク*/
	text-decoration:underline;
	color:#B22222;
}


TD	{font-size:10pt;}

.txt_small01	{ color:#5F5FD1 ; font-size:8pt; }
.txt_small02	{ color:#418A21 ; font-size:8pt; }
.link01	{ background-color:#111183;}
.link02	{ font-size:9pt ; color:#FFFFFF;}


