@charset "utf-8";
a:link {
	color: #4fa3a3;
}
a:visited {
	color: #4fa3a3;
}
a:hover {
	color: #999999;
}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 650px;
	font-size: 16px;
	font-weight: bold;
	color: #1d3838;
	margin: 0px 0px 10px;
	padding: 14px 0px 0px 20px;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 645px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 7px 0px 0px 25px;
	}
/* =========================== */
/* ページコンテンツの見出し2   */
/* =========================== */	
#main-contents h5 {
	height: 21px;
	width: 650px;
	font-size: 14px;
	font-weight: bold;
	color: #386d6d;
	margin: 0px 0px 10px;
	padding: 4px 0px 0px 20px;
	background-color: #a3d1d1;
	}
/* =========================== */
/* ページコンテンツの見出し3   */
/* =========================== */	
#main-contents h6 {
	background-image: url(../img/h6.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 645px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 10px;
	padding: 8px 0px 0px 25px;
	background-position: left bottom;
	}
/* =========================== */
/* ページコンテンツのタイトル(トップ)   */
/* =========================== */	
#top-main-contents h3 {
	background-image: url(../img/top-h3.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 518px;
	font-size: 14px;
	font-weight: bold;
	color: #386d6d;
	margin: 0px 0px 10px;
	padding: 7px 0px 0px 20px;
	}
/* =========================== */
/* ページコンテンツのタイトル(トップ)   */
/* =========================== */	
#top-main-contents h4 {
	background-image: url(../img/top-h4.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 503px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 7px 0px 0px 35px;
	}
/* =========================== */
/* ページコンテンツのタイトル2(トップ)   */
/* =========================== */	
#top-main-contents h5 {
	background-image: url(../img/top-h5.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 518px;
	font-size: 14px;
	font-weight: bold;
	color: #386d6d;
	margin: 0px 0px 10px;
	padding: 7px 0px 0px 20px;
	}
/* =========================== */
/* ページコンテンツのタイトル3(トップ)   */
/* =========================== */	
#top-main-contents h6 {
	background-image: url(../img/top-h6.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 513px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 10px;
	padding: 5px 0px 0px 25px;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	background-image: url(../img/h4.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 645px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 7px 0px 0px 25px;
	}
#main-contents #sitemap-section h4 a{
	color: #FFFFFF;
	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0px 10px 0px 0px;
	}
#mailform-section DIV.form-layout {
	margin: 0px;
	width: 532px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 532px;
	overflow:hidden;
	background-color: #efefef;
}
/* 入力項目 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item {
	clear:both;
}
/* 項目名セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.label {
	float: left;
	width: 130px;
	text-align: left;
	padding: 11px 8px 0px 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #ffffff solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 370px;
	text-align: left;
	padding: 8px 8px 0px 8px;
	vertical-align: top;
	background-color: #ffffff;
	}
/* 入力欄（テキストボックス） */
#mailform-section INPUT.input-text {
}
/* 入力欄（テキストエリア） */
#mailform-section TEXTAREA.input-textarea {
}
/* 入力欄（ラジオボタン） */
#mailform-section INPUT.input-radio {
}
/* 入力欄（チェックボックス） */
#mailform-section INPUT.input-checkbox {
}
/* 入力欄（選択リスト） */
#mailform-section INPUT.input-select {
}
/* 説明 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field P.description {
	margin: 3px 0px 0px 0px ;
	font-size: 9pt;
	}
/* 項目名 */
#mailform-section LABEL {
	}
/* ※（必須） */
#mailform-section .required {
	color:red;
	font-weight: normal;
	}
/* エラーの時の背景色 */
#mailform-section .error {
	background-color: #ffccff;
	}
/* エラーの時のメッセージ */
#mailform-section .error-message {
	color: #ff0000;
	}
/* 完了メッセージ */
#mailform-section .completion-message {
	border: 1px solid #cccccc;
	padding: 30px;
	}
/* 送信ボタン */
#mailform-section DIV.submitee {
	clear:both;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
   cursor: pointer;
   width: 109px;
   height: 32px;
   background-image:url(/theme/form_submit.jpg);
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}

	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section {
	margin: 0px 0px 15px;
	width: 670px;
	padding: 0px;
	border: none;
	}
#main-contents #topic-headline-section DL {
	margin: 0px;
	padding: 0px 0px 5px;
	width: 670px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	width: 670px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	color: #1d3838;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	padding: 0px 0px 5px 100px;
	width: 570px;
	background-image: url(../img/topic_05.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	color: #1d3838;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	font-weight: bold;
	width: 120px;
	padding-right: 10px;
	color: #999999;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
		color: #4fa3a3;
	}
/* =========================== */
/* お知らせ一覧パーツ（トップニュース）  */
/* =========================== */
/* リスト全体 */
#top-main-contents #top-cont-left #topic-headline-section{
	margin: 0px 0px 15px;
	width: 538px;
	padding: 0px;
	border: none;
}
#top-main-contents #top-cont-left #topic-headline-section DL {
	margin: 0px;
	padding: 0px 0px 5px;
	width: 538px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	}
/* 記事タイトル（リンク先がないとき） */
#top-main-contents #top-cont-left #topic-headline-section DT{
	width: 538px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	color: #1d3838;
	}
/* 公開日 */
#top-main-contents #top-cont-left #topic-headline-section DT .date {
	font-weight: bold;
	width: 120px;
	padding-right: 10px;
	color: #999999;
	}
/* 記事タイトル（リンク先があるとき） */
#top-main-contents #top-cont-left #topic-headline-section DT A {
		color: #4fa3a3;
	}
/* 記事タイトル（リンク先がないとき） */
#top-main-contents #top-cont-left #topic-headline-section DD{
	padding: 0px 0px 5px 100px;
	width: 438px;
	background-image: url(../img/topic_05.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	color: #1d3838;
	}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
	font-size: 10pt;
	color: #223344;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	width: 180px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
	font-weight: bold;
	width: 180px;
	display: block;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
		color: #261d9d;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-bottom: 10px;
	padding: 0px;
	width: 180px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	width: 650px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	}
/* 公開日*/
#topic-list-section DT .date {
	font-weight: bold;
	color: #707070;
	width: 100px;
	padding-right: 10px;
	margin-left: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #4fa3a3;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	margin-bottom: 20px;
	padding: 0px 0px 10px 115px;
	width: 535px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
}

/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #809FFF solid;
	}
TH.table_a_th {
		color: #FFFFFF;
		background-color: #0862B0;
		border: 1px #809FFF solid;
	}
TH.table_a_th2 {
		color: #008EBC;
		background-color: #D5DFFF;
		border: 1px #809FFF solid;
	}
TD.table_a_td {
		color: #223344;
		background-color: #F0F8FF;
		border: 1px #809FFF solid;
	}
	
/* =========================== */
/* 医師紹介　　　             */
/* =========================== */
.doctor-list {
	width: 670px;
	border-collapse: collapse;
	border: 1px #809FFF solid;
}
.doctor-list .td1 {
	color: #223344;
	background-color: #F0F8FF;
	border: 1px #809FFF solid;
	width: 201px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.doctor-list .td1 img {
width: 120px;
}
.doctor-list .td2 {
	color: #223344;
	background-color: #F0F8FF;
	border: 1px #809FFF solid;
	width: 459px;
	font-size: larger;
	padding: 5px;
	font-weight: bold;
}
.doctor-list .td4 {
	padding: 5px;
	border: none;
	width: 168px;
}
.doctor-list .td3 {
	padding: 5px;
	border: none;
	width: 301px;
}
