@charset "UTF-8";

/********************************************************************************/
/*	ページタイトル用							*/
/********************************************************************************/
h1{
	width:				560px;
	height:				100px;
	margin:				0 0 10px 0;
}

h1.title_index{
	background:			url(../images/h1_preventive.jpg) no-repeat;
}

h1.title_shield{
	background:			url(../images/h1_shield.jpg) no-repeat;
}


h2{
	width:				560px;
	height:				32px;
}

h2.title1{
	background:			url(../images/h2_preventive1.gif) no-repeat;
	margin:				10px 0;
}

h2.title2{
	background:			url(../images/h2_about.gif) no-repeat;
	margin:				10px 0;
}

h2.title3{
	background:			url(../images/h2_shield.gif) no-repeat;
	margin:				0 0 10px 0;
}

h1 span,
h2 span{
	display:			none;
}

/********************************************************************************/
/*	小児矯正について用							*/
/********************************************************************************/
p.index{
	font-size:			small;
	font-weight:			bold;
}
p.subindex{
	color:				#005500;
	font-size:			small;
	font-weight:			bold;
}

ul.preventive{
	list-style:			decimal;
	margin:				1em 0 1em 3em;
	font-size:			small;
}

ul.preventive li{
	color:				#075;
}

.PreventivePhoto{
	text-align:			center;
}

.PreventivePhoto img{
	padding:			20px 20px 0 20px;
}

p.before{
	float:				left;
	width:				171px;
	margin-left:			89px;
	font-size:			small;
}

p.after{
	float:				right;
	width:				171px;
	margin-right:			89px;
	font-size:			small;
}

