/* ポルトガル語CSS　2006/4/10-2006/4/11 */

BODY {
	font-family:serif;
	font-size:medium;

	color:#000000;
	background-color:#EFEFEF;
}

/*タイトル*/
.title{
	border-top: 2px solid rgb(226,33,18);

	background: url("shadow.gif") repeat-x bottom #FFFFFF;

	padding-top: 4px;
	padding-bottom: 12px;

	text-indent:1em;

	font-family: sans-serif;
	font-size: large;
	font-weight: normal;
}

/*大問*/
H1 {
	margin-top: 1em;

	border-top: 2px solid rgb(33, 130, 0);

	background: url("shadow.gif") repeat-x bottom #FFFFFF;

	padding-top: 2px;
	padding-bottom: 10px;

	text-indent:1em;

	font-family:sans-serif;
	font-size: large;
	font-weight: normal;

	text-indent:0.5em;
}

/*小問レベル1*/
H2 {
	border-top: 2px solid rgb(33, 130, 0);

	margin-top: 1em;
	margin-left: 1em;

	background: url("shadow2.gif") repeat-x bottom #FFFFFF;
	padding-bottom: 6px;

	font-family: sans-serif;
	font-size: medium;
	font-weight: normal;

	text-indent:0.5em;
}

/*小問レベル2*/
H3 {
	margin-left: 1em;
	padding-bottom: 6px;

	font-family:sans-serif;
	font-size:medium;
	font-weight: normal;

	text-indent:1em;
}

/*小問レベル3*/
H4 {
	margin-left: 1em;

	font-family:sans-serif;
	font-size:medium;
	font-weight: normal;

	text-indent:1em;
}

/*小問レベル4*/
H5 {
	margin-left: 1em;

	font-family:sans-serif;
	font-size:medium;
	font-weight: normal;

	text-indent:1em;
}

/*小問レベル5*/
H6 {
	margin-left: 1em;

	font-family:sans-serif;
	font-size:medium;
	font-weight: normal;

	text-indent:1em;
}

/*下線*/
.ind1 {
	border-bottom: 1.5pt solid rgb(226,33,18);
}

/*下線*/
.ind2 {
	border-bottom: 1.5pt dashed rgb(226,33,18);
}

  .explanation {
    margin: 1em 0em 0.5em 0em;
    padding: 0.25em;

    background-color: rgb(255, 193, 193);

    font-family: sans-serif;
    }

  .answer {
    color: rgb(255, 0, 0);
    font-family: sans-serif;
    }

/*－－－－－－－－－－*
/*言語設定*/

/*ウルドゥー語*/
.urdu {
	direction: rtl;
	unicode-bidi: embed;

	font-family: "Nafees Nastaleeq", "Urdu Naskh Asiatype", sans-serif;
}
