.P-type2
{
	margin-left: 4px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-family: ＭＳ Ｐゴシック;
	font-size: 9pt;
	font-weight: normal;
	line-height: 12pt;
	color: blue;
}

.topix
{
	/* margin-left: 4px; */
	/* margin-top: 10px; */
	/* margin-bottom: 0px; */
	/* font-family: ＭＳ Ｐゴシック; */
	font-size: 14pt;
	font-weight: normal;
	line-height: 105%;
	color: 3366ff;
}

.catelink
{
	/* margin-left: 4px; */
	/* margin-top: 10px; */
	/* margin-bottom: 0px; */
	/* font-family: ＭＳ Ｐゴシック; */
	font-size: 10pt;
	font-weight: normal;
	line-height: 105%;
	color: 00cc66;
}

.Potal-Link
{
	/* margin-left: 4px; */
	/* margin-top: 2px; */
	/* margin-bottom: 0px; */
	/* font-family: ＭＳ Ｐゴシック; */
	font-size: 10pt;
	font-weight: normal;
	line-height: 100%;
	color: 003399;
}



/* リンクに関する指定 */
A
{
	cursor: hand;
	/* font-weight: bold; */
	/* text-decoration: none; */
	font-size: 10pt;

	/*text-decoration: underline;*/
	color: #0066CC;
}



A:active
{
	color: orange;
}
A:hover
{
	text-decoration: underline;
	color: #FF9900;
}
A:disabled
{
	color: 009900;
}
