@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 1.6;
	width: 340px;
	padding: 0px 15px 5px;
}
#date {
	font-weight: bold;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
	margin-top: 10px;
}
li {
	list-style: outside;
	margin-left: 15px;
	margin-top:	10px;
}

