html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#content {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
}

#header {
	position: fixed;
	height: 40px;
	width: 100%;
	background-color: #303030;
	z-index: 1;
}

#profile {
	padding-right: 1em;
	color: #ffffff;
	text-align: right;
}

#main_content {
	position: absolute;
	top: 40px;
	bottom: 0px;
	width: 100%;
	overflow: auto;
}

#left_content {
	position: fixed;
	width: 250px;
	top: 40px;
	bottom: 0px;
	z-index: 1;
}

#right_content {
	position: absolute;
	left: 250px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

#first_message {
	position: fixed;
	left: 250px;
	right: 0px;
	height: 100%;
	z-index: 1;
}

#first_message_p {
	width: 100%;
	height: 25%;
	text-align: center;
	padding-top: 25%;
	color: #666;
	font-family: sans-serif;
}

#first_message_en {
	width: 100%;
}

#tabs {
	height: 100%;
	width: 100%;
	visibility: hidden;
}

#node_list {
	height: 100%;
	background-color: #1f497d;
	color: #ffffff;
}

.node_name {
	width: 100%;
	height: 1em;
	margin: 0px;
	padding: 0px;
	font-size: large;
}

.node_name_en {
	width: 100%;
	height: 1em;
	margin: 0px;
	padding: 0px;
	font-size: small;
}

.node_sensor {
	width: 100%;
	height: 1em;
	text-align: right;
	font-size: small;
}

#navigation {
	float: left;
	width: 100%;
	color: #ffffff;
}

#period_select {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}

#period_input {
	float: left;
	padding-top: 4px;
}

#graph {
	width: 100%;
}

#main {
	float: left;
	width: 100%;
	padding-top: 1em;
	background-color: #f0f0f0;
}

#map {
	width: 100%;
	height: 100%;
}

.right_bgcolor {
	background-color: #f0f0f0;
}

.chart {
}

.navi {
	background: #808080;
	border-radius: 5px;
}

.webix_el_radio .webix_label_right {
	color: white;
}

.tooltip_ja {
}
.tooltip_en {
	font-size: small;
}
/*
label[for=from_text] {
	color: white;
}

label[for=to_text] {
	color: white;
}
.webix_inp_label {
	color: white;
}
*/
