body {
	min-width: 1024px;
	margin: 0;
	padding: 0;
	background: #333366;
}

div,
form {
	margin: 0;
	padding: 0;
}

img,
canvas {
	border-style: none;
}

#container {
	position: relative;
	margin: 20px auto;
	width: 1024px;
	height: 768px;
}

#logo {
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 5;
	margin: 0;
	padding: 0;
	color: #fff;
}

#about {
	position: absolute;
	bottom: 5px;
	right: 50px;
	font-size: small;
}

#about a:link,
#about a:visited,
#about a:active {
	text-decoration: none;
	color: white;
}

#about a:focus,
#about a:hover {
	text-decoration: underline;
	color: white;
}

.getfirefox a:link,
.getfirefox a:visited,
.getfirefox a:active {
	text-decoration: none;
	color: white;
}

.getfirefox a:focus,
.getfirefox a:hover {
	text-decoration: underline;
	color: white;
}


.layer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 768px;
}


.clickable {
	cursor: pointer;
}

.nonselectable {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.draggable {
}

.dragging {
	cursor: move;

}


/*
 * bird's eye
 */
#forest_sea {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.4;
}

#forest_ground {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#forest_trees {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/corners_forest.png); /* XXX Too Hacky */
}


#words_layer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.word_label {
	position: absolute;
	color: #666699;
	text-shadow: #666699 0px 0px 5px;
	font-family: serif;
}


#message_layer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.drain_message {
	position: absolute;
	color: #7777aa;
	font-family: serif;
}


#forest_arrow {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
}


/*
 * close-up
 */
#zoomin_layer {
	display: none;
	background: url(../images/corners_zoomin.png); /* XXX Too Hacky */
}

#canvas.__zoomin {
	background: url(../images/zoomin_ground.jpg); /* XXX Too Hacky */
}

#forest_navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 188px;
	cursor: pointer;
}

#forest_navi img,
#forest_navi canvas {
	position: absolute;
	left: 0px;
	top: 0px;
}


#zoomin_layer_controller {
	position: absolute;
	top: 40px;
	left: 303px;
	width: 437px;
	height: 203px;
	margin: 0;
	padding: 0;
	background: url("../images/white_direction_arrows.png") no-repeat;
}

#zoomin_layer_up {
	position: absolute;
	top: 9px;
	left: 178px;
	width: 63px;
	height: 12px;
	cursor: pointer;
}

#zoomin_layer_down {
	position: absolute;
	top: 107px;
	left: 151px;
	width: 118px;
	height: 58px;
	cursor: pointer;
}

#zoomin_layer_right {
	position: absolute;
	top: 39px;
	left: 332px;
	width: 81px;
	height: 25px;
	cursor: pointer;
}

#zoomin_layer_left {
	position: absolute;
	top: 39px;
	left: 5px;
	width: 83px;
	height: 25px;
	cursor: pointer;
}

#black_mask {
	display: none;
	background-color: black;
	opacity: 0.2;
}


/*
 * tree guide
 */
#zukan_board {
	display: none;
	position: absolute;
	width: 530px;
	height: 372px;
	background: url(../images/zukan_board.jpg) #600 no-repeat;
}

#zukan_board:hover {
	opacity: 1.0 !important;
}

#zukan_layer {
	position: absolute;
	top: 4px;
	left: 9px;
	width: 512px;
	height: 362px;
	background: url(../images/zukan_background.png) #fff no-repeat;
}

#zukan_canvas {
	background: url(../images/zukan_page_l.png) #fff no-repeat 0 0;
}

#zukan_labels {
	position: absolute;
	left: 256px;
	top: 0px;
	width: 216px;
	height: 332px;
	overflow: hidden;
	margin: 0;
	padding: 20px 20px 10px 20px;
	background: url(../images/zukan_page_r.png) #fff no-repeat 0 0;
}

#zukan_labels2 {
	position: absolute;
	left: 256px;
	top: 0px;
	width: 216px;
	height: 332px;
	overflow: hidden;
	margin: 0;
	padding: 20px 20px 10px 20px;
	background: url(../images/zukan_page_r.png) #fff no-repeat 0 0;
}

#zukan_labels2.canvas,
#zukan_layer .mask {
	position: absolute;
	left: 256px;
	top: 0px;
	width: 256px;
	height: 362px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: none transparent;
}

.mekuri_r,
.mekuri_l {
	background-position: 0 -100px !important;
}


.zukan_desc_title {
	padding: 0;
	font-size: x-small;
}

.zukan_desc_title2 {
	padding: 0;
	font-size: x-small;
}

.zukan_desc_label {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1.5em;
	overflow: hidden;
	font-size: small;
	font-weight: bold;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.zukan_desc_label2 {
	padding: 0;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}

table {
	width: 100%;
	margin-top: 30px;
	border:1px solid gray;
}

th {
	font-weight: normal;
	text-align: left;
}

._zukan_banner {
	display: none;
	width: 100%;
	height: 100px;
	margin-top:15px;
	text-align: center;
}


._zukan_page_label {
	position: absolute;
	left: 0px;
	bottom: 11px;
	width: 100%;
	height: 1.5em;
	text-align:center;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
}

._zukan_serialno_label,
._zukan_total_label {
	display: inline-block;
	padding: 2px;
	width: 5em;
	background: transparent;
	border: 1px solid transparent;
	line-height: 1.2;
	color: black;
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	cursor: pointer;
	user-select: auto;
	-moz-user-select: auto;
	-khtml-user-select: auto;
	-webkit-user-select: auto;
}

._zukan_serialno_label {
	text-align: right;
}

._zukan_total_label {
	text-align: left;
}

._zukan_serialno_label:hover,
._zukan_serialno_label.editing {
	background: white;
	border: 1px solid black;
	cursor: text;
}

.notfound {
	color: red !important;
}


#zukan_canvas {
	position: absolute;
	top: 0px;
	left: 0px;
}


#zukan_close_button {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}


.links {
	position:absolute;
	right:0px;
	top:40px;
	font-size:x-small;
	text-align:right;
	color:white;
}

.links_span {
	padding-top:2px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
	background-color:#333366;
}

.links_span a { margin-left:3px;margin-right:3px; }
.links_span a:link { color:white;text-decoration:none;}
.links_span a:visited { color:white;text-decoration:none; }