/*
for PC
  update : 2013/08/24
*/

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

body{
  margin: 1em;
}


/* ---- トップページタイトル書式 ----  */
div.hometop {
  margin-left: 5em;
}

div.hometop img.title {
  float: left;
  width:350px;
  height:55px;
}

div.hometop p {
  vertical-align: bottom:
}


/* トップページ メインメニュー書式 */

div.homemenu {
  margin: 1em 0em 1em 1em;
}

div.homemenu table {
  border: solid 2px gray;
}



/*  ---- トピック本体書式 ---- */

div.topic-body{
  border-top: solid 2px gray;
  padding-bottom: 1em;
}


div.topic-body h1{
  line-height: 2em;
  text-indent: 0.5em;
}

div.topic-body h2{
  margin-top: 2em;
  margin-bottom: 0.5em;
  text-indent: 0.5em;
}

div.topic-body h3{
  margin-top: 0em;
  text-indent: 1em;
  font-weight: normal;
}

div.topic-body h3.seconditem{
  margin-top: 3em;
}

div.topic-body p{
  margin: 0em;
}



/* ---- テキスト・パラグラフデコレーション ---- */


/* 空改行もどき */
div.topic-body p.nullfeed{
  margin-bottom: 10em;
}

/* 空改行もどき(さらに改行) */
div.topic-body p.nullfeedex{
  margin-bottom: 20em;
}

/* 空改行もどき(ちょっとだけ) */
div.topic-body p.nullfeedmin{
  margin-bottom: 2em;
}


/* 引用文ブロック */
div.topic-body blockquote{
  margin: 0.5em 3em 0.5em 3em;
  padding: 0.5em;
}



