@charset "utf-8";  /* 行頭に空白文字を入れない様に */

/*
 * dummy.css by Toru Kai(lmlasf&#64;aquarius.livedoor.com)
 * $Id: dummy.css,v 1.4 2006/06/06 09:56:07 tkai Exp $
 */

/*-- ブロック要素 ------------------------------*/

* 
{
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

body 
{
  padding: 0.5em;
  color: #000;
  background: #fff;
  font-size: 1em;
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6
{
  padding: 0.2em;
  font-weight: bold;
}

h3, h4, h5, h6
{
  margin: 1.3em 0 1em;
}

h1
{
  margin: 0 0 0.5em 0;
  color: #000;
  font-size: 2em;
  border-bottom: 0.5em solid #ccc;
}

h2
{
  margin: 1em 0 0.5em;
  color: #000;
  font-size: 1.5em;
  border-bottom: 0.2em solid #ccc;
}

h3
{
  color: #333;
  font-size: 1.2em;
  font-style: italic;
  border-bottom: 0.05em solid #333;
}

h4
{
  color: #333;
  font-size: 1em;
  font-style: italic;
  border-bottom: 0.05em solid #666;
}

h5, h6
{
  color: #666;
  font-size: 1em;
  border-bottom: 0.05em dotted #999;
}

p, dl, pre
{
  margin: 1em;
}

blockquote
{
  margin: 1em 2em;
  color: #333;
  background: #efefef;
  border: 0.05em solid #ccc;
}

blockquote p
{
  margin: 0;
  padding: 0.5em;
}

dl
{
  border: 0.05em solid #333;
}

dl dl
{
  margin: 0;
  border: none;
}

dt
{
  margin: 0 0 0.1em;
  padding: 0.1em 0.2em;
  background: #efefef;
  font-weight: bold;
}

dd
{
  margin: 0 0 0 2em;
  padding: 0.1em 0;
}

ol
{
  margin: 1em 2em;
}

li
{
  list-style-position: outside;
}

ol ol, ul ul
{
  margin: 0 2em;
}

ul
{
  margin: 1em 2em;
  list-style-type: disc;
}

ul ul
{
  list-style-type: circle;
}

ul ul  ul
{
  list-style-type: square;
}

ol
{
  list-style-type: decimal;
  counter-reset: item;
}

/* ol li:before
{
  content: counters(item, ".") " ";
  counter-increment: item;
} */

pre
{
  padding: 0.5em;
  font-family: courier, courier new, monospace;
  border: 0.05em solid #333;
}

hr
{
  margin: 1em 0;
}

address
{
  margin: 1em 0 0.5em;
  font-size: small;
  font-style: italic;
  font-family: Helvetica, sans-serif;
  text-align: center;
}

/* テーブル*/
caption
{
  margin: 0.5em;
  color: #333;
  font-style: italic;
  caption-side: bottom;
}

table
{
  margin: 1em auto;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0.15em;
  empty-cells: show;
  width: 70%;
  border: 0.05em solid #000;
}

thead th { color: #fff; background: #333; }
th, td { padding: 0.1em; background: #efefef; }
/* テーブル */



/*-- インライン要素 ----------------------------*/

img
{
  border: none;
}

/* アンカー */
a { text-decoration: underline; }
a:link { color: #00f; }
a:visited { color: #606; }
a:active { color: #c00; text-decoration: none; }
/* アンカー */

cite
{
  background: #ccc;
  font-style: italic;
}

code
{
  padding: 0 0.2em;
  background: #efefef;
  font-family: courier, courier new, monospace;
}

del
{
  color: #666;
  text-decoration: line-through;
}

ins
{
  font-weight: bold;
  text-decoration: underline;
}

/* 強調 */
em { font-style: italic; font-weight: normal; }
strong { font-style: italic; font-weight: bold; }
/* 強調 */

dfn, abbr, acronym
{
  font-style: italic;
  text-decoration: underline;
  border: none;
}

/* インラインの引用 */
q:before { content: open-quote; }
q:after { content: close-quote; }
q
{
  color: #333;
  background: #efefef;
  font-style: italic;
  quotes: "「" "」" "『" "』";
}
/* q:lang(en), *:lang(en) > q { quotes: "\AB" "\BB" "\2039" "\203A"; } */
/* インラインの引用 */

kbd
{
  padding: 0 0.2em;
  font-family: courier, courier new, monospace;
}

samp
{
  padding: 0 0.2em;
  background: #efefef;
  font-style: italic;
  font-family: courier, courier new, monospace;
}

var { font-style: italic; }
