*{
  margin: 0;
  padding: 0;
}
img{
  border: none;
}
body{
  background-image: url(../img/back.gif);
  background-repeat: repeat-x;
  background-color: #fff;
  text-align: center;
}
a{
  color: #00f;
}
a:hover{
  color: #f00;
}
/* --------------- head --------------- */
div#head{
  position: relative;
  width: 930px;
  height: 110px;
  background-image: url(../img/head.jpg);
  background-repeat: no-repeat;
  margin: 0 auto;
}
div#head a#logo{
  position: absolute;
  width: 250px;
  height: 70px;
  top: 15px;
  left: 100px;
}
h1#h1_head{
  position: absolute;
  width: 600px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #777;
  top: 88px;
  left: 205px;
  text-align: left;
}

/* --------------- contents --------------- */
div#contents{
  width: 930px;
  margin: 0 auto;
}
form#form{
  float: left;
  width: 186px;
  text-align: left;
}
form#form div#search_box{
  position: relative;
  width: 186px;
  height: 80px;
  background-image: url(../img/search_box.gif);
  background-repeat: no-repeat;
}
form#form div#search_box input#search_input{
  position: absolute;
  width: 150px;
  height: 14px;
  top: 22px;
  left: 15px;
  font-size: 11px;
}
form#form div#search_box select#search_type{
  position: absolute;
  width: 110px;
  font-size: 11px;
  top: 46px;
  left: 15px;
}
form#form div#search_box img#search{
  position: absolute;
  top: 21px;
  left: 135px;
  cursor: pointer;
}
form#form div#search_box input#search{
  position: absolute;
  top: 46px;
  left: 135px;
  cursor: pointer;
}

form#form div#search_box2{
  position: relative;
  width: 186px;
  height: 80px;
  background-image: url(../img/search_box2.gif);
  background-repeat: no-repeat;
}
form#form div#search_box2 input#search_input{
  position: absolute;
  width: 150px;
  height: 14px;
  top: 22px;
  left: 15px;
  font-size: 11px;
}
form#form div#search_box2 select#search_type{
  position: absolute;
  width: 110px;
  font-size: 11px;
  top: 46px;
  left: 15px;
}
form#form div#search_box2 img#search{
  position: absolute;
  top: 21px;
  left: 135px;
  cursor: pointer;
}
form#form div#search_box2 input#search{
  position: absolute;
  top: 46px;
  left: 135px;
  cursor: pointer;
}


form#form div#search_hime{
  margin-top: 10px;
  width: 186px;
  background-image: url(../img/search_hime.gif);
  background-repeat: repeat-y;
  font-size: 1px;
  text-align: center;
}
h3.h3_left{
  width: 161px;
  height: 24px;
  line-height: 24px;
  text-indent: 15px;
  color: #666;
  font-size: 11px;
  background-image: url(../img/h3_left.gif);
  margin: 5px auto;
  text-align: left;
}
p.p_left{
  width: 140px;
  color: #333;
  font-size: 13px;
  margin: 5px auto;
  text-align: left;
  line-height: 130%;
}

div#body{
  position: relative;
  width: 728px;
  float: right;
  text-align: left;
}
div#gmap{
  position: relative;
  width: 728px;
  height: 420px;
  z-index: 10;
  border: 1px solid #aaa;
}
div#searching{
  position: absolute;
  width: 180px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #aaa;
  top: 230px;
  left: 274px;
  text-align: center;
  line-height: 40px;
  z-index: 200;
  display: block;
  filter: alpha(style=0, opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
div.info{
  width: 150px;
  height: 40px;
  font-size: 12px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #aaa;
}
div#result{
  position: absolute;
  width: 640px;
  height: 400px;
  left: 44px;
  top: 10px;
  z-index: 200;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #aaa;
  filter: alpha(style=0, opacity=90);
  -moz-opacity:0.90;
  opacity:0.90;
}
div#result_head{
  position: relative;
  width: 640px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-indent: 10px;
}
img.close{
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  right: 10px;
}
div#result_box{
  width: 640px;
  height: 360px;
  overflow: scroll;
  text-align: center;
}

p.gray{
  width: 95%;
  margin: 10px auto;
  text-align: left;
  color: #666;
}

p{
  cursor: pointer;
  width: 95%;
  margin: 10px auto;
  text-align: left;
  font-size: 14px;
}
p span.link{
  color: #00f;
  text-decoration: underline;
}
p span.pr_desc{
  font-size: 12px;
  color: #444;
}
p span.pr_domain{
  font-size: 12px;
  color: #080;
}

table.result_table{
  width: 600px;
  margin: 10px auto;
  background-color: #333;
}
table.result_table tr td{
  text-align: left;
  background-color: #fff;
  padding: 2px;
  font-size: 12px;
}
table.result_table tr.tag td{
  background-color: #ddd;
}
table.result_table tr td.center{
  text-align: center;
}
table.result_table tr td.right{
  text-align: right;
}
table.result_table tr.dokoikutr{
  cursor: pointer;
}

div#bar{
  position: relative;
  width: 730px;
  height: 28px;
  background-image: url(../img/bar.gif);
  background-repeat: no-repeat;
}
div#bar div#range{
  position: absolute;
  width: 12px;
  height: 26px;
  background-image: url(../img/range.png);
  background-repeat: no-repeat;
  top: 1px;
  left: 436px;
  cursor: move;
}
div#bar img.zoom{
  position: absolute;
  cursor: pointer;
  width: 28px;
  height: 28px;
  top: 0px;
}
div#bar img#zoomout{left: 403px;}
div#bar img#zoomin{left: 687px;}

div#bar img.scale{
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 28px;
  top: 0px;
}
div#bar img#scale10{left: 436px;}
div#bar img#scale11{left: 461px;}
div#bar img#scale12{left: 486px;}
div#bar img#scale13{left: 511px;}
div#bar img#scale14{left: 536px;}
div#bar img#scale15{left: 561px;}
div#bar img#scale16{left: 586px;}
div#bar img#scale17{left: 611px;}
div#bar img#scale18{left: 636px;}
div#bar img#scale19{left: 661px;}

h2.right_h2{
  width: 728px;
  height: 44px;
  margin: 10px 0;
  background-image: url(../img/right_h2.jpg);
  background-repeat: no-repeat;
  font-size: 14px;
  color: #222;
  text-indent: 50px;
  line-height: 44px;
}
p.right_p{
  width: 708px;
  margin: 10px;
  font-size: 13px;
  color: #555;
  line-height: 140%;
}
p.right_p a{
  white-space: nowrap;
}

table.table{
  width: 708px;
  margin: 10px;
  font-size: 13px;
  color: #444;
  background-color: #555;
}
table.table tr.tag td{
  background-color: #ddd;
}
table.table tr td{
  background-color: #fff;
  padding: 3px;
}
table.table tr td.tag{
  width: 130px;
  background-color: #ddd;
}

br.clear{
  clear: both;
}

/* --------------- foot --------------- */
div#foot{
  position: relative;
  width: 100%;
  height: 60px;
  margin: 10px 0;
  text-align: center;
  background-image: url(../img/foot.gif);
  background-repeat: repeat-x;
}
div#foot p{
  width: 930px;
  color: #555;
  font-size: 13px;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
}
div#foot p.pr{
  width: 930px;
  color: #555;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
}
div#foot p a{
  color: #555;
}
div#foot p a:hover{
  color: #222;
}