/*-[ A ]----------------------------------------------------------------------*/
/****** リンクスタイル：通常 ******/
A:link{		/* 通常のリンク */
	text-decoration	: none;
	color 			: #000000;	/* old:#666666 */
}
A:visited{	/* 読込み済みのリンク */
	text-decoration	: none;
	color 			: #000000;	/* old:#666666 */
}
A:active{	/* クリックされた瞬間のリンク */
	text-decoration	: underline; 
	color			: #FF9900;
}
A:hover{	/* マウスを上に乗せた時（IEのみ）*/
	text-decoration : underline;
/*	font-weight 	: bold; */
	color			: #000000;
}
A.path:hover{	/* マウスを上に乗せた時（IEのみ）*/
	text-decoration : underline;
	background-color: #ffcccc;
/*	font-weight 	: bold; */
	color			: #000000;
}

/*-[ BODY ]-------------------------------------------------------------------*/
BODY.list{
	padding-top	 	: 0px;
	padding-right 	: 0px;
	padding-left	: 5px;
	padding-bottom 	: 0px;
	margin-right    : 5px;
	margin-left     : 0px;
	margin-top      : 0px;
	margin-bottom   : 0px;
	color			: #000000;
	font-size       : 10pt;
}
BODY{
	padding-top	 	: 0px;
	padding-right 	: 0px;
	padding-left	: 5px;
	padding-bottom 	: 0px;
	margin          : 0px;
	color			: #000000;
	font-size       : 10pt;
}

/*-[ HR ]---------------------------------------------------------------------*/
HR.line{
	border-width   : 3px;
	border-style   : dotted;
	border-color   : #666666;
}

/*-[ TD ]---------------------------------------------------------------------*/
TD.path{
	font-size	: 10px;
}
TD.active{
	color		: #666666;
}
TD.l-ttl{	/** 白抜きタイトル(大) **/
	font-weight	: bold;
	font-size	: 12pt;
	color		: #ffffff;
}
TD.l-ttl_s{	/** 白抜きタイトル(普) **/
	font-weight	: bold;
	font-size	: 10pt;
	color		: #ffffff;
}
