/*--------------------  GOOGLEMAPS  --------------------*/

/*--------------------     BODY     --------------------*/
BODY{
  background-color : #000000;
  color            : #ffffff;
}
DIV#main-container{
  width            : 99%;
  clear            : both;
  margin           : 10px auto;
}
DIV#main{
  margin-left      : 160px;
}
DIV#inner{
  float            : right;
  width            : 100%;
  margin-left      : -160px;
  text-align       : left;
}
DIV#navi-container{
  margin-left      : -160px;
}

/*--------------------     MAPS     --------------------*/
DIV#SEARCH-container{
  min-width        : 700px;
}
DIV#Gmap-search{
  float            : left;
  width            : 100%;
  margin-right     : -110px;
  margin-bottom    : 10px;
}
DIV#Gmap-search span#explain{
  font-size        : 17px;
}
DIV#Gmap-search span#example{
  font-size        : 12px;
}
FORM#GmapForm input#Gmap-text{
  width            : 60%;
  height           : 20px;
  min-width        : 450px;
  color            : #ffffff;
  background-color : #555555;
  border           : solid 1px #00c0dc;
  padding          : 4px 8px;
  font-size        : 18px;
  margin-top       : 4px;
  margin-right     : 2px;
}
FORM#GmapForm input#Gmap-submit{
  cursor           : pointer;
  border           : none;
  vertical-align   : bottom;
}
DIV#set{
  float            : left;
  width            : 100px;
  background-image : url("../img/bairitsu.png");
  background-repeat: no-repeat;
}
DIV#SEARCH-container form#function{
  padding-left     : 30px;
}
DIV#SEARCH-container form#function input{
  vertical-align   : -0.05em;
}
DIV#SEARCH-container form#function label{
  margin-left      : 5px;
  padding          : 1px;
  color            : #ffffff;
  font-size        : 14px;
}
DIV#SEARCH-container form#function label#check1{
  background-color : #0000ff;
}
DIV#map{
  clear            : both;
  height           : 600px;
}
