﻿@charset "utf-8";
/* CSS Document */
/* ---コンテナの設定--- */
#content-container
{
	float: left;
	width: 900px;
	clear: both;
	position: absolute;
	top: 425px;
	left: 0px;
	background-color: #FFF;
}

/* ---休診案内の設定--- */
#kyushin {
	height: 55px;
	width: 480px;
	margin-bottom: 5px;
	position: relative;
	margin-top: 5px;
}

#kyushintitle {
	position: absolute;
	height: 35px;
	width: 75px;
	background-image: url(../img_top/infomark.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	/*color: #5AB;*/
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 16px;
	padding-top: 20px;
	padding-left: 25px;
	/* [disabled]font-weight: bold; */
	left: -1px;
}
#kyushincontents{
	position: absolute;
	left: 99px;
	height: 49px;
	width: 365px;
	color: #333;
	line-height: 25px;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-left: 15px;
}

/* ---医師紹介--- */
#tantoui {
	width: 480px
}
#doctors {
	font-size: 14px;
	width: 480px;
}

#doctors .categorytitle{
	font-size:16px;
	font-weight:bold;
	border:#093 1px dashed;
	margin-bottom:5px;
	padding-left:5px;
	width:463px;
}
.docpic{
	float:left;
	display: block;
	text-align: center;
	width: auto;
	margin: 0px;
}
.doctitle {
	font-size: 15px;
	background-color: #ECF6D0;
	height: 30px;
	width: auto;
	padding-left: 20px;
	padding-top: 5px;
}
.docpic p {
	background-color: #C1E3E8;
	display: block;
}

.doctext {
	float:right;
	width: 320px;
	padding-left: 20px;
}

/* ---お知らせ・更新情報--- */
#content #newssection{
	width:480px;
	height:400px;
	clear: both;
	margin-top: 15px;
	}

#newstitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img_top/linkstitle.gif);
	display: block;
	height: 25px;
	width: 465px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-top: 5px;
	color: #FFF;
}

#newscontents{
	clear:both;
	overflow:auto;
	height: 274px;
	border: solid 1px #c5c5c5;
	}

.news {
	padding: 10px;
	border-bottom:#66bbca dotted 1px;
}
.news .newsdate{
	color:#F69;
	font-size: 12px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news a{
	color:#390;
	padding: 10px;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}

.news .text{
	color:#390;
	padding: 10px;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}

.news a:hover{
	color:#F90;
	text-decoration:underline;
}
#printpdf{
	text-align:right;
	padding-right:10px;
	border-bottom: #ccc solid 1px;
	padding-bottom: 5px;
}

