<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>alpha</title>
<style type="text/css"><!--
.header3 {display:inline; margin:0; font-size:small; font-weight:normal;}
.dash {border-bottom:1px dashed #aaa;}	/* popup */

.left {float:left; width:33%;}
.center {float:left; width:33%;}
.right {float:left; width:33%;}

.lalpha {list-style-type:lower-alpha;}
.ualpha {list-style-type:upper-alpha;}

.llatin {list-style-type:lower-latin;}
.ulatin {list-style-type:upper-latin;}

.lgreek {list-style-type:lower-greek;}
--></style>
</head>

<body>

<div class="left">

<img src="../../img/bgw50s2.gif" alt="" width="12" height="12" class="bullet">
 <h3 class="header3 dash" title="小文字のアスキー">lower-alpha</h3>
<ol class="lalpha">
<li>オリーブオイル</li>
<li>にんにく</li>
<li>とうがらし</li>
<li>魚介類</li>
<li>白ワイン</li>
<li>バジル</li>
</ol>

<img src="../../img/bgw50s2.gif" alt="" width="12" height="12" class="bullet">
 <h3 class="header3 dash" title="大文字のアスキー">upper-alpha</h3>
<ol class="ualpha">
<li>オリーブオイル</li>
<li>にんにく</li>
<li>とうがらし</li>
<li>魚介類</li>
<li>白ワイン</li>
<li>バジル</li>
</ol>

</div>


<div class="center">

<img src="../../img/bgw50s2.gif" alt="" width="12" height="12" class="bullet">
 <h3 class="header3 dash" title="小文字のラテン文">lower-latin</h3>
<ol class="llatin">
<li>オリーブオイル</li>
<li>にんにく</li>
<li>とうがらし</li>
<li>魚介類</li>
<li>白ワイン</li>
<li>バジル</li>
</ol>

<img src="../../img/bgw50s2.gif" alt="" width="12" height="12" class="bullet">
 <h3 class="header3 dash" title="大文字のラテン文字">upper-latin</h3>
<ol class="ulatin">
<li>オリーブオイル</li>
<li>にんにく</li>
<li>とうがらし</li>
<li>魚介類</li>
<li>白ワイン</li>
<li>バジル</li>
</ol>

</div>


<div class="right">

<img src="../../img/bgw50s2.gif" alt="" width="12" height="12" class="bullet">
 <h3 class="header3 dash" title="小文字のギリシア文字">lower-greek</h3>
<ol class="lgreek">
<li>オリーブオイル</li>
<li>にんにく</li>
<li>とうがらし</li>
<li>魚介類</li>
<li>白ワイン</li>
<li>バジル</li>
</ol>

</div>

</body>
</html>