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

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.5;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
}
hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	line-height: 1.5em;
}
#chartArea {
	padding: 20px;
	width: 540px;
}
#chartArea table {
	width: 100%;
	margin-bottom: 20px;
}

