/* CSS Document */

body {
	line-height: 1.5;
}
table {
	/*width: 800px;*/
	width: 100%;
}
.style2 {color: #0000FF}
.style3 {color: #990000}

th {
	text-align: left;
}
th, td {
	border-bottom: 1px solid #dadada;
}
th.kingaku {
	background-color: #FFCCFF;
}
td.numright {
	text-align: right;
}
.target-only{
	margin-left: 0.5em;
}
tr.family td {
	background-color: #FFFFEE;
	color: #333333;
	font-size: 0.95em;
}
.target-only {
	display: block;
	text-align: right;
}
.q {
	text-align: left;
	vertical-align: top;
}
.message {
	color: red;
}