.product-title
{
	font-family: ＭＳ Ｐゴシック;
	font-size: 24pt;
	font-weight: 700;
	color: #333333;
	margin-bottom: 0px;
}

.font-ss
{
	font-family: ＭＳ Ｐゴシック;
	font-size: 8pt;
	margin-bottom: 0px;
}

.font-s
{
	font-family: ＭＳ Ｐゴシック;
	font-size: 9pt;
}

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



A:active
{
	color: orange;
}
A:hover
{
	text-decoration: underline;
	position:relative;
	color: orange;
}
A:disabled
{
	color: 009900;
}



/* リストの行間指定 */
ul
{
    margin-top:0px;
	margin-bottom:5px;
}

li
{
	margin-bottom:7px
}

ol
{
    margin-top:0px;
	margin-bottom:0px;
}

/* 定義の位置指定 */
dl{
    margin:10px 0px;
}

dt{
    margin-left:0px;
	line-height:130%;
}

dd{
    margin-left:25px;
	margin-bottom:6px;
	line-height:130%;
}

dd.compact{
    margin-left:8px;
	line-height:130%;
}