body { background: #fff; color: #333; margin: 3em;
       font: 1.5em/1 'Hoefler Text', 'Georgia', serif;
       text-shadow: 0 0.1em 0.1em #eee; }

#body { min-width: 18em; max-width: 36em; margin: 0 auto; }
#nav { clear: both; font-size: 0.75em; line-height: 2; margin-top: 2em;
       padding-top: 2em; text-align: center; border-top: 1px solid #ddd; }
#disclaimer { font-size: 0.8em; line-height: 1.25; color: #777; margin-top: 1.25em; }
#disclaimer b { font-weight: normal: color: #666; font-variant: small-caps; }

a:link, a:visited { color: inherit; text-decoration: none; border-bottom: 1px solid #ccc; }
a:hover, a:active { color: #666; border-bottom: 1px solid #999; }

h1 { color: #666; margin-bottom: 1.5em; padding-bottom: 0.5em; font-variant: small-caps;
     text-align: center; border-bottom: 1px solid #ddd; }
h2 { color: #666; clear: both; text-align: center; text-transform: uppercase;
     font-size: 0.75em; padding: 2em 0; letter-spacing: 0.2em; }
dl { margin-bottom: 2em; }
dt { clear: both; float: left; width: 47.5%; line-height: 1; margin-bottom: 1em;
     text-align: right; font-variant: small-caps; }
dd { clear: right; float: right; width: 47.5%; line-height: 1; margin-bottom: 1em;
     text-align: left; }

abbr { font-size: 0.8em; line-height: 1.25; letter-spacing: 0.1em; word-spacing: 0.1em; }

[lang="ja"]
    { font-family: 'Hiragino Mincho Pro', 'Palatino', 'Palatino Linotype', serif;
      font-size: 0.8em; }
[lang="zh"]
    { font-family: 'Palatino', 'Palatino Linotype', serif;
      font-size: 0.8em; }

.clear { clear: both; }
