@charset "utf-8";
/* CSS Document */


/* ------------------------------------------------------------ FontSize[13pxBase]
/* Reset !NoEdit ------------------------------------------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img {
	border-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: url(none) none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
img {
	vertical-align: top;
}
a {
	overflow: hidden;
}

/* Font Base ------------------------------------------------------------------------------ */
body {/* ModernBrowser/MacIE5 */
	font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	*font-size: small;/* WinIE7/6(標準準拠) */
	*font: x-small;/* WinIE5/5.5/6(後方互換) */

}
table {
	font-size: inherit;
	font: 100%;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/* LinkColor ------------------------------------------------------------------------------ */
a:link {
	color: #0066CC;
}
a:visited {
	color: #660000;
}
a:hover, a:focus {
	color: #009900;
}
a:active {
	color: #009900;
}

/* AnotherLinkColor ------------------------------------------------------------------------------ */
a.linkA {
	color: #FFFF33;
}
a.linkA:visited {
	color: #FF0000;
}
a.linkA:hover, a.linkA:focus {
	color: #FFFF00;
}
a.linkA:active {
	color: #FFFF00;
}

/* VAlign Option ------------------------------------------------------------------------------ */
.imgVABtm {
	vertical-align: bottom;
}

/* Note ------------------------------------------------------------------------------ */
.note {
	text-indent: -1em;
	margin-left: 1em;
}

/* Round Box ------------------------------------------------------------------------------ */
.roundBox {
	width: 600px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.roundCap {
	font-size: 0%;
	line-height: 0;
}

/* ClearBoth ------------------------------------------------------------------------------ */
.clearboth {
	clear: both;
}

/* ClearFix ------------------------------------------------------------------------------ */
.clearfix:after {
	content: url(../img_common/s.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/* MacIE \*//*/
.clearfix {
	overflow: hidden;
}
/* */

/* ClearPreview ------------------------------------------------------------------------------ */
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

/* FontSizeClass ------------------------------------------------------------------------------ */
.t8 {font-size: 62%;}
.t9 {font-size: 69.3%;}
.t10 {font-size: 77%;}
.t11 {font-size: 85%;}
.t12 {font-size: 93%;}
.t13 {font-size: 100%;}
.t14 {font-size: 108%;}
.t15 {font-size: 116%;}
.t16 {font-size: 123.1%;}
.t17 {font-size: 131%;}
.t18 {font-size: 138.5%;}
.t19 {font-size: 146.5%;}
.t20 {font-size: 153.9%;}

/* ------------------------------------------------------------------------------
 共通部分
------------------------------------------------------------------------------ */
body{
	background-image: url(../img_common/body_bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

#wrap {
	font-size: 108%;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	color: #333;
	background-color:#FFF;
	padding-bottom: 20px;
	line-height:160%;
}
#logo{
	width:314px;
	float: left;
}
#headInfo {
	float: right;
}

#pageBody {
	width: 898px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
	margin-right: auto;
	margin-left: auto;
}

#GlobalMenu li,#subMenu li{
	float: left;
}

#contents{
	background-image: url(../img_common/side_bg.jpg);
	background-repeat: repeat;
}

#sideBg {
	width: 270px;
	float: left;
	text-align: center;
}

#sideBox {
	width: 250px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#sideBg dl{
	font-size: 0%;
	line-height: 0;
}

#sideMenuTit{
	padding-top:15px;
}

#main {
	float: right;
	width: 608px;
	padding-right: 5px;
}

ul#pankuzu li {
	float: left;
}

ul#pankuzu a {
	text-decoration: none;
	color: #FF9900;
}

ul#pankuzu a:hover {
	text-decoration: underline;
	color: #FF9900;
}

ul #pan01 {
	background-image: url(../img_common/pan_icon01.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
	color: #FF9900;
}

