@charset "utf-8";

/* Popup CSS */

@import "print.css";

@import "base.css";

#popup-wrapper {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	min-height: 100%;
	_height: 100%; /* for IE6 */
	text-align: center;
	background: url(../img/wrap_bg.gif) repeat-x left top;
}

#popup-header {
	width: 492px;
	margin: 0 auto;
	text-align: left;
	padding-top: 14px;
	margin-bottom: 40px;
}

#popup-footer {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	text-align: center;
}

#copyright {
	width: 305px;
	margin: 0 auto;
	text-align: left;
}
#close {
	text-align: center;
	margin-bottom: 40px;
}

#popup-container {
	width: 492px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 120px;
}



.post-table01 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
	empty-cells: hide;
}
.post-table01 th, .post-table01 td {
	padding: 5px 8px 4px 8px;
}
.post-table01 thead th {
	font-weight: normal;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-bottom: none;
	background: #50c7f3;
}
.post-table01 tbody th {
	border: 1px solid #e8e8e8;
	background: #dcf4fd;
	border-bottom: none;
	text-align: left;
}
.post-table01 tbody td {
	border: 1px solid #e8e8e8;
	background: #ffffff;
	border-bottom: none;
	text-align: left;
}
.post-table01 tbody td.ex01 {
	padding-left: 24px;
}
.post-table01 tbody td.txAqua {
	text-align: center;
}



.table-style03 {
	margin-bottom: 20px;
}
.table-style03 thead th, .table-style03 thead td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
.table-style03 th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0px 16px 0px 0px;
	background: url(../img/cell_bg01.gif) no-repeat right top;
}
.table-style03 td {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 18px;
}



#map {
	width:492px;
	height:320px;
	background: #cccccc;
}

























