.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;
}

.BumonTop
{
	/* margin-left: 4px; */
	/* margin-top: 2px; */
	/* margin-bottom: 0px; */
	/* font-family: ＭＳ Ｐゴシック; */
	text-decoration: none;
	font-size: 11pt;
	font-weight: normal;
	line-height: 100%;
	color: #FFFFFF; 
}

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



A:active
{
	color: orange;
}
A:hover
{
	position: relative; /* ポジション移動 */
	top: 1px; /* 1px 下に移動 */
	left: 1px; /* 1px 右に移動 */
	text-decoration: underline;
	color: orange;
}
A:disabled
{
	color: 009900;
}

