@font-face{
 font-family:"IPAex明朝";
 src: url('https://cdn.leafscape.be/IPAexfont/ipaexm_web.woff')
  format("woff");
}
*{
 margin:0;
 padding:0;
 font-family:"Crimson Text", "メイリオ";
}
body{
 background:#33436b;
 color:#555;
 font-size:13px;
 letter-spacing:1px;
 text-align:center;
}
a{
 color:#555;
 text-decoration:none;
}
a:hover{
 text-decoration:line-through;
}
h1, h2, h3{
 font-family:"IPAex明朝";
 font-weight:normal;
 line-height:1;
}
h1{
 font-size:20px;
 width:70%;
 margin:0 auto 10px;
 padding:10px 0;
 border-bottom:solid 1px #888;
}
h2{
 font-size:30px;
 position:absolute;
 top:-15px;
 right:-15px;
 width:1em;
}
h3{
 font-size:13px;
 margin:0 0 50px;
 text-align:right;
}
header{
 max-width:830px;
 margin:0 auto;
 padding:60px 0 20px;
 letter-spacing:2px;
}
header a{
 display:inline-block;
 margin:0 5px;
 font-family:"Crimson Text", "IPAex明朝";
}
main{
 max-width:830px;
 margin:30px auto;
}
section{
 display:inline-block;
 position:relative;
 width:230px;
 box-sizing:border-box;
 margin:20px;
 padding:30px 45px 190px 25px;
 background-color:#fff;
 background-repeat:no-repeat;
 background-position:10px 95%;
 background-size:auto 150px;
 line-height:190%;
 word-wrap:break-word;
 text-align:justify;
 vertical-align:top;
}
section a{
 padding-right:0.5em;
}
section a:visited{
 text-decoration:line-through;
}
article{
 max-width:500px;
 box-sizing:border-box;
 margin:20px auto;
 padding:40px 30px;
 background:#fff;
 line-height:200%;
 text-align:justify;
}
hr{
 height:30px;
 margin:40px 0;
 border:none;
 background:url(花素材URL) no-repeat 50%;
 background-size:auto 30px;
}
br{letter-spacing:0;}