/* quiz.htm用CSS */
#mmdoc {
	margin:5px 20px 10px 30px; /*実際の幅は640pxぐらい*/
	font-size:14px; 
	line-height:150%;
	width:640px;
	
}
#mmdoc a {
	text-decoration: underline;
}

#present {
	background-color:#C40000;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
}

/*--------------------- リスト ---------------------*/
ul.dllist {
	margin:0 0 20px 30px;
	list-style-image:url(http://dl2.templatebank.com/nenga_images12/images/quiz/arrow.gif);
}

/*--------------------- 共通　ヒント ---------------------*/

#hint {
	background:url(http://dl2.templatebank.com/nenga_images12/images/quiz/hint.gif) no-repeat;
	font-size:15px;
	font-weight:bold;
	margin-left:100px;
	padding:24px 0px 16px 65px;
	text-align:left;
}		


/*--------------------- 共通　box背景（灰・斜線） --------------------*/
.box_gray {
    background:url(http://dl2.templatebank.com/nenga_images12/images/quiz/bg_gray-slash.gif) ;
	padding:10px 15px;
	margin:0 50px;
}

/*--------------------- 回答フォーム ---------------------*/
#AnsForm .RadioGroup {
	margin:10px 0 20px 100px;font-size: 12pt; text-align:left;
}
#AnsForm input {
	margin-left:15px;margin-right:3px;
}

/*--------------------- ダウンロードエリア ---------------------*/

#cline {
	background: url(http://dl2.templatebank.com/nenga_images12/images/quiz/center_line.gif) repeat-y;
}
.sml {
	font-size:90%;
	line-height:normal;
	font-weight:normal;
}
.sml_red {
	font-weight:normal;
	font-size:10pt;
	color:red;
}
.dl_list {
	background:url(http://dl2.templatebank.com/nenga_images12/images/quiz/blt_present.gif) no-repeat;
	font-weight:bold; 
	margin-bottom:5px;
	margin-left:3px;
	padding:0px 0px 0px 30px;
}	
.dl_text {
	font-weight:bold; 
	margin-top:10px; 
	margin-bottom:20px; 
	margin-left:20px;
}	
img.bltg {
	margin:3px 5px 15px 10px;
}

/*--------------------- 共通　float clear ------------------------------*/
.clear_float-left {
    clear: left;
}
#mf3
{border-right: orange 1px solid;
	padding-right: 10px;
	border-top: orange 1px solid;
	padding-left: 10px;
	font-size: 14px;
	padding-bottom: 5px;
	margin: 5px 40px;
	border-left: orange 1px solid;

	padding-top: 5px;
	border-bottom: orange 1px solid;}