@charset "UTF-8";
/* トップイメージ画像を表示する場合 */
div#header {
	background-image: url(../img/head_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 150px;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#topimg {
	background-image: url(../img/top_img.jpg);
	background-repeat: no-repeat;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 220px;
}
div#side {
	background-image: url(../img/top_side_bg.jpg);
	background-repeat: no-repeat;
}
div#main {
	background-image: url(../img/top_main_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
}

/* トップイメージ上リード文 */
#topimg p.lead {
	line-height: 1.6em;
	font-weight: normal;
	width: 470px;
	padding-top: 25px;
	padding-left: 30px;
	font-size: 95%;
}

/* 院長略歴 */
#side p.ryakureki {
	background-image: url(../img/ryakureki_bg.gif);
	background-repeat: repeat-y;
	width: 180px;
	margin-left: 20px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 85%;
	line-height: 1.5em;
	color: #333333;
}
#side span.shoumei {
	background-color: #FFFFFF;
	display: block;
	height: 145px;
	width: 180px;
	text-align: center;
	padding-top: 10px;
}
div.top_guide {
}
h1.guide {
	font-size: 15px;
	line-height: 1.2em;
	color: #2abd97;
	position: relative;
	top: -56px;
	left: 15px;
	font-weight: normal;
	width: 380px;
}
h1.guide a:link {
	color: #2abd97;
}
h1.guide a:visited {
	color: #2abd97;
}
h1.guide a:hover {
	color: #ff57ae;
}
h1.guide a:active {
	color: #ff57ae;
}

/* 診療時間テーブル */
table.time {
	width: 470px;
	border-collapse:collapse;
	font-size: small;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, sans-serif;
	line-height: normal;
}
table.time th {
	width: 45px;
	height: 20px;
	border: 1px solid #FF66CC;
	background-color: #FFE2F0;
}
table.time  td   {
	height: 40px;
	text-align: center;
	border: 1px solid #FF66CC;
	line-height: 1.2em;
}
table.time span {
	font-size: x-small;
}

img.phone2 {
	border: 8px double #FFE2F0;
}
