.rectangle {
  height: 50px;
  width: 50px;
  background-color: #ccc
}

#square {
  height: 150px;
  width: 150px;
  background-color: #f00
}

#over {
  height: 150px;
  width: 150px;
  padding: 10px;
  background-color: #cf0
}

#under {
  height: 150px;
  width: 150px;
  padding: 10px;
  background-color: #fc0
}

table, th, td {
  border-collapse: collapse;
  border: none;
}

li {
  list-style-type: none;
}

.ph { background-color: #cff }

.dragbox {
  width: 100px;
  height: 50px;
  margin: 10px 20px 10px 30px;
  border: solid 1px black;
  background-color:#cfc; float:left;
}

.dropbox {
  margin: 0px 0px 0px 10px;
}

hr { clear: both; }

.main {
  width: 400px;
  height: 100px;
  margin: 40px;
  border: solid 1px black;
}

/*
h2 {
  border-left: double 10px #bbb;
  padding: 10px;
  background-color: #eee;
  font-size: large;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  background-color: white;
}

li {
  padding: 10px 5px 10px 10px;
  list-style: none;
  border-bottom-color: #ccc;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}


ul > li:last-child {
  border-bottom-style: none;
}

label {
  font-weight: bold;
}

dt {
  font-weight: bold;
}

input[type="text"], select, textarea {
  margin: 5px;
  border: solid 1px black;
  -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,0.2) inset;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2) inset;
}

input[type="submit"] {
  margin: 5px;
  background-color: #ccf;
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
}

.desc { 
  width: 500px;
  border: solid 1px #000;
  background-color: #ffc;
  padding: 10px;
} 

#site {
  background-color: #ccf;
  height: 20px;
  width: 300px;
}

#trav {
  margin: 30px;
}

#trav div {
  margin-left: 20px;
  padding: 10px;
}

#box {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: smaller;
  width: 100px;
}

#box a {
  color: Black;
}

#list a {
  font-size: small;
  color: Black;
  background-color: #ffc;
  text-decoration: none;
  margin: 3px;
  padding: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px Black;
}

.highlight {
  background-color: Yellow;
}


#outer, #other {
  height: 200px;
  width: 200px;
  margin-left: 100px;
  padding: 10px;
  border: 1px solid #f0f; 
}

#inner {
  height: 100px;
  width: 100px;
  margin-left: 40px;
  padding: 10px;
  border: 1px solid Red
}

#grandchild {
  height: 50px;
  width: 50px;
  margin-left: 20px;
  padding: 10px;
  border: 1px solid Black
}
*/

/* 地図を表示させる要素の幅、高さなどを指定 */
#map-canvas {
  width: 100%;
  height: 500px;
  background-color: #e7e7e7;
}

i {display: block; width: 50px; height: 50px; background: #ccc; position: absolute;}