﻿﻿@charset "utf-8";

/* =========================== */
/*                             */
/* きづ川病院                    */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */

/* =========================== */
/* リンクの色                  */
/* =========================== */
a:link {
	color: #326ee8;
}
a:visited {
	color: #326ee8;
}
a:hover {
	color: #444;
}

/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	font-size:12px;
	color: #444444;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	}
DIV#top {
	width: 760px;
	margin: 0px auto;
	padding: 0px 4px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header-layout {
	width: 760px;
	height: 126px;
	margin: 0px auto;
	padding: 0px;
	}
#header-layout:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#head-logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 101px;
	width: 418px;
}
#head-right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 101px;
	width: 342px;
}
/* ヘッダーメニュー */
#header-menu {
	width: 322px;
	padding: 0px 10px;
	margin: 5px 0px 0px;
	height: 20px;
	text-align: right;
	}
#header-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-menu DIV.menu-item {
	background-image: url(../img/lay9/head-list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #444444;
	padding: 0px 10px 0px 15px;
	font-size: 12px;
	display: block;
	float: right;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:focus,
#header-menu A:visited {
	color: #444444;
	text-decoration: none;
	}

#header-menu A:hover {
	color: #326ee8;
	text-decoration: none;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	width: 740px;
	padding: 0px 10px;
	font-size: 12px;
	color: #FFF;
	height: 25px;
	background-color: #52b2fc !important;
	}
#font-size-wrap {
	padding: 0px 10px;
	height: 26px;
	width: 322px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#font-size-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size {
	list-style-type: none;
	background-image: url(../img/lay9/title_fontchange.gif);
	margin: 0px;
	height: 27px;
	width: 54px;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	padding-top: 0px;
}
#font-size:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size #s {
	padding: 0px;
	float: left;
	height: 26px;
	width: 26px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	border:none;
}
#font-size #l {
	padding: 0px;
	float: left;
	height: 26px;
	width: 26px;
	margin: 0px;
	text-decoration: none;
	border:none;
}
#font-size #s a {
	height: 26px;
	width: 26px;
	background-image: url(../img/lay9/btn_small_ov.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	border:none;
}
#font-size #l a {
	height: 26px;
	width: 26px;
	background-image: url(../img/lay9/btn_large_ov.gif);
	background-repeat: no-repeat;
	display: block;
	border:none;
}
#font-size a:hover img {
	visibility: hidden;
}
/* =========================== */
/* メイン                  */
/* =========================== */
/* 2008.08.08---- gairai/tanto/ --- */
table {
	line-height: 1.4;
}
table.normal {
	clear: both;
	margin: 0 0 20px 0;
	paddind: 0;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}
table.normal th {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #e8f7fb;
	white-space: nowrap;
}
table.normal td {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fff;
}
table.normal td.am {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fbfde0;
	white-space: nowrap;
}

table.normal td.pm {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #e0fde1;
	white-space: nowrap;
}

table.normal td.yoru {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #f0e8fb;
	white-space: nowrap;
}


DIV#main-layout {
	clear: both;
	width: 740px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	}
DIV#main-layout:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
DIV#side-layout {
	float:left;
	width: 200px;
	margin: 0px;
	padding: 35px 0px 0px;
	background-image: url(../img/lay9/sub-menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
DIV#contents-layout {
	float:right;
	width: 530px;
	margin: 0px;
	padding: 0px;
	}

/* =========================== */
/* subメニュー                  */
/* =========================== */			
#sub-menu  {
	width: 200px;
	padding: 0px 0px 25px;
	background-image: url(../img/lay9/sub-menu-04.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
	
#sub-menu DIV.menu-item {
	margin:0px;
	padding:0px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 39px;
	}	
#sub-menu A.text:link,
#sub-menu A.text:visited {
	font-size: 12px;
	color: #464646;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 170px;
	padding: 11px 0px 0px 30px;
	height: 28px;
	_height : 28px;
	text-align: left;
	background-image: url(../img/lay9/sub-menu-03.gif);
	background-repeat: no-repeat;
	}

#sub-menu A.text:active,
#sub-menu A.text:hover {
	background-image: url(../img/lay9/sub-menu-02.gif);
	font-size: 12px;
	color: #326ee8;
	text-decoration: underline;
	background-repeat: no-repeat;
	height: 28px;
	width: 170px;
	padding-top: 11px;
	padding-left: 30px;
	}

