﻿.title {
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #808080;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	padding: 5px;
	background-color: #0066FF;
	color: #FFFFFF;
	font-weight: bold;
	width: 379px;
}
.sub {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #808080;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	background-color: #66CCFF;
	text-align: right;
	width: 389px;
}
.question {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	padding: 10px;
	line-height: 140%;
	border: 1px solid #808080;
	color: #000080;
	width: 369px;
}
.answer {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	line-height: 140%;
	padding: 5px;
	width: 380px;
}
