@charset "utf-8";

/* トップページ用スタイルシート */

.top-entrance {
	width: 804px;
	padding-bottom: 8px;
}
.top-entrance li {
	float: left;
	height: 73px;
	width: 402px;
}
.top-entrance li.entrance-general a {
	background-image: url(../images/top_entrance_general_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 75px;
	width: 402px;
	display: block;
	overflow: hidden;
}
.top-entrance li.entrance-general a:hover {
	text-indent: -403px;
}
.top-entrance li.entrance-doctor a {
	background-image: url(../images/top_entrance_doctor_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 75px;
	width: 402px;
	display: block;
	overflow: hidden;
}
.top-entrance li.entrance-doctor a:hover {
	text-indent: -403px;
}

#top-slogan {
	margin-bottom: 22px;
}

#top-slogan h2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 8px;
}
#top-image {
	margin-bottom: 4px;
}
