﻿@CHARSET "utf-8";

/* ------------------------------------------------------------ */
/* index.php       --+---- 	.r_head       			           	*/
/* rrv_prep_1.php  --+     	.r_body                 			*/
/*                                                           	*/
/* rrv_prep_2.php  --+----	#rrv_head 	.r_head                 */
/* rr_viewer.php   --+               	#msgArea                */
/*                                		#BtnArea                */
/*                     		#rrv_body                           */
/* ------------------------------------------------------------ */

body {margin:auto auto; padding:0px;}

.r_head {color:#eeffee;background-color:#002500;padding:8px 20px;margin:0px 0px 10px 0px;height:21px;}.r_head a {color:#eeffee;}.r_head .toplink {font-size:75%;}.r_head .scrn {font-size:80%;}.rh1 {font-weight:bold;width:25%;float:left;}
.rh2 {font-size:80%;width:30%;float:left;}
.rh3 {font-size:80%;width:44%;float:left;text-align:right;}
.r_body {padding:8px;}.e_name {font-weight:bold;padding:0px 0px 15px;}

/* -------------------------------------------------------------------------- */
/* ビューワおよびＣＰ位置設定では、canvas機能でレイヤーの重ねあわせをするので */
/* z-indexで重ねあわせを指定している                                          */
/* -------------------------------------------------------------------------- */
#rrv_head {
   	background-color: #ccdddd;
	z-index: 9;
	position: relative;
	width: 100%;
	text-align:left;
}

#rrv_body {
	z-index: 1;
	position: relative;
	top: -5px;
	left: 0px;
	width: 100%;
	height: 600px;
	padding-left:20px;
	text-align:left;
}

canvas {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.drag_div {
}

h3.title {
    padding:5px 0px 5px 10px;
    margin:0px;
    color: #FFFFFF;
    background-color : #002500;
}

#msgArea {
    padding:5px 0px 5px 10px;
}

#popgPDform{
	margin-left:20px;
}

#dispSELform{
	margin-left:20px;
}

#BtnArea{
	padding-left:15px;
}

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

button {
	font-weight: bold;
}