Index: temp/trunk/html/test/kakinaka/table.html
===================================================================
--- temp/trunk/html/test/kakinaka/table.html	(revision 9350)
+++ temp/trunk/html/test/kakinaka/table.html	(revision 9351)
@@ -23,4 +23,25 @@
 	background:#faa;
 }
+
+
+#sample2{
+	width:210px;
+	list-style-type:none;
+}#sample2,#sample2 td,#sample2 td a{
+	margin:0;
+	padding:0;
+}#sample2 td{
+	_display:block;
+}#sample2 td a{
+	width:200px;
+	display:block;
+	border:1px solid #3cc;
+	background:#aff;
+	text-decoration:none;
+}#sample2 td a:hover{
+	border:1px solid #c33;
+	background:#faa;
+}
+
 </style>
 </head>
@@ -36,5 +57,5 @@
 
 <table width=500>
-<tr id="sample"><td><a href="">¥Û¡¼¥à</a></td></tr>
+<tr id="sample2"><td><a href="">¥Û¡¼¥à</a></td></tr>
 <tr><td><a href="">ÊÉ»æ</a></td></tr>
 <tr><td><a href="">Æüµ­</a></td></tr>
