/* CSS Document */

.medical_listbox{
	overflow: hidden;
	position: relative;
	zoom:1;
	width:650px;
	margin:0 auto;
	margin-top:25px;
}
.medical_list_l_illust{
	float:left;
	width:78px;
}
.medical_list_l_text{
	float:left;
	width:237px;
}
.medical_list_r_illust{
	float:left;
	width:78px;
	margin-left:20px;
}
.medical_list_r_text{
	float:right;
	width:237px;
}

.medical_list_l_text2{
	float:left;
	width:315px;
}
.medical_list_r_text2{
	float:right;
	width:315px;
}

.medical_listbox p{
	margin:4px 7px 7px 9px;
	padding-bottom:6px;
	font-size:14px;
	line-height:21px;
	color:#444;
	border-bottom:dashed 1px #cfcfcf;
}

.medical_listbox p.pagelink{
	color:#cfcfcf;
	font-size:12px;
	line-height:18px;
	border:none;
}

h3{
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}

h3>a{
	display:block;
}

h3>a:link {color: #000; text-decoration: none;} 
h3>a:visited {color: #000; text-decoration: none;} 
h3>a:hover {color: #000; text-decoration: none;} 
h3>a:active {color: #000; text-decoration: none;} 
