/******************/
/*　トップページ　*/
/******************/

/* 病院検索 */
#search {
	background: url(../image/search_bg.jpg) repeat-y left;
	margin-bottom: 15px;
	width: 685px;
}
* html #search {
	height: 1%;
}

#search .search {
	margin-left: 30px;
	width: 400px;
	zoom: 1;
}
#search .search th {
	text-align: left;
	padding: 5px;
	white-space: nowrap;
}
#search .search td {
	text-align: left;
	padding: 5px;
}


/*　特集　*/
#tokusyu {
	background: url(../image/top_tokusyu_bg.jpg) no-repeat left top;
	margin-bottom: 15px;
	height: 130px;
}
#tokusyu ul {
	margin-left: 100px;
	padding-top: 30px;
}
#tokusyu li {
	background: url(../image/icon03.gif) no-repeat left center;
	padding-left: 20px;
}

/***　左サイド　***/
#topside {
	float: left;
	width: 195px;
}

/*　エリアランキング　*/
#arearank {
	background: url(../image/leftarea_bg.jpg) repeat-y left;
	margin-bottom: 15px;
	width: 194px;
}

/***　センター（最近の口コミ）　***/

#top_center {
	float: right;
	width: 475px;
}
#newkuchikomi {
	background: url(../image/top_kuchikomi_bg.jpg) repeat-y left;
	width: 475px;
	margin-bottom: 15px;
}
#newkuchikomi table {
	width: 440px;
	margin: 0px 15px 15px;
}
#newkuchikomi th {
	text-align: left;
	background: #FDEEEE url(../image/icon02.jpg) no-repeat left 5px;
	border: 1px solid #FADEDF;
	padding: 5px 5px 5px 25px;
	color: #E35353;
}
#newkuchikomi td {
	padding: 5px;
	vertical-align: top;
}

#newkuchikomi th a,
#newkuchikomi td a {
	padding: 3px 0px;
	color: #E35353;
}
#newkuchikomi .day {
	font-weight: normal;
}
#newkuchikomi .comment {
	margin: 0px;
	padding: 0px;
}
#news {
	width: 472px;
	border-top: 2px solid #EFA5A5;
	border-bottom: 2px solid #EFA5A5;
}
#newstxt {
	width:400px;
	height:380px;
	border:0;
	margin:5px 30px;
	overflow:auto;
}

#news .n_day {
	margin-left: 20px;
	color: #E25F65;
	font-size: 95%;
}
#news .n_txt {
	border-bottom: 1px dotted #FBE7E8;
	margin: 0px 20px 10px;
	padding-bottom: 5px;
	font-size: 95%;
}
#rightarea .ads {
	width: 160px;
	margin-right: 45px;
	margin-left: 45px;
}

