/* 標準 */
body{
font-size: small;
font-family:"ＭＳ Ｐ明朝", serif;
color:black;
background-color:white;
margin-left:40px;
margin-right:40px;
line-height: 1.5em;
letter-spacing: 0em;
}

/* 本文 */
p{
font-size: small;
color:black;
background-color:white;
line-height: 1.5em;
letter-spacing: 0em;
font-family:"ＭＳ Ｐ明朝", serif;
margin-top : 0%;
}

/* ページ全体のタイトル */
h1{
font-size: xx-large;
font-weight:bold;
color:black;
background-color:white;
letter-spacing: 0em;
line-height: 100%;
margin-top : 0.6em;
margin-bottom : 1em;
font-family:"ＭＳ Ｐ明朝", serif;
}

/* 冒頭の白ヌキキャッチ */
h2{
font-size: larger;
font-weight:bold;
color:white;
background-color:black;
line-height: 180%;
letter-spacing: 0em;
font-family:"ＭＳ Ｐゴシック", sans-serif;
}

/* 小見出し */
h3{
font-size: larger;
font-weight:bold;
color:black;
background-color:gray;
line-height: 140%;
letter-spacing: 0em;
font-family:"ＭＳ ゴシック", sans-serif;
}

/* 注釈 */
.note{
font-size: smaller;
line-height: 130%;
padding-left: 2em;
}	

/* 箇条書 */
li{
font-size: small;
line-height: 130%;
padding-bottom: 0.3em;
}	