ul .pan02 {
	color: #FF9900;
	background-image: url(../img_common/pan_icon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 10px;
}

.contBrand {
	margin-bottom: 30px;
}

.marTop15{
	margin-top:15px;
}

ul#sBtn {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 600px;
}

ul#sBtn li {
	float: left;
	font-size: 13px;
	line-height: 22px;
}

#sBtn a {
	display: block;
	width:163px;
	text-decoration:none;
}

ul#sBtn a.sbtn01 {
	color: #FFFFFF;
	background-image: url(../img_common/sbtn_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	width: 163px;
	height: 22px;
	margin-bottom: 10px;
}

ul#sBtn a.sbtn01Center {
	color: #FFFFFF;
	background-image: url(../img_common/sbtn_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	width: 163px;
	margin-right: 10px;
	margin-left: 10px;
	height: 22px;
	margin-bottom: 10px;
}

ul#sBtn a.sbtn02{
	color: #FFFFFF;
	background-image: url(../img_common/sbtn_bg02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	width: 270px;
	height: 22px;
	margin-bottom: 10px;
	padding-top: 3px;
}

ul#sBtn a.sbtn02Center {
color: #FFFFFF;
background-image: url(../img_common/sbtn_bg02.jpg);
background-repeat: no-repeat;
background-position: left center;
padding-left: 30px;
width: 270px;
height: 22px;
margin-bottom: 10px;
padding-top: 3px;
}
.paddTop8{
	padding-top:8px;
}
.pageTop{
	text-align:right;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-top: 30px;
}

#main .pageTop a{
	font-size: 12px;
	color: #428842;
}

#footMenu{
	width:898px;
	text-align:right;
	background-image: url(../img_common/foot_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
}

#pageBody #foot #footMenu a {
	color: #666;
	text-decoration: none;
}
#pageBody #foot #footMenu a:hover{
	color: #666;
	text-decoration: underline;
}

#footLogo {
	float: left;
}

#footAdd {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
#copy {
	float: right;
}

/* ------------------------------------------------------------------------------
トップページ
------------------------------------------------------------------------------ */
#swf {
	height: 172px;
	width: 898px;
	text-align: center;
}
#noSwf {
	padding-top: 30px;
}
#noSwfTxt {
	padding-top:30px;
	padding-bottom: 20px;
}
dl#topNews  {
	line-height: 2em;
}
#topNews dd {
	padding-left: 195px;
	margin-top: -2em;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#topNews dt {
	padding-left: 30px;
	background-image: url(../img/date_icon.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.topNewIcon {
	background-image: url(../img/new_icon.gif);
	background-repeat: no-repeat;
	background-position: 150px 8px;
}

#topBana .topBanaLeft {
	float: left;
}
#topBana {
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#topBana .topBanaLeftCenter {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#topNews {
	width: 600px;
	padding-bottom: 15px;
}
.marBtm20{
	margin-bottom:20px;
}

/* ------------------------------------------------------------------------------
理事長・院長挨拶
------------------------------------------------------------------------------ */
.pageTitS {
	padding-bottom: 10px;
}
.pageTitR {
	padding-bottom: 20px;
}
dl .greeImg {
	float: right;
	padding-left: 15px;
	padding-bottom: 30px;
	padding-right: 15px;
}
dl .GreeTxt {
	padding-left: 30px;
	line-height: 190%;
	padding-right: 15px;
}
dl #greeMame {
	text-align: right;
	margin-bottom: 30px;
	padding-right: 15px;
}


/*表デザイン（緑）　ここから*/
table.tableStyle01{
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #859F26;
}

.tableStyle01 th{
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-bottom: 10px;
	background-color: #F4F9E6;
	padding-left: 20px;
	color: #859F26;
}

.tableStyle01 td{
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 5px;
	line-height: 180%;
}
/*表デザイン（緑）　ここまで*/

.marBtm40 {
	margin-bottom: 40px;
}
table .Th70 {
	width: 70px;
}

