@charset "UTF-8";

.treatment-header-img {
	background-image: url(../images/treatment_img/treatment_main-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 780px;
	text-indent: -9999px;
	overflow: hidden;
}

#treatment-container h1 {
	height: 24px;
	width: 530px;
	background-image: url(../images/treatment_img/treatment_main-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}

#treatment-container dd {
	padding-left: 18px;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#treatment-container dd:last-child {
	border-bottom: none;
}

#treatment-container table {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.3em;
    width: 494px;
}

#treatment-container th {
    text-align: center;
    background-color: #ccc;
    color: #333;
    padding: 4px;
	width:50%;
}

#treatment-container td {
    background-color: #f0f0f0;
    text-align: center;
    padding: 4px;
    width: 100px;
}