body {
margin: 45px 0px 100px 0px;/* ←上・右・下・左・マージン */
font-size: 16px;
line-height: 1.6;/* ←行間指定 */

background-color: #ffffff;
color: #000000;

background-image: url(click/01.jpg);
background-repeat: repeat-x;
background-position: 0% 0%;
}

font.example1 { color: #000000; }/* bodyの文字色と同じリンク色 */
font.example2 { color: #ff0000; }/* 強調文字色 */
font.example3 { color: #0033ff; }/* 強調文字色2 */
font.example4 { color: #ffffff; }/* ネタバレ文字色 */

a:link { color: #ff0000; text-decoration: underline; }
a:visited { color: #ff0000; text-decoration: underline; }
a:active { color: #000000; text-decoration: underline; }
a:hover { color: #000000; text-decoration: none; }

p { margin-bottom: 10px;  }

hr {
width: 100%;
height: 2px;
background-color: #000000;
border: none;
text-align: center;
}

img {
max-width: 100%;/* ←スマホ画像横スク防止 */
height: auto;
}
