@charset "utf-8";

/*トップページヘッダー-----------------*/

#header_index {
	background-image: url(/img/index/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: #FFFFFF;
	height: 275px;
}
#fairy {
	width: 215px;
	position: relative;
	left: 660px;
}

/*トップページ新着情報-----------------*/

#whats_new table {
	width: 472px;
}

#whats_new th,#whats_new td {
	background-image: url(/img/common/outline/bg_underline_dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 6px 0 6px 0;
}
#whats_new table th {
	width:8em;
}
#whats_new table td.news_text {
	padding-left:10px;
}

.news_icon {
	width: 51px;
	text-align:center;
}
#whats_new .more {
	text-align: right;
	padding: 7px 0px 10px 0px;
}

#osusume_salon {
	width: 228px;
	float: left;
	margin: 0px 0px 10px 0px;
}
#salon_contents {
	background-image: url(/img/index/bg_osusume_salon.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#salon_contents table {
	width: 220px;
	margin: 0px 0px 0px 7px;
}
#salon_contents th,#salon_contents td {
	background-image: url(/img/common/outline/bg_underline_dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#salon_contents th {
	width: 68px;
	padding: 6px 0px 6px 0px;
}
#salon_contents td {
	padding: 6px 2px 6px 5px;
}
#salon_contents .more {
	text-align: right;
	padding: 5px 5px 7px 0px;
}
#osusume_doctor {
	width: 235px;
	height: 195px;
	float: right;
	text-align:center;
	padding-top:26px;
	background-image: url(/img/index/button_doctor_search.gif);
	background-repeat: no-repeat;
}
/*Dr岡崎のおもしろ歯学-----------------*/
#dr_okazaki {
	background-image: url(/img/index/bg_banner_okazaki.jpg);
	background-repeat: no-repeat;
	height: 144px;
	clear: both;
}

#dr_okazaki ul {
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	width: 290px;

}
#dr_okazaki li {
	padding: 0px 0px 0px 10px;
}
#dr_okazaki li span.drno{
	font-weight:bold;
	color:#666;
}
#no_01 {
	background-image: url(/img/index/img_no_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#no_02 {
	background-image: url(/img/index/img_no_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#no_03 {
	background-image: url(/img/index/img_no_03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#dr_okazaki .more {
	text-align: right;
	width: 290px;
}

