/*hm432購入方法ページ用CSS*/




/*リンク(青)*/
a.registry:link   {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a.registry:visited   {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a.registry:hover  {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.registry:active  {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
