@charset "utf-8";


/* ---------------------------------------------------------------------------------------------------- */
/* My Tools トップのリスト */

ul#tools{
	
}

ul#tools > li > a{
	text-decoration: none;
}
ul#tools > li > a:hover{
	text-decoration: underline;
}



/* ---------------------------------------------------------------------------------------------------- */
/* ツールの入手・放出履歴 */

ul#mytool_history{
	list-style: none;
}
ul#mytool_history > li > .bold{
	font-family: monospace;
	font-weight: bold;
}
ul#mytool_history > li .note{
	color: #cccccc;
}

li.add{
	color: #0000ff;
}

li.del{
	color: #ff0000;
}





