﻿@charset "utf-8";

/* =========================== */
/* サイズ情報                  */
/* 横幅　700px                 */
/* 標準文字サイズ　11pt        */
/* メインメニュー　px * px     */
/* サブメニュー縦　px * px     */
/* サブメニュー横　px * px     */
/* メインコンテンツ　px        */
/* サイドコンテンツ　px        */
/* 見出し　px                  */
/* =========================== */

/* =========================== */
/* リンクの色                  */
/* =========================== */
a:link {text-decoration:none;
	color:#68be00;
	}
a:visited {text-decoration:none;
	color: #000000;
	}
a:active,
a:hover   {text-decoration:underline;
	color: #e5eb8ac;
	}

/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
		background-image:url(../img/h3.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		color:#ffffff;
		font-size:130%;
		font-weight:bold;
		height:40px;
		_height:40px;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-top:20px;
		_padding-top:20px;
		padding-left:25px;
		width:615px;
	}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
		background-image:url(../img/h4.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		color:#ffffff;
		font-size:110%;
		font-weight:bold;
		height:32px;
		_height:32px;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-top:12px;
		_padding-top:12px;
		padding-left:40px;
		width:600px;
	}
#main-contents h5 {
		background-image:url(../img/h5.gif);
		background-repeat: no-repeat;
		background-position: left center;
		color:#68be00;
		font-size:110%;
		font-weight:bold;
		height:18px;
		_height:17px;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-top:0px;
		_padding-top:1px;
		padding-left:25px;
		width:615px;
	}
#main-contents h6 {
		background-image:url(../img/h6.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
		color:#333333;
		font-size:100%;
		font-weight:bold;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-top:5px;
		_padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		width:630px;
	}

/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{

	}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0 10px 0 0;
	}
#mailform-section DIV.form-layout {
	margin: 0;
	width: 600px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-color: #f8f8f8;
	width: 600px;
	overflow:hidden;
}
/* 入力項目 */
#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: 150px;
	text-align: left;
	padding: 11px 8px 0 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #dbdbdb solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 416px;
	text-align: left;
	padding: 8px 8px 0 8px;
	vertical-align: top;
	border-top: 1px #dbdbdb solid;
	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 0 0 0 ;
	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;
	margin-top: 5px;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
   cursor: pointer;
   width: 100px;
   height: 36px;
   background-image:url(../img/form_submit.gif);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #ffffff;
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}
	
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section DL {	
	margin: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	margin: 0px;
	color:#7ad34e;
	padding: 5px 5px 0px 0px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	color:#7ad34e;
	padding: 5px 5px 0px 5px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	color:#7ad34e;
text-decoration:underline;
	}
#main-contents #topic-headline-section DD {
	margin: 0px;
	line-height: 1.2em;
	word-break: break-all;
	padding: 5px 5px 0px 5px;
	}
/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		font-size: 90%;	
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	color:#68be00;

	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
	color:#68be00;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	color:#68be00;
text-decoration:underline;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
		margin-left: 1em;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	font-weight: bold;
	margin-left: 0;
	color:#68be00;
	font-size: 110%;
	padding: 5px 5px;
	}
/* 公開日*/
#topic-list-section DT .date {
	color:#68be00;
	padding: 5px 5px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color:#68be00;
text-decoration:underline;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	line-height: 1.2em;
	margin-left: 0;
	margin-bottom: 2.5em;
	border-bottom: 1px dashed #c8c8c8;
	word-break: break-all;
	padding: 10px 5px;
	}
/* お知らせ本文中の画像 */
#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 #dbdbdb solid;
	}
TH.table_a_th {
	background-color: #ebebeb;
	border: 1px #dbdbdb solid;
	padding: 3px 5px;
	}
TH.table_a_th2 {
	background-color: #f8f8f8;
	border: 1px #dbdbdb solid;
	padding: 3px 5px;
	}
TD.table_a_td {
		border: 1px #dbdbdb solid;
	padding: 3px 5px;
	}

/* =========================== */
/* 基本のテーブル             */
/* =========================== */
TABLE.basic_table {
	border-collapse: collapse;
	border: 1px #dbdbdb solid;
	}
