/*  文字サイズ */
body{
 font-size:small;
}
h1{
 font-size:x-large;
}
h2{
 font-size:large;
}
h3{
 font-size:medium;
}
@media handheld{
 h1.title,
 h2.number{
  font-size:small;
 }
}
/* 色 */
body{
 background-color:#ffffff;
 color:#000000;
}
a:link{
 color:#000000;
}
a:visited{
 color:#990000;
}
/* その他 */
p{
 margin:0 0 2em 0;
 text-align:left;
}
h1.title{
 font-style:normal;
 font-weight:normal
 margin:1em 0;
 text-align:left;
}
h2.number{
 font-style:normal;
 font-weight:normal
 margin:0;
 text-align:left;
}
.cast,
.cite{
 text-align:right;
}
div.footer,
.cm{
 text-align:center;
}
ul.footer{
 display:block;
 margin:0;
 text-align:center;
}
ul.footer li{
 display:inline;
}
ul.footer li.prev:after,
ul.footer li.next:after,
ul.footer li.return:after{
 content:"/";
}