@charset "utf-8";

h2.title {
	padding: 5px;
	margin-bottom: 10px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	font: bold 90% "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "細明朝体", "serif";
	background: #990000;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
div.txt {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
p.caution {
	font-size: 80%;
	line-height: 150%;
	background: #FFCCCC;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	border: 3px double #CC9900;
}
th {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background: #6666FF;
	text-align: left;
}
.form {
	font-size: 80%;
	background: #99CCFF;
	text-align: left;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
}

.ml img {
	vertical-align: middle;
	margin-left: 5px;
}

.ml {
	background: #dddddd;
	padding: 3px;
	border: 3px double #66CC99;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;

}

