/* CSS Document */


/*トップトピックス*/




.topicks {
	float:right;
	width:335px;
	height:330px;
	margin-left:15px;
	}

.topicks strong{
	font-size:127%;
	font-weight:bold;
	color:#000000;
	background-image:url(../img/all-icon-title.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding:0px 0px 3px 15px;
	
	}
	
.topicks li{
	width:335px;
	height:100px;
	padding-bottom:4px;
	margin-top:5px;
	border-bottom:solid 1px;
	border-bottom-color:#999999;
	}

.topicks li a{
	display:block;
	width:335px;
	height:100px;
	color:#666666;
	}

.topicks li a:hover{
	display:block;
	width:335px;
	height:100px;
	color:#999999;
	text-decoration:none;
	}

.topfl{
	width:490px;
	height:330px;
	float:left;
	display:inline;
	}

/*診察時間*/


.schlist{
	margin-bottom:10px;
	}
	
.schlist table{
	border-collapse:collapse;
	width:406px;
	height:90px;
	line-height:1.56em;
	border:2px solid;
	border-color:#54221F;
	
	}

.schlist th{
	width:42px;
	border-right:solid  1px;
	border-bottom:solid  1px;
	border-color:#54221F;
	}
	
.schlist td{
	width:42px;
	text-align:center;
	border-right:solid 1px;
	border-bottom:solid 1px;
	border-color:#54221F;
	}
	

.schlist .time{
	width:99px;
	text-align:right;
	padding-right:2px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	}
	
.day{
	background-color:#54221F;
	color:white;
	}

	
	
/*お知らせ*/
 .newslist{
	width:410px;
	padding:0px;
	margin-bottom:20px;
	}
	
/*スイッチャーで高さ指定*/
.newslist dt{
	float:left;
	clear:both;
	width:75px;
	padding:2px 2px 2px 5px;
	margin-top:3px;
	background-color:#54221F;
	color:white;
	font-family:"Courier New", Courier, mono;
	letter-spacing:-0.05em;
	border-top:1px solid;
	border-top-color:#54221F;
	}

.newslist dd{
	margin-top:3px;
	float:left;
	width:316px;
	padding:2px 2px 2px 9px;
	border-top:1px dotted;
	border-top-color:#54221F;
	}
