@charset "utf-8";
.navi-contents {
	width: 480px;
	margin-left: 20px;
	background-image: url(img/bg_doctor.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 200px;
	padding-left: 120px;
}
.navi-contents p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.navi-contents .select-ans {
	background-image: url(img/bg_select_box.gif);
	background-position: left top;
	width: 400px;
	height: 70px;
	margin: 0px;
	display: block;
	font-size: 9pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 70px;
}
.navi-contents .select-ans img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.navi-contents .answer {
	background-image: url(img/bg_ans_box.gif);
	background-position: left top;
	width: 400px;
	height: 70px;
	margin: 0px;
	display: block;
	font-size: 12pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 70px;
	font-style: normal;
	font-weight: bold;
}

