@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body {
	color:black;
	background: #FFFFFF;
}

table {
	width:580px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

table th {
	font-size:12px;
	line-height:1.2;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	padding:4px 1em 4px 4px;
	border-bottom:1px solid #80B599;
	width:6em;
}

table td {
	font-size:12px;
	line-height:1.2;
	vertical-align:top;
	padding:4px;
	border-bottom:1px solid #80B599;
}
