@charset "UTF-8";
@import url(default.css);
.EmailAddress,
  .URL,
  .URI,
  .FileName
  { speak-punctuation: code;
    speak-numeral: digits; }
div.NoteBlock:after { content: "この注，終了"; }
hr:after { content: attr(title); }
.Pause { speak: none;
         pause: 10% 10%; }
div.NavigationBar:after { volume: soft;
                          content: "ナビゲーション・バー，終了"; }
div.TableOfContents:after { volume: soft;
                            content: "目次，終了"; }
div.Chapter:after { volume: soft;
                    content: "この章，終了"; }
div.Section:after { volume: soft;
                    content: "この節，終了"; }
div.SubSection:after { volume: soft;
                       content: "このサブセクション，終了"; }
blockquote:before { volume: soft;
                    content: "引用，開始"; }
blockquote:after { volume: soft;
                   content: "引用，終了"; }
span.LineBreak { speak: none; }
span.LineBreak:after { volume: soft;
                       content: "改段"; }
span.Omission { speak: none; }
span.Omission:after { volume: soft;
                      content: "中略"; }
/*
  "LineBreak" and "Omission" classes of "span" element will usually be used either in "q" or "blockquote" element.
*/
