/*
  http://www.avis.ne.jp/~tat/

update : 2007/03/13
*/

/* ---- BODY内全体書式指定 ---- */

body{
  background-color: white;
  margin: 0em 0em 0em 0em;
}


/* ヘッダ部分書式 */

div.header {
  margin-top: 0em;
  margin-bottom: 1em;
}

div.header a {
  text-decoration: none;
  background-color: #e0ffe0;
}

div.header a:hover{ background-color: #a0ffa0; }


/*  ---- リスト本体書式 ---- */

div.comic-body{
  border-top: solid 2px gray;
  padding: 0em 0em;
}

div.comic-body h1{
  text-indent: 0.5em;
  font-weight: normal;
  font-size: 100%;
}

div.comic-body p{
  margin: 0em auto 0em 0em;
  text-indent: 0.5em;
}


/* 引用文ブロック */
div.comic-body blockquote{
  margin: 0em 0em 0em 0em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border: double 1px #a0a0ff;
}



/* ---- トピック内リストブロック書式 ---- */

div.topic-list{
  margin: 0em 0.5em 0em 0.5em;
  padding: 0em 0em 0em 0em;
  border: solid 2px #ffa0a0;
}

div.topic-list p{
  text-indent: 0em;
  margin: 0em;
  text-indent: 0em;
}

div.topic-list ul, ol{
  text-indent: 0em;
  margin: 0em 0em 0.5em 0em;
  text-indent: 0em;
}

div.topic-list ul.nomarker{ list-style-type: none; }

div.topic-list li{
  text-indent: 0em;
  margin: 0em;
  text-indent: 0em;
}

/* ---- 仮リスト書式 ---- */

div.falseness-list{
  margin: 0.5em 1em 0.5em 1em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border: solid 2px #a0a0ff;
}

div.falseness-list p{
  padding: 0em;
}