@charset "utf-8";


/*CLINIC IMFO BOX 01--------------------------------- */
.clinicInfoBox01 {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 30px;
	background-image: url(../images/box_bg/clinic_info_title.png);
}
.clinicInfoBox01Left {
	float: left;
	width: 460px;
}
.clinicInfoBox01Right {
	float: right;
	width: 460px;
}
.clinicInfoBox01 .infoLeft {
	float: left;
	width: 190px;
}
.clinicInfoBox01 .infoRight {
	float: right;
	width: 230px;
}
.clinicInfoBox01 .clinicName {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 140%;
}
.clinicInfoBox01 .hours {
	padding-bottom: 5px;
	line-height: 140%;
}
.clinicInfoBox01 .infoLeft ul {
	list-style-type: square;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.clinicInfoBox01 .top_bg {
	height: 20px;
	width: 460px;
	background-image: url(../images/box_bg/clinicInfoBox01_top_bg.png);
	background-repeat: no-repeat;
}
.clinicInfoBox01 .bottom_bg {
	background-image: url(../images/box_bg/clinicInfoBox01_bottom_bg.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 460px;
}
.clinicInfoBox01 .center_bg {
	width: 440px;
	background-image: url(../images/box_bg/clinicInfoBox01_center_bg.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}

/*THREE BOX 01--------------------------------- */
.threeBox01 {
	width: 935px;
	padding-top:20px;
	margin-right: auto;
	margin-left: auto;
}
.threeBox01Left {
	width: 305px;
	float: left;
	margin-right: 10px;
}
.threeBox01Center {
	float: left;
	width: 305px;
	margin-right: 10px;
}
.threeBox01Right {
	width: 305px;
	float: right;
}
.threeBox01 .top_bg {
	height: 20px;
	width: 305px;
	background-image: url(../images/box_bg/threeBox01_top_bg.png);
	background-repeat: no-repeat;
}
.threeBox01 .center_bg {
	background-image: url(../images/box_bg/threeBox01_center_bg.png);
	background-repeat: repeat-y;
	width: 265px;
	padding-right: 20px;
	padding-left: 20px;
}


.threeBox01 .bottom_bg {
	background-image: url(../images/box_bg/threeBox01_bottom_bg.png);
	background-repeat: no-repeat;
	width: 305px;
	height: 20px;
}

/*TWO BOX 01--------------------------------- */
.twoBox01 {
	width: 670px;
	padding-top:10px;
	height: auto;
	margin-bottom: 10px;
}
.twoBox01Left {
	width: 330px;
	float: left;
	padding-bottom: 10px;
	height: auto;
}
.twoBox01Right {
	float: right;
	width: 330px;
	height: auto;
	padding-bottom: 10px;
}
.twoBox01 .top_bg {
	height: 20px;
	width: 330px;
	background-image: url(../images/box_bg/twoBox01_top_bg.png);
	background-repeat: no-repeat;
}
.twoBox01 .center_bg {
	background-image: url(../images/box_bg/twoBox01_center_bg.png);
	background-repeat: repeat-y;
	width: 290px;
	padding-right: 20px;
	padding-left: 20px;
}
.twoBox01 .bottom_bg {
	background-image: url(../images/box_bg/twoBox01_bottom_bg.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 330px;
}

/*SIDE BOX 01--------------------------------- */
.sideBox01 {
	width: 260px;
}
.sideBox01 .top {
	background-repeat: no-repeat;
	height: 20px;
	width: 260px;
	background-image: url(../images/box_bg/sideBox01_top_bg.png);
}

.sideBox01 .bottom {
	background-repeat: no-repeat;
	height: 20px;
	width: 260px;
	background-image: url(../images/box_bg/sideBox01_bottom_bg.png);
	margin: 0px;
}
.sideBox01 .center {
	background-repeat: repeat-y;
	width: 220px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/box_bg/sideBox01_center_bg.png);
	text-align: justify;
}
.sideBox01 .center p.title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.sideBox01 .center ul {
	margin-left: 15px;
	list-style-type: square;
}
.sideBox01 .center ul li {
	line-height: 140%;
	padding-bottom: 10px;

}


#tvBox p {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