/* ------------------------------------------------------------------------------
 病院概要
------------------------------------------------------------------------------ */
#outEx {
	text-align: right;
	font-size:93%;
	padding-right: 15px;
	padding-top: 5px;
}
.tableStyle01 .Th80 {
	width: 80px;
}
dl#ideaBox {
	width: 571px;
	margin-right: auto;
	margin-left: auto;
}
#ideaBox .ideaImg {
	float: right;
	width: 245px;
	text-align: right;
	margin-bottom: 20px;
}
#ideaBox .ideaTxt {
	float: left;
	width: 310px;
	padding-left: 10px;
	line-height: 160%;
}
#ideaBox .ideaBoxTit {
	margin-bottom: 20px;
}
ol#ideaPolicy li {
	background-position: left 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
}
ol#ideaPolicy li#no1 {
	background-image: url(../idea/img/no1.gif);
}
ol#ideaPolicy li#no2 {
	background-image: url(../idea/img/no2.gif);
}
ol#ideaPolicy li#no3 {
	background-image: url(../idea/img/no3.gif);
}
ol#ideaPolicy li#no4 {
	background-image: url(../idea/img/no4.gif);
}

ol#ideaPolicy {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-top: 1px;
	width: 560px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-right-color: #FFEACA;
	border-bottom-color: #FFEACA;
	border-left-color: #FFEACA;
	background-color: #FFFEE9;
	margin-right: auto;
	margin-left: auto;
}

ol#ideaPolicy li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-top: 5px;
	line-height: 160%;
	margin-right: 20px;
	margin-left: 20px;
}


/* ------------------------------------------------------------------------------
アクセス
------------------------------------------------------------------------------ */
.kijiArea {
	width: 580px;
	padding-bottom: 30px;
	padding-left: 15px;
}
/*共通で使用　ここから*/
dl.ssTitArea dt {
	padding-bottom: 3px;
}
dl.ssTitArea dd {
	padding-bottom: 20px;
	padding-left: 20px;
}
/*共通で使用　ここまで*/
#accBtn {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#accBtn #accBtnLeft {
	margin-right: 45px;
}
#accRoute01 {
	background-image: url(../access/img/no1.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 35px;
	width: 220px;
	padding-top: 5px;
	height: 75px;
}
#accRoute02 {
	background-image: url(../access/img/no2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 35px;
	width: 220px;
	padding-top: 5px;
	height: 75px;
}
#accRoute03 {
	background-image: url(../access/img/no3.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 35px;
	width: 220px;
	padding-top: 5px;
	height: 75px;
}
#accRoute04 {
	background-image: url(../access/img/no4.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 35px;
	width: 220px;
	padding-top: 5px;
	height: 75px;
}
.flowL {
	float: left;
}

.flowR {
	float: right;
}
#accArrow {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 120px;
}
.paddBtm15 {
	padding-bottom: 15px;
}
.paddTop15 {
	padding-top: 15px;
}
.accMapTable{
width:580px;
padding-left:15px;
background-color:#E3E4EC;
margin-left: 10px;
}
.accMapTable th{
width:55px;
height:50px;
padding-left:20px;
vertical-align: middle;
}
.accMapBg{
	background-color:#FFFFFF;
}
.accMapIcon{
padding-left:20px;
padding-top: 3px;
padding-bottom: 3px;
}
.allmapTxt {
	text-align:right;
	font-size:93%;
	padding-top:5px;
}
#accEX{
	text-align:right;
	margin-bottom:20px;
}

/* ------------------------------------------------------------------------------
サイトマップ (「リンク」ページも一部使用)
------------------------------------------------------------------------------ */
dl#siteLeft ,dl#siteMapLeft{
	float: left;
	width: 241px;
	padding-left: 30px;
}
dl#siteRight {
	float: right;
	width: 241px;
	padding-right: 30px;
}

