@charset "utf-8";
/*-------------------------------*/
body{font-size:100%;line-height:160%;letter-spacing:0;}
html>/**/body{font-size:13px;line-height:160%;letter-spacing:0;}
body{
	font-family:'メイリオ',Meiryo,sans-serif;
	font:13px;
	*font-size:small;
	*font:x-small;
}
/*-------------------------------*/
html,body{height:100%;}
div#all{
	min-height:100%;
	height:auto !important;
	height:100%;
	width:100%;
	padding:0 0 0 0;
}
body > #all{height:auto;}
/*-------------------------------*/
#header{
	background:#f0e4b1;
	position:relative;
	z-index:100;
}
#header .header_inner{
	width:950px;
	margin:0 auto;
}
/*-------------------------------*/
#contents{
	width:100%;
	min-width:950px;
	height:auto;
	margin:0 auto;
}
.wd950{
	width:950px;
	margin:0 auto;
}
/*-------------------------------*/
#main{background:url(../images/main_bg.png) center no-repeat;}
#main .main_inner{
	width:950px;
	margin:0 auto;
	box-shadow:0 -10px 25px -5px rgba(0,0,0,0.6);
	position:relative;
}
#main .main_pach{
	position:absolute;
	top:-55px;
	left:10px;
	z-index:200;
}
/*-------------------------------*/
#intro .intro_02{background:url(../images/intro_02_bg.png) center top no-repeat #ede7cf;}
/*-------------------------------*/
#access{
	padding:60px 0 100px;
	background:#fefbee;
}
#access .access_inner{
	width:725px;
	margin:0 auto;
}
#access .map_wrap .map_left{width:350px;float:left;}
#access .map_wrap .map_right{width:350px;float:right;}
#access .map_wrap .map_right .map_link{
	font-size:17px;
	text-align:right;
}
#access .map_wrap .map_right .map_link a{color:#967C4D;}

#hospital .hospital_02{background:url(../images/hospital_02_bg.png) center top no-repeat #ede7cf;}

#footer{
	width:100%;
	height:auto;
	margin:90px 0 0;
	background:#feeea9;
}
.ft_inner{
	width:890px;
	height:auto;
	margin:0 auto;
	padding:30px;
}
.ft_nav{
	float:left;
	line-height:20px;
	color:#634f01;
}
.ft_nav > li{display:inline;}
.ft_nav > li:before{
	content:"|";
	display:inline-block;
	padding:0 5px;
	color:#634f01;
}
.ft_nav li:nth-child(1):before{content:"";}
.ft_nav > li a{color:#634f01;}