﻿h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #4D0000;
	text-decoration: none;
	margin: 3px 0px 5px 0px;
	text-align: left;
}

/* トップページの画像（大）
---------------------------------------------*/
div#topimgbgd {
	width: 920px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/img_bgd01.gif');
}
div#topimg {
	width: 900px;
	height: 360px;
	position: relative;
	left: 10px;
	top: 10px
}

/* トップページコンテンツ部分全体
---------------------------------------------*/
div#toppagecontents {
	position: relative;
	width: 920px;
	height: 580px;
	top: 0px;
	right: 30px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

/* トップページコンテンツ部分左側
---------------------------------------------*/
div#toppageleft {
	position: relative;
	width: 600px;
	height: 540px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
div#topcopy {
	position: relative;
	width: 600px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
div#topbun {
	position: relative;
	width: 566px;
	height: 290px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 0px 15px 15px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	line-height: 140%;
}
div#mobile {
	position: relative;
	width: 570px;
	height: 114px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin: 10px;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
}
div#qrcode {
	position: relative;
	width: 114px;
	height: 114px;
	float: left;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 0px;
}
div#mobilebun {
	position: relative;
	width: 430px;
	height: 100px;
	float: right;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}

/* トップページコンテンツ部分右側
---------------------------------------------*/
div#toppageright {
	position: relative;
	width: 300px;
	height: 550px;
	float: right;
	margin-top: 10px;
	margin-left: 0px;
}

/* 新着情報部分
---------------------------------------------*/
div#whatsnew {
	padding: 50px 20px 20px 20px;
	position: relative;
	width: 260px;
	height: 470px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url('images/news_bgd01.gif');
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	line-height: 140%;
}
div#whatsnew a{
	text-decoration: underline;
	color: #009472;
}
div#whatsnew a:hover{
	text-decoration: none;
	color: #386CB0;
}

/* 診療日・診療時間の表
---------------------------------------------*/
table.clinicaltime1 {
	background-color: #CCCCCC;
}
td.white {
	background-color: #FFFFFF;
	text-align: center;
}
td.green {
	background-color: #CCFFCC;
	text-align: center;
}
td.blue {
	background-color: #CCFFFF;
	text-align: center;
}