TABLE.basic_table TH {
	padding: 3px 5px;
	border: 1px #dbdbdb solid;
	}
TABLE.basic_table TD {
	padding: 3px 5px;
	border: 1px #dbdbdb solid;
	}
/* =========================== */
/* 新着情報             */
/* =========================== */
TABLE.top_info {
	border-collapse: collapse;
	}
.top_info_top {
	height: 10px;
	padding: 0px 0px 0px 0px; 
	background-image: url(/asset/00101/top/layout/info_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.top_info_back {
	padding: 5px 20px; 
	background-image: url(/asset/00101/top/layout/info_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
.top_info_bottom {
	height: 10px;
	padding: 0px 0px 0px 0px; 
	background-image: url(/asset/00101/top/layout/info_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
TABLE.top_medical {
	border-collapse: collapse;
	}
TABLE.top_medical TD {
	padding: 5px 5px; 
	border-bottom: 1px #68be00 dashed;
	}
.map_top {
	height: 33px;
	padding: 0px 15px; 
	background-image: url(/asset/00101/top/layout/map_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
/* =========================== */
/* 新着情報             */
/* =========================== */
TABLE.top_medical_time {
	margin: 0px;
	border-collapse: collapse;
	border: 1px #b1eb5d solid;
	}
.top_medical_time_g {
	padding: 5px 5px; 
	background-color: #fbffd3;
	border: 1px #b1eb5d solid;
}
.top_medical_time_w {
	padding: 5px 5px; 
	border: 1px #b1eb5d solid;
}
.top_medical_time_title {
	padding: 5px 5px; 
	border-top: 1px #b1eb5d solid;
	border-bottom: 1px #b1eb5d solid;
}
.top_medical_time_time {
	padding: 5px 5px; 
	border-top: 1px #b1eb5d solid;
	border-bottom: 1px #b1eb5d solid;
}
/* =========================== */
/* スタッフ紹介             */
/* =========================== */

TABLE.staff_detail {
	margin: 0px;
	border-collapse: collapse;
	}
TABLE.staff_detail TD {
	padding: 5px 5px; 
	border-bottom: 1px #b1eb5d dashed;
	}
/* =========================== */
/* 地図             */
/* =========================== */
TABLE.map {
	margin: 0px;
	border-collapse: collapse;
	}
/* =========================== */
/* 基本テンプレート             */
/* =========================== */
/* 画像右テキスト左             */
TABLE.temp-text-left {
	margin: 0px;
	border-collapse: collapse;
	}
TABLE.temp-text-left TD {
	padding: 0px 5px; 
	}
TABLE.temp-text-left IMG {
	padding: 5px 0px 5px 5px; 
	}
/* 画像左テキスト右             */
TABLE.temp-text-right {
	margin: 0px;
	border-collapse: collapse;
	}
TABLE.temp-text-right TD {
	padding: 0px 5px; 
	}
TABLE.temp-text-right IMG {
	padding: 5px 10px 5px 0px; 
	}
/* 画像2列             */
TABLE.temp-img2 {
	margin: 0px;
	border-collapse: collapse;
	}
TABLE.temp-img2 TD {
	padding: 0px 0px; 
	}
TABLE.temp-img2 IMG {
	padding: 0px 0px 5px 0px; 
	}
/* 画像3列             */
TABLE.temp-img3 {
	margin: 0px;
	border-collapse: collapse;
	}
TABLE.temp-img3 TD {
	padding: 0px 0px; 
	}
TABLE.temp-img3 IMG {
	padding: 0px 0px 5px 0px; 
	}
/* 枠付き画像左テキスト右             */
TD.waku-text-right {
	padding: 5px 20px; 
	background-image: url(/asset/00101/top/layout/info_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
TD.waku-text-right IMG {
	padding: 5px 10px 5px 0px; 
	}
/* 枠付き画像右テキスト左             */
TD.waku-text-left {
	padding: 5px 20px; 
	background-image: url(/asset/00101/top/layout/info_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
TD.waku-text-left IMG {
	padding: 5px 0px 5px 5px; 
	}
