@charset "utf-8";

/* CSS Document */

body  {
	font: 12px "ＭＳ ゴシック",Osaka, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	/* text-align: center; これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	text-align: left;/*ので、今回はとりあえず左寄せにしようと思います*/
	color: #333333;
	line-height:1.8em;
	background:#CCCCCC url(../img/body_bk1.jpg) repeat-y;
}
dl,dt,dd,h1,h2,h3,h4,p,ul,li,table,th,td,a,img{
	margin:0px;
	padding:0px;
	}
h1,h2,h3,h4,h5,h6,th {
 font-style: normal;
 font-weight: normal;
 font-size: 1.0em; }

img{
	border:none;
	}
	
#header{
	background:url(../img/head_bg.jpg) repeat-x;
	height:120px;
	width:910px;
	text-align:right;
	}
#header h1{
	float:left;
	padding:none;
	margin-bottom:none;
	}
#header .e-logo {
	padding-top:13px;
	padding-right:13px;
	margin-bottom:50px;
	}
#header .navi {
	margin-right:10px;
	}
#header .navi li {
	list-style-type:none;
	/*border-right:2px #669966 solid;
	padding:0px 5px;
	font-family:"A-OTF-Jun501Pro-Light.otf","A-OTF じゅん Pro 501","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	color:#669966;
	font-size:1.2em;*/
	float:right;
		}
#header .navi .last {
	border:none;
		}

#header .navi li a{	text-decoration:none;	color:#669966;}
#header .navi li a:hover{	text-decoration:underline;	color:#669966;}
#leftmenu{
	width:180px;
	float:left;
	}
.menu{
	line-height:0;
	margin-bottom:6px;
	}
.menu li{
	list-style-type:none;
	font-size:0px;/*IEで隙間を消す*/
		}	
.sidebanner{
	margin:10px 0px;
	}
.sidelink{
	padding-left:12px;
}
.sidelink li{
	list-style-type:none;
	padding-left:14px;
	background:url(../img/list_top.jpg) left 5px no-repeat;
	}
.sidelink li a{	text-decoration:none;	color:#333333;}
.sidelink li a:hover{	text-decoration:underline;	color:#669966;}	
#maincontents{
	float:left;
	width:900px;
}
.left{
	float:left;
	}
.left200{
	float:left;
	width:200px;
	padding-left:15px;
	}
.left_m20{
	margin-left:20px;
	}
.right{
	float:right;
	}
.gototop{
	text-align:right;
	float:right;
	margin:5px 0px;
	clear:both;
	}
.center{
	text-align:center;
	margin:0 auto;
	}
.orange_border{
	border: 2px dotted #FF6600;
	margin-left:20px;
	margin-top:50px;
	padding:8px;
	}	
#main{
	margin-left:20px;
	float:right;
	width:700px;
}
#main h2{
	margin-left:0px;
	margin-top:30px;
	padding-bottom:10px;
	width:700px;
	}
#main h3{
	margin-bottom:15px;	
	}
/*各施設見出し*/
#main .sanyo{
	background:url(../sanyo/img/head_image02.jpg) right bottom no-repeat;
	margin-left:25px;
	margin-top:30px;
	padding-bottom:10px;
	width:650px;
	}
#main .nakajima{
	background:url(../nakajima/img/head_image2.jpg) right bottom no-repeat;
	margin-left:25px;
	margin-top:30px;
	padding-bottom:10px;
	width:650px;
	}
#main .kuwano{
	background:url(../kuwano/img/head_image2.jpg) right bottom no-repeat;
	margin-left:25px;
	margin-top:30px;
	padding-bottom:10px;
	width:650px;
	}
#main .home_support{
	background:url(../home_support/img/head_image2.jpg) right bottom no-repeat;
	margin-left:25px;
	margin-top:30px;
	padding-bottom:10px;
	width:650px;
	}