#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	background-image: url(../img/lay9/sub-menu-02.gif);
	font-size: 12px;
	color: #326ee8;
	text-decoration: underline;
	background-repeat: no-repeat;
	height: 28px;
	width: 170px;
	padding-top: 11px;
	padding-left: 30px;
	}

/* =========================== */
/* サイドコンテンツ                 */
/* =========================== */
#side-contents {
	width:200px;
	margin: 0px auto;
	padding: 0px 0px 10px;
	}

/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
/* 2008.08.08---- shijo/dock/ --- */
#dockBox {
	margin: 0 0 20px;
	padding: 20px 20px 10px;
	border: 3px solid #d6edfd;
}

#dockBox table {
	line-height: 1.4;
}
#dockBox table.none {
	clear: both;
	margin: 0 0 20px 0;
	paddind: 0;
	border: 0px;
}
#dockBox table.none  th {
	padding: 10px;
	vertical-align: top;
}
#dockBox table.none  td {
	padding: 10px;
	background-color: #fff;
}

ul.square {
	margin: 0;
	padding: 0;
}
ul.square li {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	background: url(../images/list_square.gif) no-repeat 0 0.5em;
}
#mainWrap {
	width: 560px;
	margin: 0 1px;
}
/* ----------------------------------------------------- */
/* List */
/* ----------------------------------------------------- */
ul.arrow li {
	background: url(../images/blue/link_arrow.gif) no-repeat 0 0.3em;
}
ul.square li {
	background: url(../images/blue/list_square.gif) no-repeat 0 0.5em;
}
ul.arrow {
	margin: 0;
	padding: 0;
}
ul.arrow li {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	background: url(../images/link_arrow.gif) no-repeat 0 0.3em;
}
ul.arrow-blue {
	margin: 0;
	padding: 0;
}
ul.arrow-blue li {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	background: url(../images/blue/link_arrow.gif) no-repeat 0 0.3em;
}
ul.arrow-pink {
	margin: 0;
	padding: 0;
}
ul.arrow-pink li {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	background: url(../images/pink/link_arrow.gif) no-repeat 0 0.3em;
}
ul.disc {
	margin: 0 0 15px 15px;
	padding: 0;
}
ul.disc li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: disc;
}
ul.none {
	list-style-type: none;
}
ul.square {
	margin: 0;
	padding: 0;
}
ul.square li {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	background: url(../images/list_square.gif) no-repeat 0 0.5em;
}
.pdfIcon {
min-height:11px;
	margin: 0 0 5px;
	padding: 0 16px 0 0;
	background: url(../images/icon_pdf.gif) no-repeat right center;
}
/* 2008.08.11---- access/bus/ --- */
table {
	line-height: 1.4;
}
table.bus {
	clear: both;
	margin: 0;
	paddind: 0;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}
table.bus th {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #e8f7fb;
}
table.bus td.posCenter {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fff;
	text-align: center;
	font-weight: normal;
}
table.bus td.posCenter2 {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fbfde0;
	text-align: center;
}
/* 2013.01.24---- access/bus/ --- */
table {
	line-height: 1.4;
}
table.bus2 {
	clear: both;
	margin: 0;
	paddind: 0;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}
table.bus2 th {
	padding: 2px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #e8f7fb;
}
table.bus2 td.posCenter {
	padding: 2px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fff;
	text-align: center;
	font-weight: normal;
}
table.bus2 td.posCenter2 {
	padding: 2px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fbfde0;
	text-align: center;
}

#main-contents {
	width:530px;
	padding: 0px 0px 20px;
	}
#main-contents a:link {
	color: #326ee8;
}
#main-contentsa:visited {
	color: #326ee8;
}
#main-contents a:hover {
	color: #444;
}
/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	clear:both;
	width:720px;
	margin: 0px auto;
	padding: 15px 10px 0px;
	background-image: url(../img/lay9/footer_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
DIV#footer-menu {
	text-align: left;
	width: 720px;
	margin: 0px auto 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
DIV#footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer-menu DIV.menu-item {
	font-size: 12px;
	color: #326ee8;
	margin: 0px;
	padding-right: 10px;
	display: block;
	padding-top: 0px;
	padding-left: 12px;
	background-image: url(../img/lay9/head-list.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	float: left;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	color: #0066cc;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}
	#footer-menu A:hover {
	color: #333;
	}

/* フッターコンテンツ領域 */
#footer-contents {
	clear: both;
	margin: 10px auto 0px;
	padding: 0px 0px 10px;
	width: 720px;
	}
