@charset "iso-8859-1";

/*--------------------------------------------
     Link
---------------------------------------------*/

/*Menu*/
#contentTBL #leftMenu .menuBox .menuList a {
	color: #000000;
	text-decoration: none;
}
#contentTBL #leftMenu .menuBox .menuList a:hover {
	color: #FF3300;
	text-decoration: underline;
}

#contentTBL #topContents a:hover {
	color: #FF3300;
}

#mContents a {
	color: #0066CC;
	text-decoration: none;
}
#mContents a:hover {
	color: #FF3300;
	text-decoration: underline;
}

