/*
 *  Grobal CSS Redefine 
 *    for YUI Reset CSS
 *  Dec 29, 2008 (C) Ellinikonblue.com
 *------------------------------------------------
 * このファイルには YUI Reset CSS でリセット後に適用する
 * 各 ID やクラスセレクタ共通のスタイルを記述してます
 */
a       { text-decoration: none; }
a:hover { text-decoration: underline; }

ul, ol {
  margin-left: 2.5em; margin-right:    1em;
  margin-top:   .5em;  margin-bottom: .5em;
}

li { list-style: inherit; }

pre {
  color: gray;

  font-family: Consolas, 'Lucida Console', Monaco, monospace;

  width: 95%;
  line-height: 120%;

  white-space: pre;
  overflow: auto;
  word-wrap: break-word; word-break: break-all;

  padding: .5em;
  margin:  .5em;

  border: 1px solid #808080; /* グレー */
}

dt { font-weight: bold; }
b, strong, em { font-weight: bold; }

img { vertical-align: middle; }
