@charset "utf-8";
/* CSS Document */




/*
header
----------------------------------*/

header{
	position: relative;
	height: 524px;
	background: #FFF url(../imges/main/bg.png) repeat-x center bottom;
	min-width:1100px;
}
header #cathe{
	width: 468px;
	height: 524px;
	margin: 0 auto;
	background: url(../imges/main/catch_bg.jpg) repeat-x center top;
	z-index:20;
	position:relative;
	display: none;
}
header #cathe h1{
	padding: 80px 20px 40px 20px;
	text-align: center;
}
header #cathe #copyarea{
	position:relative;
	margin:0 auto;
	width:377px;
}
header #cathe #copyarea h2{
	position:absolute;
	top:0;
	right:0;
	overflow: hidden; 
}
header #cathe #copyarea p{
	position:absolute;
	top:0;
	left:0;
	overflow: hidden; 
}

header #lPix,
header #rPix{
	position:absolute;
	top:0;
	z-index:10;
}
header #lPix{
	left:0;
	margin-left:-500px;
}
header #rPix{
	right:0;
	margin-right:-500px;
}





/*----------------------------------全体*/

#contents{
	width:1004px;
	margin:0px auto 0px auto;
	}
	
#main{
	width:1004px;
	margin:20px auto 0px auto;
	}

#wrap{
	width:1004px;
	clear:both;
	}
	
/*----------------------------------左*/

h2{}

.contents_l{
	width:637px;
	float:left;
	border-right:dotted 1px #999998;
	}
	

.info_area{
	position:relative;
	}

.info_btn{
	position:absolute;
	left: 468px;
	top: 16px;
	line-height:11px;
	}
	
ul.info{
	margin: 10px auto 30px 10px;
	width: 600px;
	display: block;
	}
	
ul.info li{
	background:url(../imges/icon3.png) no-repeat 10px 9px;
	padding-left:20px;
}


.topi_area{
	position:relative;
	}
	
.topi_btn{
	position:absolute;
	left: 511px;
	top: 16px;
	line-height:11px;
	}

.topics{
	width: 600px;
	margin-left: 10px;
	padding-bottom: 30px;
	margin-top: 5px;
	display: block;
}

.topics li{
	background: url(../imges/icon1.png) no-repeat 9px center;
	padding-left: 20px;
	margin-top: 3px;
	font-size: 13px;
	}

.topics p{
	margin:5px 0 15px 20px;
	line-height:1.5em;
	}

ul.link{
	margin:10px auto 0px 10px;
	margin-left:10px;
	}
	
ul.link li{
	padding-left:25px;
	padding-top:3px;
	background-image: url(../imges/icon2.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	}
	


/*----------------------------------右*/

.contents_r{
	width:336px;
	float:right;
	}

.clinic_info{
	padding-top:10px;
	margin-left:2px;
	line-height:1.6em;
	}
.clinic_info th,
.clinic_info td{
	line-height: 17px;
	text-align: left;
	vertical-align: top;
}
.clinic_info td.mg{ padding-top:4px;}

.clinic_info th{ width:95px;}

/*----------------------------------マップ*/

.map_area{
	width:1004px;
	margin-top:35px;
	margin-bottom:30px;
	}

.mapwrap{
	background:url(../imges/bn_map2.png) repeat-y;
	width:1004px;
	margin:0px auto 0px auto;
	padding-bottom:0px;
	}

#map{
	width:970px;
	height:440px;
	margin:0px auto 0px auto;
	padding-bottom:0px;
}


