@charset "Shift_JIS";

body {
	background-color: #f5deb3;
	font-family: 'Lucida Grande', Arial, Helvetica,
	'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3',
	'メイリオ', Meiryo,
	'MS PGothic', 'ＭＳ Ｐゴシック',
	'HeiseiKakuGothic', '平成角ゴシック', sans-serif;
}

h4 {
	text-align: center;
}

ul {
	list-style-type: none;
	line-height: 1.8em;
	margin-top: 0.2em;
}

li {
	margin-left: -1.5em;
}

hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.sml {
	font-size: small;
}


