@charset "utf-8";
body
    { text-align: center; }


p
    { font-size: 100%; line-height: 1.8;
    margin: 0 auto;
    text-align: left; width:700px; table-layout: fixed;
     overflow-wrap: break-word; word-warp: break-word;}
     /*フォントサイズ　16px　の　100％　改行　1.8
     マージン　左右オート
     テキスト 左寄せ　幅　700　
     文字の折返し　可能な限り禁則処理を保持*/
     
p.p1 {text-align: center;}
p.p2 {text-align: left;}
p.p3 {text-align: center; font-size: 150%}
p.p3L {text-align: left; font-size: 150%}
p.p4 {text-align: center; font-size: 80%}
p.p5 {text-align: center; font-size: 50%}
p.p6 {text-align: center; font-size: 120%}
p.p6L {text-align: left; font-size: 120%}
p.p7 {text-align: center; font-size: 200%}
p.p72 {text-align: center; font-size: 200%; background-color: red}
p.p8 {text-align: left; font-size: 120%}
p.p4L {text-align: left; font-size: 80%}
p.p4R {text-align: right; font-size: 80%}