@charset "utf-8";

/* 診療案内 ----------------------------------------*/

div.header h3 {
	background-image: url(../../image/access/title.jpg);
}

div.main h3.access_title {
	font-size: 8px;
	background-image: url(../../image/access/access_title.gif);
	background-repeat: no-repeat;
	text-indent: -500px;
	display: block;
	height: 40px;
	width: 600px;
	margin-bottom: 20px;
	overflow: hidden;
}
div.map_border {
	border: 1px solid #b4b4b4;
	margin-bottom: 10px;
}

p.more a {
	font-size: 8px;
	text-decoration: none;
	background-image: url(../../image/access/more.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -500px;
	display: block;
	height: 20px;
	width: 124px;
	margin-left: 476px;
	overflow: hidden;
}
p.more a:hover {
	background-position: 0px -20px;
}