@charset   "Shift_JIS";

h1 {
	font-size:1.5em;color:#cc3333;
	margin:2em;
}

div.message {
	text-align:left;
	margin:2em;
}

div.message p {
	text-indent: 0.5em;
	margin:0.5em;
}

div.data_table {
	text-align:center;
}

div.data_table table{
	width: 100%;
	margin:1em auto;
	border: 2px solid #cccccc;
	border-collapse: collapse;
}

div.data_table th {
	border:2px solid #cccccc;
	background-color:#eeeeee;
}

div.data_table td {
	border-left:2px dotted #cccccc;
	border-right:2px dotted #cccccc;
	border-top:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
}

div.data_table td ul{
	list-style-type:none;
}

