html, body {
		width:			100%;
		height:			100%;
		padding:	0;
		margin:		0;
		overflow:	hidden !important;
  /* background-color: #cf747b; */
  background-color: #669933;
  /* background-color: #ffffff; */
  /* background-color: #dddddd;  */
}

/* 資料 */

div#docs h2 {
  font-size: 1.2em;
  font-weight:bold;
}

#docs ul li {
  padding-bottom:0.5em;
  list-style: circle;
}


#explain-dialog-index ul li{
  cursor:pointer;
  color:blue;
  text-decoration: underline;

  margin-left:1em;
  padding-bottom:0.5em;
  list-style: circle;
}

div#explain-dialog-contents div {
/*
  display:none;
*/
}

img.explain {
  border: 1px solid #c0c0c0;
  margin-top: 10px;
  margin-bottom: 5px;
}

#explain-dialog h2 {
  font-size: 1.2em;
  font-weight:bold;
}

#explain-dialog-contents .ui-tabs-nav
{

  display:none;

}

dl.manual {
  padding-left: 1em;
}

dl.manual dt {
  padding-top: 1em;
  font-weight: bold;
}

dl.manual dd {
  padding-left: 1em;
  padding-top: 0.5em;
}

span.iconHinanjo {
  color:#ff0000;
  font-weight: bold;
}

span.iconHatei {
  color:#ff0000;
  font-weight: bold;
}

div#mainMap, div#cityMap
{
  padding:0;
  margin:0;
  width:100%;
  height:100%;
}


div#head,
div#foot,
div#mainPanel
{
  display:none;
}

div.docs-dialog ,
div.map-dialog
{
  display:none;
}


/* IEで必須 */
div#explain,
div#docs,
div#facility,
div#break {
  height:100%;
  width:100%;
}

#loading {
  color:white;
  font-size:2em;
  padding:10em;
  text-align:center;
}



span.tableCaption {
  font-size:12pt;
  font-weight:bold;
  text-decoration:underline;
/*
  text-align:center;
*/
}


// for Popup
table#popup {
  background-color:#fcfcfc;
}

td.popup {
  white-space:nowrap; 
}

td.popup_null {
  white-space:nowrap; 
  text-align:center;
}

th.popup {
  font-weight:bold;
  white-space:nowrap; 
  padding-right:1em;
  
}

li.popimg {
  cursor:pointer;
  text-decoration:underline;
}

span.toTop {
  display:block;
  margin-top:3em;
  color:blue;
  cursor:pointer;
  text-decoration:underline;
}

div#hanrei-dialog p{
  text-align:center;
}

#optional-container {
  width:			96%;
  height:			94%;
	margin-top:		10px;
	margin-left:	2%;
}

/* jquery ui.layout */


#foot {
  background-color: #eeeeee!important;
}

#mainPanel {
  background-color: #ffffff!important;
}



/*
 jquery-ui-1.8.9.custom.cssに書かないと有効にならない
.ui-tabs .ui-tabs-hide { position: absolute; left: -10000px!important; }
*/


#tableHinan tr,
#tableBreak tr
{
  font-size:10.5pt!important;
}

.ui-jqgrid {
  font-size:12px!important;
}


#optional-container .ui-layout-pane {
	background:	none; 
	border:		none;
	padding:	0; 
	overflow:	hidden;
}

#optional-container .ui-layout-content  {

  position:	relative;

	background:	none; 
	border:		none;
	padding:	0; 
	overflow:	hidden;
}

#optional-container .ui-layout-resizer 	{ 
	background: none;
	border:			none;
}



.olControlMousePosition {
  color:#ff0000;
  bottom:50px !important;
  left:1em !important;

}

.olControlScale {
  color:#ff0000;
  bottom:100px !important;
  left:1em !important;
}

.olImageLoadError { 
    background-color: transparent; 
} 

// custom

div.olControlPanel {
    top: 0px;
    left: 0px;
    position: absolute;
}

.olControlPanel div {
    display: block;
    width:  55px;
    height: 22px;
/*
    border: thin solid black;
*/
    /* margin-top: 10px; */
    background-color: white;
}

.olButtonHanreiItemInactive {
  top:  5px;
  left: 50px;
  position: absolute;

  background-image: url("http://www.town.nakatombetsu.hokkaido.jp/map/img/hanrei-off.gif");
}

.olButtonHanreiItemActive {
  top:  5px;
  left: 50px;
  position: absolute;

  background-image: url("http://www.town.nakatombetsu.hokkaido.jp/map/img/hanrei-on.gif");
}

.olButtonOverviewItemInactive {
  top:  38px;
  left: 50px;
  position: absolute;

  background-image: url("http://www.town.nakatombetsu.hokkaido.jp/map/img/overview-off.gif");
}

.olButtonOverviewItemActive {
  top:  38px;
  left: 50px;
  position: absolute;

  background-image: url("http://www.town.nakatombetsu.hokkaido.jp/map/img/overview-on.gif");
}

.olButtonHanreiItem {
  top:  5px;
  left: 50px;
  position: absolute;

  background-image: url("http://www.town.nakatombetsu.hokkaido.jp/map/img/hanrei-on.gif");
}

.legend-dialog {
  background-color: #669933!important;
	overflow:	hidden !important;
  padding:auto;
  margin:auto;
}

.legend-dialog div img {
  padding:auto!important;
  margin:auto!important;
/*
  border:1px solid black;
  width: 455!important;
*/
}

.map-dialog {
/*
  background-color: #000000!important;
*/
  background-color: #669933!important;
	overflow:	hidden !important;
  margin:auto;

}

.overViewMap {
/*
  width: 270px;
  height: 320px;
*/
  margin:auto!important;
  margin-top:10px;
/*
  border: 3px double black;
*/
}

