/*  文字サイズを中、普通、文字色を黒に指定　マージンを5%に指定　*/

BODY {
  color: #000000;
  /*　文字色を黒				*/
      font-size: medium;
  /*　フォントサイズを中		*/
      font-weight: normal;
  /*　フォント飾りをしない	*/
      margin: 5%
;
  font-family : "ＭＳ Ｐ明朝";
}
/* 行間隔の定義 */

h1, h2, h3, h4, h5, p, pre, a, caption, th, td, ul, ol, dl, li, dt, dd {
  line-height: 1.5em;
}
/*　背景画像の指定	*/

/*  言いたい放題ページ　*/
.iitai{
  background-image: url('../images/skullwall.gif');
}
/*  聖典ページの背景色指定　*/
.seiten{
  background-color:#FDFEDC;
}
/*　枠の設定*/
blockquote {
  line-height: 140%;
}
.cen05{
  margin:0em 5%;
  thin;
  border-left-width:0em;
  border-right-width:0em;
  border-top-width:thin;
  border-bottom-width:thin
;
}
.cen10{
  margin:0em 10%;
  thin;
  border-left-width:0em;
  border-right-width:0em;
  border-top-width:thin;
  border-bottom-width:thin
;
}