<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja" dir="ltr">
<head>
<title></title>
<style type="text/css">
.treemenu,
.treemenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}
</style>
</head>
<body>
<ul class="treemenu">
<li>□食器
<ul>
<li>├白い食器</li>
<li>└和食器</li>
</ul>
</li>
</ul>
</body>
</html>