@charset "UTF-8";
body {
 }
div.all {
 position: absolute;
 top: 50px;
 left: 50px;
 }
table.overall {
	width: 80px;
	margin: 10px; 
	border: 0px; 
 }
td.question {
	height: 25px;
	text-align: left;
	vertical-align: top;
	font-family: "メイリオ";
	font-size: 85%;
	color: #000000;
	border: solid 0px;
	margin-bottom: 10px;
    padding: 5px;
 }
td.answer {
	height: 40px;
	text-align: left;
	vertical-align: top;
	font-family: "メイリオ";
	font-size: 80%;
	color: #0000ff;
	border: solid 0px;
	margin-bottom: 10px;
	padding: 8px;
 }
table.footer {
	background-color: #0066ff;
	border: solid 2px #0033ff;
	width: 730px;
 }
 table.footer td {
 	color: #ffffff;
 	font-weight: bold;
 	text-align: center;
 	height: 20px;
 }
