body {
  background-color: #000;
  color: #333;
  margin: 0 auto;
  padding: 0 0 0.5em 0;
  width: 100%;
  text-align: left;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   1em;
  line-height: 1.3em;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 0.9em;
}

a { color: #333333; }
a:visited { color: #666; }
a:hover { color: #333333; background-color:#FFFFFF; }

#notice {
  width: 400px;
  border: 2px solid #ff6600;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  color: green;
}

#banner {
  width: 100%;
  height: 50px;
  margin: 0px auto;
  padding-bottom: 0;
  background: url('../images/headerbak.jpg') repeat-x;
}

#banner #banner_image {
  width: 370px;
  float: left;
}
#banner #site_description {
  margin-left: 420px;
  padding-top: 2em;
  padding-left: 1.5em;
  font-size: 0.75em;
  float: none;
  /*background: no-repeat url('../images/star.png') 0 2em;*/
}

#contents {
  background: #000;
}

#side {
	position: absolute;
  left: 0px;
	float: left;
	width: 398px;
	height: 450px;
	/*margin-top: 2em;*/
  margin-left: 5px;
	z-index: 2;
}

#side #listHead {
	text-align: center;
	clear: both;
	width: 98%;
	padding-top: 2px;
	padding-left: 2%;
	font-size: 0.8em;
  background-image: url('../images/sidemenurittle_bak.jpg');
  background-repeat: repeat-x;
	background-color: #CCCCCC;
	padding-bottom: 2px;
  border: solid 1px #CCCCCC;
}
#side #listHead a {
  color: #000;
  text-decoration: none;
}
#side #listHead a:visited {
  color: #666;
  text-decoration: none;
}
#side #listHead a:hover {
  color: #fff;
  background: none;
  text-decoration: none;
}
#side2 #listHead span {
  padding: 5px;
}

#side #result_lists {
  width: 98%;
  height: 398px;
  padding-left: 2%;
  /*overflow: auto;*/
  border: solid 1px #CCCCCC;
	background-image: url('../images/sidebak.jpg');
  /*background: #ffffff;*/
}
.result_lists_overflow_auto {
  overflow: auto;
}
.result_lists_overflow_hidden {
  overflow: hidden;
}

#side ul li {
	line-height: 1.8em;
	list-style: url('../images/arrow.gif');
}

#side #result_no_data {
  text-align: center;
}

.label {
	margin-left: 0.5em;
	font-size: 0.8em;
	color: #666666;
}

#side2 {
  position: absolute;
  left: 0px;
  float: left;
  width: 398px;
  height: 450px;
  background: #fff;
  /*margin-top: 2em;*/
  margin-left: 5px;
}

#side2 #descriptionHead {
	text-align: center;
	clear: both;
	width: 98%;
	padding-top: 2px;
	padding-left: 2%;
	font-size: 0.8em;
	background-color: #CCCCCC;
	padding-bottom: 2px;
  border: solid 1px #CCCCCC;
}
#side2 #descriptionHead a {
  color: #000;
  text-decoration: none;
}
#side2 #descriptionHead a:visited {
  color: #666;
  text-decoration: none;
}
#side2 #descriptionHead a:hover {
  color: #fff;
  background: none;
  text-decoration: none;
}

#side2 #descriptionHead #navigation {
  padding: 5px 20px 5px 5px;
}

#side2 #descriptionHead #zoom {
  padding: 5px;
}
#side2 #descriptionHead #print {
  padding: 5px;
}

#side2 #descriptions {
  width: 98%;
  height: 398px;
  padding-left: 2%;
  /*overflow: auto;*/
  border: solid 1px #CCCCCC;
}
.descriptions_overflow_auto {
  overflow: auto;
}
.descriptions_overflow_hidden {
  overflow: hidden;
}

#side2 #descriptions .desc_head {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0;
  margin-bottom: 0;
}

#side2 #descriptions .desc_body {
  padding-left: 15px;
  padding-right: 5px;
}

#side2 #descriptions .desc_body .label {
  width: 150px;
}

#map {
  margin: 0px auto;
  height:400px;
}

#main {
  margin-left: 400px;
  padding: 0px 10px 10px 10px;
  background: #000;
}

#search_conditions {
  height: 2em;
  text-align: left;
  padding-top: 5px;
  background-color: #0d161b;
  color: #eaf4fc;
}

#search_conditions form {
  margin: 0px;
  padding: 0px 0px 0px 10px;
}

#foot {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  background-color: #000;
  color: #4b4b4b;
  text-align: center;
}

#foot p {
  padding: 5px 0 0 0;
}

#foot p a {
  text-decoration: none;
}

#foot p a:link, div#foot p a:visited {
  background-color: #000;
  color: #4b4b4b;
}

#foot p a:hover, div#foot p a:active {
  background-color: #000;
  color: #ccc;
}

#button_updateToView {
  text-align:left;
  position: absolute;
  right: 0px;
  left: 0px;
  top:20px;
  height: 17px;
  width: 155px;
  font-size: 9px;
  font-weight:bold;
}

.infoWindow {
  width: 250px;
  height: 120px;
  text-align: center;
}

.infoWindow .head {
  font-size: 1.2em;
}
.infoWindow .head span {
  font-weight: bold;
}

.infoWindow .body {
  padding:10px;
}
.infoWindow .body img {
  color: #fff;
}
.infoWindow .foot {

}
