/* CSS Document */

/* "vartical-align" does not work */
/* avoid adding "height: 100%" in div gags which has texts */

.table_base {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.div_base_top {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.div_base_middle {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10%;
}

.div_base_5 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 3%;
}

/*.div_base_71px {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 71px;
}*/

.div_copyright {
	width: 700px;
	margin: 10px 0px;
	padding: 5px 0px 0px 0px;
	position: relative;
	height: 14px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}

.map_link {
  cursor:pointer;
}