@charset "UTF-8";
@import "../treatment_menu.css";

/*========================*/
/* 予防歯科のページ　　　 */
/*========================*/

#col_right h2{
	height: 30px;
	margin-bottom: 40px;
	text-indent: -9999px;
	background-image: url(../../img/treatment/prevent/h2_prevent.png);
	background-repeat: no-repeat;
	background-position: left;
}

#col_right div h3{
	height: 20px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: solid 1px #FF9900;
}


/* ------------ */

#role h3{ background-image: url(../../img/treatment/prevent/h3_role.png); }
#role p em{ color: #FF6600; }


/* ------------ */

#program{ margin-top: 80px; }

#program h3{ background-image: url(../../img/treatment/prevent/h3_program.png); }

#program ul{ padding-left: 30px; }

#program li{
	margin-bottom: 5px;
	list-style-image: url(../../img/common/dot.png);
}

#program p{ padding: 10px 0 0 20px; }

#program div{
	margin-top: 40px;
}

#program div h4{
	height: 16px;
	margin: 0 0 15px 10px;
	padding-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../../img/treatment/prevent/h4_cost.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: dotted 1px #FF6600;
}

#program div ul{ padding-left: 40px; }


/* ------------ */

#qanda{
	width: 490px;
	height: 1100px;
	margin-top: 80px;
	padding: 40px 30px;
	background-image: url(../../img/treatment/prevent/aqnda_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#qanda h3{
	position: absolute;
}

#qanda dl{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #FF6600;
	font-size: 90%;
	line-height: 1.5em;
}

#qanda dl.last{ border: none; }

#qanda dl dt{
	margin-bottom: 15px;
	padding: 5px 0 5px 38px;
	color: #FF6600;
	background-image: url(../../img/common/q.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#qanda dl dd{
	padding: 0 0 0 38px;
	background-image: url(../../img/common/a.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#qanda dl dd p.image{
	width: 150px;
	margin: 0 0 0 30px;
	float: right;
}

#qanda dl dd p.image img{ margin-bottom: 10px; }

#qanda dl dd dl{
	margin: 20px 0;
	padding: 0;
	border: none;
	font-size: 100%;
	line-height: 1.5em;
}

#qanda dl dd dl dt{
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
	background: none;
}

#qanda dl dd dl dd{
	display: list-item;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: disc outside;
	background: none;
}

