.class1 {
	font-family: "MS UI Gothic";
	font-size: 13px;
}
.class2 {
	font-family: "MS UI Gothic";
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
}
.class3 {
    font-family: "MS UI Gothic";
	font-size: 18px;
}
.class4 {
    font-family: "MS UI Gothic";
	font-size: 20px;
}
.style7 {
	font-size: 30pt;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: italic;
	text-align: center;
	padding-top: 15px;
}
.style8 {
	color: #FF0000
}
.question {
	font-weight:bold;
	color: red; /* 文字の色 */
	padding-left: 10px; /* 左の余白 */
    margin-top: 2px;
	border-width: 0px 0px 2px 10px; /* 枠の幅 */
	border-style: solid; /* 枠の種類 */
	border-color: #4ac200; /* 枠の色 */
	line-height: 100%;
}
.answer {
	background:url(../images/an.gif) no-repeat 15px top;
	padding-left:46px;
    margin-top: 10px;
	margin-bottom: 13px;
}

.what {
	font-weight:bold;
	color: red; /* 文字の色 */
	padding-left: 10px; /* 左の余白 */
	margin-top: 2px;
	border-width: 0px 2px 2px 15px; /* 枠の幅 */
	border-style: solid; /* 枠の種類 */
	border-color: #222ff2; /* 枠の色 */
	line-height: 100%;
}
.whatin {
	padding-left:10px;
    margin-top: 10px;
	margin-bottom: 13px;
}

.case01 {
	filter:progid:DXImageTransform.Microsoft.Alpha
	(style=2,opacity=100,finishopacity=0);
}

.case03 {
	filter:progid:DXImageTransform.Microsoft.Alpha
	(style=1,opacity=100,finishopacity=10,startx=0,starty=0,finishx=100,finishy=20,enabled=true);
}
