body{
	background-color:#fcdcc6;
	background-image:url(../images/bg_all3.gif);
}
h2{
	background-image:url(../images/bg_h2_3.gif);
}
hr{
	border-bottom:1px solid #0d4311; 
	background-color:#2b6c87; 
}

/* ----- 正答 ------ */
div#seitoBox p#seitoText{
	background:#fbeaa4;
	background-image:url(../images/bg_seitoBoxTd3.gif);
	border:2px solid #edba69;
}
div#seitoBox table tr th{
	background:#225873;
	background-image:url(../images/bg_seitoBoxTr3.gif);
	border-left:1px solid #f0a117;
	border-right:1px solid #c94b07;
}
div#seitoBox table tr td{
	background:#fbeaa4;
	background-image:url(../images/bg_seitoBoxTd3.gif);
	border-left:1px solid #fff4b5;
	border-right:1px solid #edba69;
	border-bottom:1px solid #edba69;
	color:#452a35;
}

/* ----- 問題番号 ------ */
div.qNumber{ 
	background:#e77f0c;
	background-image:url(../images/bg_qNumber3.gif);
}

/* ----- 問題 ------ */
div.qBox{
	background:#efa84d;
	background-image:url(../images/bg_qBox3.gif);
}
div.qBox h3.qText{
	color:#452a35;
}
div.qBox div.hBox{
	background:#f2b580;
}
div.qBox div.hBox p.hText{
	background:#aedc24;
	background-image:url(../images/img_hintLarge3.gif);
	color:#075121;
}

/* ----- 解答 ------ */
div.aBox{
	border-top:1px solid #efa84d;
}
div.aBox div p.aSelect span.hBoxMini{
	background:#aedc24;
	background-image:url(../images/img_hintSmall3.gif);
	color:#075121;
}

/* ----- Submit ------ */
div#submitBox #submit{
	background: url(../images/btn_submit3.gif) no-repeat;
}

/* ----- Footer ------ */
div#footer{
	background-color:#fcdcc6;
}