dl#siteLeft dd dl dd , dl#siteRight dd  ,dl#siteMapLeft dd{
	background-image: url(../img_common/sstit_icon.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	margin-left: 20px;
	padding-bottom: 12px;
}



dl#siteLeft dt,dl#siteRight dt,dl#siteMapLeft dt{
	padding-bottom: 8px;
}

.siteTit01 {
	padding-bottom: 8px;
	padding-top:36px
}
.siteTit02 {
	padding-bottom: 8px;
	padding-top:70px
}
.siteTit03 {
	padding-bottom: 8px;
	padding-top:105px
}


/* ------------------------------------------------------------------------------
入院のご案内
------------------------------------------------------------------------------ */
.photoList li {
	float: left;
	width: 260px;
	display: inline;
	padding-left: 30px;
	height: 280px;
}
.photoList {
	margin-top: 30px;
}
.PDFroundBox {
	background: url(../in/img/pdf_bg.gif) repeat-y;
	width: 486px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.PDFroundBox .pdfIcon {
	float: left;
	margin-right: 20px;
}
.PDFroundBox .pdfText {
	float: left;
	margin-right: 20px;
}
.PDFroundBox dl dt {
	font-weight: bold;
	color: #999;
	margin-bottom: 10px;
}
.PDFroundBox dl {
	margin-left: 20px;
}
.QAroundBox .QAroundTop {
	background: url(../img_common/qa_top.jpg) no-repeat left top;
	height: 40px;
	width: 503px;
	padding-top: 40px;
	padding-left: 70px;
	font-weight: bold;
	color: #F27F00;
}
.QAroundBox .QAroundTopSec {
	background: url(../img_common/qa_top.jpg) no-repeat left top;
	height: 55px;
	width: 503px;
	padding-top: 25px;
	padding-left: 70px;
	font-weight: bold;
	color: #F27F00;
}
.QAroundBox {
	background: url(../img_common/qa_bg.jpg) repeat-y left top;
	width: 573px;
	margin-top: 20px;
	margin-left: 20px;
}
.QAroundBox .QAAnswerBox {
	background: url(../img_common/answer_bg.jpg) no-repeat left top;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 70px;
}

/*病棟表デザイン　ここから*/
.tableStyle02{
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A7C531;
}
.tableStyle02U{
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A7C531;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A7C531;
	padding:4px 0px;
}
#tableStyle02Top{
	width:540px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A7C531;
	padding-left: 30px;
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	padding-top: 5px;
	
}
.tableStyle02 th{
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.tableStyle02 td{
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-right: 10px;
	line-height: 180%;
}
.tableStyle02UW{
	width:180px;
	padding-left: 10px;
}


.tableStyle02 .bg5f{
	background-color:#E8F4FF;
}
.tableStyle02 .bg4f{
	background-color:#FFFFBB;
}
.tableStyle02 .bg3f{
	background-color:#E6FFD9;
}
.tableStyle02 .bg2f{
	background-color:#FFECE1;
}
.tableStyle02 .bg1f{
	background-color:#FFE8FF;
}
.tableStyle02 .bgLF{
	background-color:#F2F2F2;
}
.tableStyle02 .TD150{
	width:150px;
}
.tableStyle02 .TD180{
	width:180px;
}
.marBtm10{
	margin-bottom:10px;
}

/*病棟表デザイン　ここまで*/
.paddTop30{
	padding-top:30px;
}
.inBring li{
list-style-type: disc;
list-style-position: inside;
}
.inPadd{
	padding-left:70px;
}
/*表デザイン（外来担当医紹介）　ここから*/
table.tableStyle07{
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #598BAC;
}

.tableStyle07 th{
background-image: url(../img_common/table_bar.gif);
background-repeat: no-repeat;
background-position: left bottom;
padding-top: 2px;
padding-bottom: 5px;
background-color: #EFF4F8;
padding-left: 30px;
color: #598BAC;
}

.tableStyle07 td{
background-image: url(../img_common/table_bar.gif);
background-repeat: no-repeat;
background-position: left bottom;
padding-top: 2px;
padding-bottom: 5px;
padding-left: 30px;
padding-right: 5px;
line-height: 180%;
}

/*表デザイン（外来担当医紹介）　ここまで*/



/* ------------------------------------------------------------------------------
新着情報
---------------------------------------------*/
h3#newsStit{
	margin-bottom: 20px;
}
.newsBox{
	background-image: url(../news/img/box_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 600px;
	margin-bottom: 28px;
	line-height: 140%;
}

.newsBox h4{
	font-weight: bold;
	color: #488D45;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.newsBox p{
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
}
.newsBox p.newsDate{
	text-align: right;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-left: 0px;
}


/* ------------------------------------------------------------------------------
当院のお食事について
------------------------------------------------------------------------------ */

.mealMemoBox {
	width: 573px;
	background: url(../meal/img/memo_bg.jpg) repeat-y left top;
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mealMemoBox p {
	padding-right: 20px;
	padding-left: 40px;
	margin: 10px;
	background-image: url(../meal/img/note_icon.gif);
	background-repeat: no-repeat;
	background-position: 20px 4px;
}
.mealListA .mealText {
	float: left;
	width: 320px;
}
.mealListA .mealPhoto {
	float: right;
	width: 230px;
}
.mealListB .mealText {
	float: right;
	width: 320px;
}
.mealListB .mealPhoto {
	float: left;
	width: 230px;
}
.mealListA {
	width: 580px;
}
.mealListB {
	width: 580px;
}
.mealLine {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mealListA dt {
	padding-bottom: 5px;
}
.mealListB dt {
	padding-bottom: 5px;
}
.paddBtm5{
	padding-bottom:5px;
}
/* ------------------------------------------------------------------------------
治験について
------------------------------------------------------------------------------ */
.trialList li {
background-image: url(../img_common/sstit_icon.gif);
background-repeat: no-repeat;
background-position: left 3px;
padding-left: 20px;
margin-left: 20px;
padding-bottom: 12px;
}
ul.trialList .triPdfImg{
	padding-top: -30px;
}
/* ------------------------------------------------------------------------------
デイケアのご案内
------------------------------------------------------------------------------ */
#dcDayTit {
	float: left;
	width: 350px;
	padding-bottom: 10px;
}
.dcDaySent{
	float: right;
	width: 350px;
}#dcDayImg {
	float: right;
	width: 230px;
	text-align: right;
}
.dcDayBox01 {
	width: 580px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.dcRoundBox {
	width: 584px;
	background-image: url(../dc/img/memo_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-top: 10px;
}
.dcRoundTxt{
	padding:10px 40px;
	padding-bottom: 4px;
	background-repeat: repeat-x;
}
#conDayTit {
	float: right;
	width: 350px;
	padding-bottom: 10px;
}
#conDaySent{
	float: right;
	width: 230px;
	text-align: right;
}
#conDayImg {
	float: left;
	width: 230px;
	
}
.dcRoundRink{
	font-size:93%;
	text-align:right;
	padding-right:40px;
}
#dcFlowBg {
	background-image: url(../dc/img/flow_bg.jpg);
	background-position: left center;
	height: 40px;
	width: 543px;
	padding-left: 30px;
	background-repeat: no-repeat;
}
.dcFlowBg {
	background-image: url(../dc/img/time_bg.jpg);
	background-position: left top;
	width: 573px;
	padding-left: 30px;
	background-repeat: repeat-y;
}
.dcTimeRoundBox {
	width: 600px;
	background-image: url(../dc/img/time_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 15px;
	margin-bottom: 30px;
}
.dcTimeTxt {
	margin-left: 70px;
	padding-bottom: 10px;
}
ul.dcTimeTxt li {
	background-image: url(../dc/img/time_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
/*表デザイン（デイケアプログラム）　ここから*/
table.tableStyle04{
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #859F26;
}

.tableStyle04 th{
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-bottom: 10px;
	background-color: #F4F9E6;
	color: #859F26;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.tableStyle04 td{
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 180%;
	text-align: left;
	vertical-align: text-top;
	font-size: 93%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.tableStyle04 td.noBoder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.tableStyle04 th.noBoder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}
.bgYellow{
	background-color:#FDF7D5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}
/*表デザイン（デイケアプログラム）　ここまで*/

#dcTableEx {
	text-align: right;
	width: 570px;
	font-size: 93%;
	margin-left: 20px;
	padding-top: 2px;
}
.dcRoundBox02 {
	width: 573px;
	background-image: url(../dc/img/memo_bg02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 20px;
	margin-bottom: 30px;
}
.dcMemoLH{
	line-height:140%;
}


.DcQAroundBox .DcQAroundTop {
	width: 513px;
	padding-top: 40px;
	font-weight: bold;
	color: #EB528B;
	background-image: url(../dc/img/qa_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	height: 30px;
}
.DcQAroundBox .QAroundTopSec {
	background: url(../img_common/qa_top.jpg) no-repeat left top;
	height: 55px;
	width: 503px;
	padding-top: 25px;
	padding-left: 70px;
	font-weight: bold;
	color: #F27F00;
}
.DcQAroundBox {
	width: 583px;
	margin-top: 20px;
	margin-left: 20px;
	background-image: url(../dc/img/qa_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.DcQAroundBox .DcQAAnswerBox {
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 80px;
	background-image: url(../dc/img/answer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*表デザイン（誕生会レクリエーション）　ここから*/
table.tableStyle05{
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #859F26;
	
}

.tableStyle05 th{
	padding-top: 7px;
	padding-bottom: 10px;
	background-color: #DFEC97;
	text-align: center;
}

.tableStyle05 td{
	line-height: 180%;
	text-align: left;
	vertical-align: text-top;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
}
.bgGreen{
	background-color:#F7FAE2;
	}

.bgGreen02{
	background-color:#DFEC97;
	}

th.dcYear{
	background-color:#FDF7D5;
	color: #FF6600;
	vertical-align:middle;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 40px;
}

th.dcYear02{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#dcTableLast{
	padding-left:3px;
}
/*表デザイン（誕生会レクリエーション）　ここまで*/
#rec{
	padding:30px 0;
}

/* ------------------------------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------------------------ */

.priTopTxt {
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.priTxt dt {
	background-image: url(../img_common/sstit_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #529F4D;
	font-weight: bold;
	padding-bottom: 3px;
}
.priTxt dd {
	padding-left: 20px;
	margin-bottom: 15px;
}
.priEx {
	text-align: right;
}

/* ------------------------------------------------------------------------------
リンク
------------------------------------------------------------------------------ */
.siteTitTop{
	margin-bottom:20px;
}
dl.linkNoIcon dd{
	background-image: none;
}

/* ------------------------------------------------------------------------------
求人情報
------------------------------------------------------------------------------ */

/*表デザイン（青）　ここから*/
table.tableStyle03{
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #598BAC;
}

.tableStyle03 th{
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-bottom: 10px;
	background-color: #EFF4F8;
	padding-left: 30px;
	color: #598BAC;
}

.tableStyle03 td{
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 5px;
	line-height: 180%;
}
.jobTh{
	width:120px;
}
/*表デザイン（青）　ここまで*/

.jobTel {
	margin-bottom: 10px;
}
.jobNote {
	font-size: 85%;
	line-height: 1.2;
	padding-top:10px;
	padding-left: 10px;
	width:570px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
}
.marBtm40{
	margin-bottom:40px;
}

/* ------------------------------------------------------------------------------
各部門について
------------------------------------------------------------------------------ */
.sectionList {
	width: 570px;
	margin-left: 15px;
	margin-top: 10px;
}
.sectionList dt {
	margin-bottom: 5px;
}
.sectionList .sectionTxt {
	float: left;
	width: 320px;
}
.sectionList .sectionPhoto {
	float: right;
	width: 230px;
}
.sectionList .sectionTxt .sectionMgr {
	text-align: right;
}
.sctionLine {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------------
各種相談
------------------------------------------------------------------------------ */
.consultBox {
	background: url(../consult/img/box_bg.gif) repeat-y left top;
	margin-top: 10px;
	margin-bottom: 30px;
}
.consultBox2 {
	background: url(../consult/img/mbox_bg.gif) repeat-y left top;
	margin-left: 20px;
	width: 486px;
}
.consultTextL {
	float: left;
	width: 370px;
}
.consultImgR {
	float: right;
}
.consulMemoTxt{
	padding-left:30px;
	padding-right: 30px;
}
.consulMemoTxt02{
	padding-left:30px;
}
.consultImgR02 {
	float: right;
	width:140px;
}
.consultBoxLeft{
	padding-left:40px;
	width: 330px;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.consultBoxLeft li {
	background-image: url(../consult/img/mbox_icon.gif);
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	margin-bottom: 3px;
}
.consultBoxIm{
	float:right;
}
.consulOldTxt{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.consulOldTxtR{
	width: 360px;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
}

.consulOldImgL{
	float:left;
}
#consultBtn {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.counsulSStit{
	padding:20px 0 10px 0;
}
.counsulImgR{
	float:right;
}
.counsulTxtL{
	float:left;
	width: 390px;
}
.consultBoxImg {
	float: left;
	padding-top: 20px;
}

/* ------------------------------------------------------------------------------
医療相談
------------------------------------------------------------------------------ */
.conS_pdf{
	padding-bottom: 10px;
}
.conEx li {
	list-style-position: inside;
	list-style-type: disc;
}
.conPdf {
	padding-top:15px;
}
#cpnPdfStit li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 30px;
}
#conNote{
	padding-top:15px;
	text-indent: -1em;
	margin-left: 1em;
}

/* ------------------------------------------------------------------------------
外来のご案内
------------------------------------------------------------------------------ */
.inTxtGray {
	font-weight: bold;
	color: #8B8B8B;
	padding-bottom: 10px;
}
.InRoundBox {
	width: 486px;
	background-image: url(../out/img/telbox_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
.inInfo {
	padding-left: 90px;
	font-weight: bold;
	color: #416579;
}
.inInfoEx {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
ul.inIcon li {
	background-image: url(../img_common/sstit_icon.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-left: 30px;
	padding-bottom: 5px;
}
.inIcon {
	padding-bottom: 20px;
}
.kijiArea #tel .inInfo dt {
float: left;
}
.kijiArea #tel .inInfo dd {
padding-left: 110px;
}
.kijiArea #tel .inInfo .inInfoCB {
float: none;
}

/*表デザイン（外来診療担当医表）　ここから*/
table.tableStyle06{
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #859F26;
}

.tableStyle06 th{
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-bottom: 10px;
	background-color: #F4F9E6;
	color: #859F26;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
}

.tableStyle06 td{
	background-image: url(../img_common/table_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 180%;
	text-align: left;
	vertical-align: text-top;
	font-size: 93%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.tableStyle06 td.noBoder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.tableStyle06 th.noBoder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}
.tableStyle06 th.bgOrange{
	background-color:#FCE2C3;
	padding:7px 5px 0 5px;
	color:#333;
}

/*表デザイン（外来診療担当医表）　ここまで*/
.marTop20{
	margin-top:20px;
}

.inDoctior{
	width:100px;
}
.marTop30{
	margin-top:30px;
}
.PageTitW{
	padding-top:30px;
	padding-bottom:20px;
}

