<html>
<head>
<style type="text/css">
        a {
                color : #000000;
                font-weight : bold;
                text-decoration:none;
        }
        a:hover {
                color : red;
        }
</style>
</head>
<body>
<a href="http://minami.syuriken.jp/">
<img border="0" src="http://minami.syuriken.jp/photo.jpg">
</a>
</body>
</html>