@charset "utf-8";
/* CSS Document */

#temp_in {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	width: 530px;
}
#topics {
	width: 440px;
	padding-bottom: 10px;
	background-image: url(../images/main_con1.gif);
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 90px;
}
#topics  dl {
	overflow: auto;
	height: 80px;
	width: 435px;
}
#topics dt {
	font-weight: bold;
	padding-bottom: 5px;
}
#topics dd {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#index_naka {
	width: 530px;
	padding-bottom: 30px;
}
#clinic_info {
	background-image: url(../images/main_con2.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 310px;
	float: left;
	padding-bottom: 20px;
	padding-top: 70px;
}
#clinic_info p {
	width: 300px;
	height: 150px;
	overflow: auto;
	padding-left: 10px;
}


#index_menu {
	float: right;
	width: 200px;
}

