@import url(./layout.css);

/*-------------メニュー----------------*/
a.greeting{
	background:  url(.././img/menu_greeting.gif) no-repeat;
}
a.contents {
	background:  url(../img/menu_contents.gif) no-repeat;
}
a.equipment {
	background:  url(../img/menu_equipment.gif) no-repeat;
}
a.infection {
	background:  url(../img/menu_infection.gif) no-repeat;
}
a.preventive {
	background:  url(../img/menu_preventive.gif) no-repeat;
}
a.staff {
	background:  url(../img/menu_staff.gif) no-repeat;
}
a.access {
	background:  url(../img/menu_access.gif) no-repeat;
}

/*-------------メイン----------------*/
#main {	
	height: 397px;
	background:  url(../img/bg.jpg) no-repeat right;
	position:relative;
}
#news {
	padding-top: 20px;
	padding-left: 20px;
	height:220px;
}
#news dl {
	margin: 5px 1px;
	border-left: 4px dotted #FF6600;
}
#news dt {
	float:left;
	margin-left:5px;
}
#news dd {
	margin-left:60px;
}
#news_image {
	display: block;
	position: absolute;
	top: 15px;
	width: 320px;
	height: 24px;
	background:  url(../img/news.gif) no-repeat;
}
#blog {
	padding-left:10px;

}
#clinic_time {
	position:absolute;
	left: 5px;
	bottom: 5px;
	width: 407px;
	height: 91px;
	background:  url(../img/waku.gif) no-repeat;
}
#clinic_time_image {
	display: block;
	position: absolute;
	left:10px;
	top:5px;
	width: 100px;
	height: 25px;
	background:  url(../img/text_clinic_time.gif) no-repeat;
}
#clinic_time h2 {
	padding-left:10px;
	padding-top:10px;
}
#clinic_time p {
	margin:0px;
	padding-left:30px;
}
