@charset "utf-8";

/*－－－－－－－－－－　リウマチ外来　－－－－－－－－－－*/

#base1{
	width: 530px;
	height: 180px;
}
#ov{
	width:400;
	margin: 10 0 10 0;
	float: left;
}
#ov_greeting{
	margin: 10px 0 0 10px;
	float: left;
}
#ov_img{
	width: 100px;
	text-align: center;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
}
#ov_img img{
	margin: 10 0 0 10;
	border: 1px solid #abc;
	/*
	border-radius:100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	*/
}

#ov_img_name{
	width: 100px;
	margin: 10 10 20 20;
	text-align: center;
	float: left;
}
#time{
	width: 200px;
	margin: 0 0 20 310;
	padding: 10px;
	background: #d2b48c;
}
.talk_cat{
	width: 530px;
	clear: both;
	overflow: hidden; 	/* 自動で高さ合わせ */
}
.talk_img{
	width: 80px;
	margin: 0 10 0 0;
	float: left;
	overflow: hidden; 	/* 自動で高さ合わせ */
}
.talk_img img{
	margin: 10 10 0 0;

}
#talk_img_name{
	width: 80px;
	margin: 5 10 10 0;
	text-align: center;
	float: left;
}
.talk_text1{
	width: 420px;
	margin: 10px;
	padding: 10px;
	background: #ffe6ea;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 100%;
	line-height: 150%;
	overflow: hidden; 	/* 自動で高さ合わせ */
}
.talk_text2{
	width: 410px;
	margin: 10px;
	padding: 10px;
	background: #87cefa;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 100%;
	line-height: 150%;
	overflow: hidden; 	/* 自動で高さ合わせ */
}

