body{
	background-color:#ceeff4;
	background-image:url(../images/bg_all2.gif);
}
h2{
	background-image:url(../images/bg_h2_2.gif);
}
hr{
	border-bottom:1px solid #0d4311; 
	background-color:#2b6c87; 
}

/* ----- 正答 ------ */
div#seitoBox p#seitoText{
	background:#fbeaa4;
	background-image:url(../images/bg_seitoBoxTd2.gif);
	border:2px solid #edba69;
}
div#seitoBox table tr th{
	background:#225873;
	background-image:url(../images/bg_seitoBoxTr2.gif);
	border-left:1px solid #21749a;
	border-right:1px solid #0d2144;
}
div#seitoBox table tr td{
	background:#fbeaa4;
	background-image:url(../images/bg_seitoBoxTd2.gif);
	border-left:1px solid #fff4b5;
	border-right:1px solid #edba69;
	border-bottom:1px solid #edba69;
	color:#2e2f41;
}

/* ----- 問題番号 ------ */
div.qNumber{ 
	background:#0e2148;
	background-image:url(../images/bg_qNumber2.gif);
}

/* ----- 問題 ------ */
div.qBox{
	background:#65b7d7;
	background-image:url(../images/bg_qBox2.gif);
}
div.qBox h3.qText{
	color:#2e2f41;
}
div.qBox div.hBox{
	background:#91d2e1;
}
div.qBox div.hBox p.hText{
	background:#F49423;
	background-image:url(../images/img_hintLarge1.gif);
	color:#ffffff;
}

/* ----- 解答 ------ */
div.aBox{
	border-top:1px solid #65b7d7;
}
div.aBox div p.aSelect span.hBoxMini{
	background:#F49423;
	background-image:url(../images/img_hintSmall2.gif);
	color:#ffffff;
}

/* ----- Submit ------ */
div#submitBox #submit{
	background: url(../images/btn_submit2.gif) no-repeat;
}

/* ----- Footer ------ */
div#footer{
	background-color:#ceeff4;
}

