﻿@charset "utf-8";

h1 {
	margin: 30px;
	text-align: center;
}
p {
	font-size: 15px;
	line-height: 1.8em;
	margin: 0px 0px 20px;
	padding: 0px;
}
#base #story {
	margin: 30px;
	padding-bottom: 280px;
	background-image: url(../stories/images/back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.po {
	text-align: center;
}
rt {
  line-height: 40%;
}
p > ruby {
  display: inline-table;
  text-align: center;
  white-space: nowrap;
  text-indent: 0;
  margin: 0;
  vertical-align: -2%;
}
ruby > rb {
  display: table-row-group;
  line-height: 90%;
}
ruby > rt {
  display: table-header-group;
  font-size: 60%;
  line-height: 40%;
  letter-spacing: 0;
}
rp {
  display: none;
}

