@charset "utf-8";
/* Second Page style
-------------------------------*/
#main h2 {
	font-size: 160%;
	font-weight: bold;
	padding: 4px 0px 4px 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #339900;
	border-left: none;
	background-image: url(../img/gingko.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px dotted #CCCCCC;
	clear: both;
}
#main h3 {
	font-size: 1.3em;
	color: #0000FF;
}
#main .clinicY {
	margin: 5px;
	float: left;
	width: 290px;
	border: 1px solid #CCCC00;
}
#main .clinicY img {
	margin-top: 10px;
	background-position: center;
	margin-right: 3px;
	margin-left: 3px;
}
#main .clinicY p {
	text-align: center;
	font-weight: bold;
	color: #0000CC;
}

#main .clinicX {
	float: left;
	width: 290px;
	margin: 5px;
	border: 1px solid #CCCC00;
}
#main .clinicX img {
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
}
#main .clinicX p {
	text-align: center;
	color: #0000CC;
	font-weight: bold;
}