#main .fujisakien{
	background:url(../fujisakien/img/head_image2.jpg) right bottom no-repeat;
	margin-left:25px;
	margin-top:30px;
	padding-bottom:10px;
	width:650px;
	}
#main .day_care{
	background:url(../day_care/img/head_image2.jpg) right bottom no-repeat;
	margin-left:25px;
	margin-top:30px;
	padding-bottom:10px;
	width:650px;
	}
/*　ここまで　*/


#main p{
	width:520px;
	margin-top:5px;
	}
#main p img{
	margin:5px;
	}
#main p.wide{
	width:640px;
	margin-top:5px;
	margin-left:30px;
	}
.submenu{
	background:url(../img/submenu_bg.jpg) repeat;
	width:700px;
	height:25px;
	text-align:center;
}
.submenu ul{
	padding-top:3px;
	list-style-type:none;
	text-align:center;
	float:center;
	}
.submenu li{
	padding: 5px;
	border-right:#FF9900 1px solid;
	display:inline;
	}
.submenu .last {
	border:none;
		}

.submenu a {color: #FD5700; text-decoration: none; font-weight:bold;}
.submenu a:link {color: #FD5700; text-decoration: none; font-weight:bold;}
.submenu a:visited {	color: #FD5700; text-decoration: none; font-weight:bold;}
.submenu a:hover {color: #249c26; text-decoration: underline; font-weight:bold; }
/*トップページのみ*/
.topbanner{
	margin:10px 0px;
	}
	
.topinfo{
	float:left;
	margin-top:10px;
	width:450px;
	}
#main .topinfo h2{
	background:#CDEA80 url(../img/h_bg.jpg) repeat-x;
	height:18px;
	width:450px;
	text-align:center;
	vertical-align:middle;
	color:#1D5C2E;
	font-size:1.2em;
	font-weight:bold;
	margin-left:0px;
	margin-top:0px;
	padding-bottom:0px;
	}
.topinfo dl{
	margin:8px 0px;
	padding:0px 5px;

}
.topinfo dt.line2{
	float:left;
	line-height:1.8em;
	margin-right:1.2em;
	padding-left:5px;
	vertical-align:middle;
	border-bottom:#ffffff solid 1px;
	}
.topinfo dt{
	float:left;
	line-height:1.8em;
	margin-right:1.2em;
	padding-left:5px;
	vertical-align:middle;
	border-bottom:#666666 solid 1px;
	}
.topinfo dd{
	line-height:1.8em;
	vertical-align:middle;
	border-bottom:#666666 solid 1px;
	}

.topcolumn{
	float:right;
	margin-top:10px;
	width:230px;
	}
#main .topcolumn h2{
	background:url(../img/h_bg2.jpg) repeat-x;
	height:18px;
	width:230px;
	text-align:center;
	vertical-align:middle;
	color:#FD7600;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:0px;
	margin-top:0px;
	padding-bottom:0px;
}
/*トップここまで*/
/*良友会概要*/
.history{
	text-align:center;
	margin-top:20px;
	margin-left:20px;
	}
.history th{
	text-align:right;
	vertical-align:top;
	padding-left:5px;
	border-bottom: 2px #669966 dotted;
	}	
.history td{
	text-align:left;
	padding-left:15px;
	border-bottom: 2px #669966 dotted;
	}
.principle ,.purpose{
	width:650px;
	margin:0px 20px;
	}
.principle th{
	width:60px;
	vertical-align:top;
	}
.principle td{
	width:530px;
	vertical-align:top;
	}
.purpose th{
	vertical-align:top;
	width:50px;
	text-align:center;
	}	
.purpose td{
	width:600px;
	vertical-align:top;
	}	
/*良友会概要ここまで*/
/*お知らせ*/
.news {
	text-align:center;
	margin-top:20px;
	margin-left:20px;
	width:620px;
	}
.news th{
	text-align:left;
	width:80px;
	vertical-align:top;
	padding-left:5px;
	line-height:2.3em;
	border-bottom: dotted 2px #669966;
}
.news td {
	text-align:left;
	width:100%;
	border-bottom: dotted 2px #669966;
/*	background:url(../img/news_g.gif) 5px 8px no-repeat;*/
	padding-left: 20px;
	line-height:2.3em;
	font-size: 100%;
}
.news dl{
	margin-left:20px;
	}
.news dt{
	float:left;
	padding: 2px 10px;
	margin-bottom:1px;
	margin-right:10px;
	background-color:#FFF0E1;
	}
.news dd{
	margin-bottom:1px;
	padding: 2px 10px;
	}
	
/*求人情報*/
.recruit{
	text-align:center;
	}
.recruit h3{
	margin-top:25px;
	}	
.recruit table{
	border:none;
	width:700px;
	}
.recruit .topbanner td{
	width:50%;
	}
.recruit .recruitment table{
	border-collapse:separate;
	margin-left:80px;
	width:560px;
	}
.recruitment th{
	text-align:left;
	vertical-align:top;
	}
.recruitment td{
	text-align:left;
	line-height:1.2em;
	padding-left:4px;
	padding-top:4px;
	}	
.recruit .recruitment_mini table{
	border-collapse:separate;
	margin-left:130px;
	width:460px;
	}
.recruitment_mini th{
	text-align:left;
	width:91px;
	vertical-align:top;
	}
.recruitment_mini td{
	text-align:left;
	line-height:1.2em;
	padding-left:4px;
	padding-top:4px;
	}	
/*求人情報ここまで*/
/*新卒エントリー*/
.inquiry_1{
	background-color:#C0E2F3;
	border-left:1px solid #000;
	border-top:1px solid #000;
	padding:8px;
	}
.inquiry_2{
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-left:1px solid #000;
	padding:8px;
	}	
.inquiry_3{
	background-color:#FEF0B1;
	border:1px solid #000;
	text-align:center;
	padding:10px;
}
/*医師紹介*/
dl.doctor {
    margin:0px;
    padding:0px;
    float:left;
	width:700px;
}
dl.doctor dt{
    margin:0px;
    padding-left:5px;
	width:680px;
	border-bottom:2px dotted #3C6;
	font-weight:bold;
	font-size:1.2em;
	}
.doctor .photo{
	float:left;
	width:150px;
	margin:10px 10px 30px 10px;
	}
	
dl.colophon {
	margin-bottom:50px;
	margin-top:10px;
}
.doctor .colophon dt{
	float:left;	
	background:none;
	font-weight:normal;
	border:none;
	width:90px;
	font-size:1.0em;
	line-height:1.6em;
}
dl.colophon ul{
	margin-left:280px;
}
dl.doctor dd dl.colophon dd ul li{
	font-size:1.0em;
	line-height:1.6em;
}


/*広報誌*/
dl.oasis {
    margin:0px;
    padding:0px;
    float:left;
	width:700px;
    font-size:14px;
}
dt.oasis{
    margin:0px;
    padding:0px;
	float:left;
}
.oasis .small_gray{
	margin-left:30px;
	color:#666666;
	font-size:12px;
	line-height:14px;
	float:left;
	}
.oasis .caption{
	margin-top:20px;
	margin-left:280px;
	font-size:0.9em;
	line-height:1.2em;	
}
/*リンク*/

.link2{
	text-align:center;
	margin-top:20px;
	margin-left:20px;
	width:650px;
	}
.link2 th{
	text-align:left;
	vertical-align:top;
	padding-left:5px;
	width:150px;
	line-height:2.8em;
	border-bottom: 2px #666666 dotted;
	}	
.link2 td{
	text-align:left;
	padding-left:15px;
	line-height:1.6em;
	border-bottom: 2px #666666 dotted;
	}
	
.link{
	text-align:center;
	margin-top:20px;
	margin-left:20px;
	width:650px;
	}
.link td{
	width:650px;
	text-align:left;
	padding-left:5px;
	line-height:2.8em;
	border-bottom: 2px #666666 dotted;
	}
/*個人情報保護方針*/		
.center_text{
	margin-right:200px;
	text-align:right;
	}
	
/*サイトマップ*/
dl.sitemap dt{
	margin-top: 2em;
	width: 600px;
	border-bottom: dotted 2px #ff8800;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 119%;
	font-weight: bold;
	color: #360;
}
dl.sitemap dd {
  margin-left: 0;
}

dl.sitemap dd ul {
  margin: 0.7em 0;
}

dl.sitemap dd ul li {
  margin-left: 50px;
	color: #990;
}	

/*ここまで*/	

/*各施設*/

.facility{
	width:533px;
	margin-left:85px;
	text-align:left;
	}
.facility h3 img{
	margin-top:25px;
	clear:both;
	}
.facility h4{
 	margin-top:15px;
	margin-bottom:5px;
	margin-left:10px;
	}	

.facility .local,.facility .local ul{
	padding-left:15px;
	font-weight:bold;
	}
.facility li{
	list-style-type:none;
}
.facility p,.facility dl{
	padding-left:15px;
	}
.facility .outline{
	margin-left:10px;
	padding-left:10px;
	border-left:#FFD3AB 10px solid;
	}
.facility .info table{
	margin: 0.2em auto;
    border-collapse: separate;
	border-spacing: 1px;
	text-align:center;
	}
.info .table_1{
	background-color:#EBD8B8;
	padding: 3px;
	}
.info .table_2{
	background-color:#DEBEBE;
	padding: 3px;
	}
.info .table_3{
	background:#EBD8D8;
	text-align:center;
	line-height:1.4em;
	padding: 3px;
	}
table.info th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  white-space: nowrap;
}

table.info td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  white-space: nowrap;
}
.l_small{
	font-size:0.8em;
	line-height:1.0em;
	}
