@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #F2F2F2;
	padding: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
h1 {
	font-size: X-large;
	margin-bottom: 1em;
}
h2 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 1em;
}
p,ol,ul {
	font-size: small;
	margin-bottom: 1em;
}
p.footer {
	font-size: small;
	margin-bottom: 1em;
	background-color: #E3E3E3
}
ol, ul {
	padding-left: 16px;
        list-style-type: decimal;
}
li {
	margin-bottom: 1em;
        /* list-style: disc;
        */
}
