@charset "shift_jis";

/*-------------------- 問題文 --------------------*/
#text1,
#text2 {
	min-height: 1em;
	text-align: center;
	font: normal normal normal 200%/130% "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
#text2 {
	margin: 5px 0 10px;
	border: solid 1px #660;
	-moz-border-radius: 0 0 .5em .5em;
	-webkit-border-radius: 0 0 .5em .5em;
	border-radius: 0 0 .5em .5em;
	background: #f8f8e8;
	color: #444;
}
font.typemarker {
	border: 0;
	background: #f8f8e8;
	color: #660;
}

/*-------------------- オプション設定 --------------------*/
div#optionArea {
	border: none;
	background: transparent;
}
div#optionArea table {
	margin: 2em 0;
	border: 1px solid #660;
}
div#optionArea caption {
	padding: 0.2em;
	background: #660;
	color: #f0f0e0;
	font-size: 120%;
	font-weight: bold;
}
