/* モノガタリ達 */
/* 背景 */

BODY{
  background-color : #373737;
  color : #dddddd;
}

/* リンク */
A{
  color : #dddddd;
  text-decoration : underline;
}
A:HOVER{
  color : #ffffff;
  text-decoration : underline;
}

/* コンテンツ */
.content_body{
  margin: 50px 100px 50px 100px;
  font-family : Arial,"ＭＳ Ｐゴシック";
  font-size : 18px;
  line-height : 26px;
}


/* タイトル */
.story_series_title{
  text-align: right;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
.story_title_j{
  font-size: 20px;
  font-weight: bold;
}
.story_title_e{
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

/* 本文とヘッダ&フッタとの区切り */
.body_separetor{
  width: 100%;
  height: 4px;
}

/* 本文 */
.story{
}

/* 本文区切り */
.story_separeter{
  width: 90%; 
  height: 1px;
}

/* 本文位置 */
.story_align_center{
  text-align: center;
}

.story_align_center_blood{
  text-align: center;
  color: #FF0000;
  font-weight: bold;
}

.story_align_center_endroll{
  text-align: right;
  font-style: italic;
}

/* to be continue */
.story_continue{
  text-align: right;
  font-size: 14px;
  font-style: italic;
}

/* インフォメーション */
.story_infomation{
  text-align: right;
  font-size: 16px;
  font-style: italic;
}


/* ナビゲーション */
.navi{
}

/* copyright */
.copyright{
  font-size: 10px;
  text-align:right;
}