/*藤崎苑*/
dl.service dd{
	margin-left:15px;
	}
	
/*各施設ここまで*/	
/*特集　山陽病院が変わります*/
dl.build {
    margin:20px 5px 40px 5px;
    padding:0px;
/*    float:left;*/
	width:680px;
/*	border-bottom: dotted 2px #3C6;*/
}
dl.build dt{
    margin:0px;
    padding-left:5px;
	border-bottom:2px dotted #3C6;
	font-weight:bold;
	font-size:1.0em;
	}

.build .photo{
	margin:10px 10px 10px 20px;
	}
.build .photo_left{
	margin-top:10px;
	padding-left:20px;
	float:left;
	width:300px;
	}
.build .photo_left2{/*縦長の時*/
	margin-top:10px;
	padding-left:20px;
	float:left;
	width:220px;
	}
.build .photo_right{
	margin-top:10px;
	padding-right:30px;
	float:right;
	width:300px;
	}
.build .photo_right2{/*左側の写真が縦で自分の横が長い時*/
	margin-top:10px;
	padding-right:10px;
	float:right;
	}
.build .photo_caption{
	margin-left:20px;
	clear:both;
	}
/*ロータス桑野のみ　20100507*/	
.left_m20_month_event{
	margin-left:20px;
	background:url(../kuwano/img/photo_08.jpg) top right no-repeat;
	height:447px;
	}
.lotus_event table{
    border-collapse:collapse;
	}
.lotus_event th{
    text-align:left;
	font-weight:bold;
	font-size:1.2em;
	border-bottom:#7C9338 2px solid;
	border-left:#7C9338 8px solid;
	padding-left:10px;
	}
/*ロータス桑野の広報誌*/
.hiroba table{
	border-collapse:collapse;
	border:none;
	margin-top:10px;
	}
.hiroba td{
	padding:3px;
	}

#footer{
	background:url(../img/footer_bg.jpg) repeat-x;
	width:910px;
	}
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align:right;
}