#PopupPage {
	padding:10px 0 20px 0;
	}

#PopupPage #contents {
	width:560px;
	background:none;
	padding:0;
	margin:0 auto;
	text-align:left;
	}
	
#PopupPage .boxWrap {
	width:520px;
	}
	
#PopupPage .dotListBrw {
	font-weight:bold;
	margin-bottom:5px;
	}
	
#PopupPage dl.list dt {
	font-weight:bold;
	}
	
#PopupPage dl.list dd {
	margin-bottom:15px;
	}
	
.btnClose {
	text-align:center;
	}
	
ul.btnArea {
	text-align:center;
	}
	
ul.btnArea li {
	display:inline;
	margin-right:15px;
	}
	
	
/*MapPage
-------------------------------------------------------------*/
#MapPage {
	padding:10px 0 20px 0;
	}

#MapPage #contents {
	width:460px;
	background:none;
	padding:0;
	margin:0 auto;
	text-align:left;
	}

#MapPage .ttl {
	width:460px;
	background:url(../../common/images/fac_ttl_bg.gif) repeat-x bottom;
	margin-bottom:10px;
	padding-bottom:5px;
	color:#664a29;
	font-weight:bold;
	position:relative;
	}
	
#MapPage .ttl .area {
	color:#b0a49c;
	position:absolute;
	right:0;
	}
	
#MapPage .ttl .icn {
	display:block;
	background:url(../../common/images/icn_cross.gif) no-repeat left;
	padding-left:14px;
	}
	
#MapPage address {
	font-style:normal;
	margin-top:15px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
