@charset "utf-8";

h2 {
	margin: 0 0 15px;
	text-align: center;
}

h3 {
	background: #FF8B10;
	border: 1px solid #FF8B10;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	letter-spacing: 1px;
	margin: 0 0 15px;
	padding: 5px;
}

h4 {
	background: url(../img/common/icon_01.gif) no-repeat 0 0;
	border-bottom: 1px dotted #B0A593;
	color: #FF8B10;
	margin: 0 0 10px;
	padding: 0 0 5px 25px;
}

section li {
	background: url(../img/treatment/icon_01.gif) no-repeat 0 .4em;
	padding: 0 0 10px 15px;
}

.box1 {
	background: #F6F3EE;
	border: 1px dotted #B0A593;
	padding: 10px;
}

section th {
	font-weight: normal;
	white-space: nowrap;
}

section th,
section td {
	padding: 3px 5px;
	text-align: left;
}

section .bg th,
section .bg td {
	background: #F6F3EE;
}