body{
  background-color : white;
  background-repeat : no-repeat;
  background-position : right bottom;
  background-image : url(img/kabec.jpg);
  background-attachment : fixed;
  line-height : 140%;
  color: #999999;
}

a:link,
a:visited,
a:active { color:#408080; }
a:hover { color:#afa0af; }

ruby {
  ruby-align: distribute-space;
  ruby-position: above;
}

.tac{
  text-align:center;
}

.hr-desu{
  width:525px;
}

/* トップページ */
.crpa-titlelogo {
  padding:48px 0 24px;
}

.crpa-title {
  display: flex;
  justify-content: center;
  padding:24px;
}

.crpa-t-block {
  font-size:80%;
}
.crpa-t-block p{ margin:0; }

.crpa-story {
  display: flex;
  justify-content: center;
}

.crpa-sblock {
  display: flex;
  justify-content: center;
  width:590px;
}

.crpa-sblock-left,
.crpa-sblock-right {
  width:250px;
  font-size:120%;
  /*border: 1px solid #ccc;*/
}

.crpa-sblock-left p,
.crpa-sblock-right p {
  margin:0;
  padding:4px;
}

/* ページ内 */
.crap-story-logo {
  padding:48px 0 24px;
}

.crpa-story-title {
  display: flex;
  justify-content: center;
  padding:24px 16px;
  max-width: 700px;
  margin: 0 auto;
}

.crpa-story-block {
  font-size:80%;
}
.crpa-story-block p{ margin:1.4px; }

.prevnext{
  text-align:center;
  padding:8px;
}