/* =========================== */
/* お知らせ一覧パーツ（メインコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section {
	padding: 5px 0px 0px;
	width: 530px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 150px;
	overflow-y:scroll;
	}
#main-contents #topic-headline-section DL {
	padding: 0px 0px 5px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	}
#main-contents #topic-headline-section DL:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 公開日 */

#main-contents #topic-headline-section .date {
	float: left;
	width: 90px;
	padding-left: 15px;
	display: block;
	margin: 0px;
	background-image: url(../img/lay1/head-list.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	}
#main-contents #topic-headline-section .title {
	float: right;
	width: 380px;
	display: block;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}	
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A:link {
	color:#444 !important;
	}
#main-contents #topic-headline-section DT A:visited {
	color:#4444 !important;
	}
#main-contents #topic-headline-section DT A:hover {
	color:#4db2f8 !important;
	}
/* =========================== */
/* お知らせ一覧パーツ（おしらせページ内）  */
/* =========================== */
/* リスト全体 */
#main-contents .h-topi #topic-headline-section {
	padding: 5px 0px 0px;
	width: 530px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 300px;
	overflow-y:scroll;
	}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
	color:#364c88;
	font-size:120%;
	font-weight:bold;
	background-image:url(../img/lay9/h3-2.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left:25px;
	padding-bottom:0px;
	width:497px;
	height: 47px;
	padding-top: 0px;
	vertical-align: middle;
	display: table-cell;
	line-height: 1.3;
	padding-right: 8px;
	}
* html #main-contents h3{/* IE 6 */
	height: 42px;
	padding-top: 5px;
}

*:first-child+html #main-contents h3{/* IE 7 */
height: 42px;
	padding-top: 5px;

}
/* =========================== */
/* ページコンテンツの見出し１         */
/* =========================== */	
#main-contents h4 {
	color:#364c88;
	font-size:14px;
	font-weight:bold;
	background-image:url(../img/lay9/h4.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left:25px;
	padding-bottom:0px;
	width:505px;
	height: 27px;
	padding-top: 8px;
	}
#main-contents h5 {
	background-image:url(../img/lay9/h5.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:#364c88;
	font-size:14px;
	font-weight:bold;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left:20px;
	width:510px;
	}
#main-contents h6 {
	background-image:url(../img/lay9/h6.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left:15px;
	background-position: left 5px;
	}
/* =========================== */
/* サイトマップ                     */
/* =========================== */	
#main-contents #sitemap-section h4{
	background-image:url(../img/lay9/h4.gif);
	background-repeat: no-repeat;
	color:#364c88;
	font-size:14px;
	font-weight:bold;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left:25px;
	padding-bottom:0px;
	width:505px;
	height: 27px;
	padding-top: 8px;
	}
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0px;
	}
#mailform-section DIV.form-layout {
	margin: 0px auto;
	width: 530px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 530px;
	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: 368px;
	text-align: left;
	padding: 8px 8px 0px;
	vertical-align: top;
	background-color: #ffffff;
	}
/* 入力欄（テキストボックス） */
#mailform-section INPUT.input-text {
	width: 340px;
}
/* 入力欄（テキストエリア） */
#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;
	background-color: #FFF;
}
#mailform-section DIV.submitee BUTTON
{
	cursor: pointer;
	width: 55px;
	height: 35px;
	background-image:url(../img/lay9/btn.gif);
	border-width:0px;
	background-repeat: no-repeat;
	margin-top: 10px;
	background-color: #FFF;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}
.pagetop {
	font-size: 90%;
	padding: 0px;
	height: 14px;
	width: 530px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.pagetop:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagetop a {
	background-image: url(../img/lay1/pagetop_arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 10px;
	width: 100px;
	padding-left: 10px;
	float: right;
	color: #444 !important;
	text-decoration: none;
}
.pagetop a:active {
	color: #444 !important;
	text-decoration: none;
}
.pagetop a:visited {
	color: #444 !important;
	text-decoration: none;
}
.pagetop a:hover {
	color: #326ee8 !important;
	text-decoration: none;
}
/* ----------------------------------------------------- */
/* Table */
/* ----------------------------------------------------- */
table.normal th {
	background-color: #e8f7fb;
}

