.label {
  position: absolute;
  z-index: 2;
  padding: 1px;
  font-size: 90%;
  text-decoration: none;
  white-space:nowrap;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.label:hover {
  z-index: 3;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  color: #FFF;
  text-decoration: none;
}
.label:active {
  font-weight: bold;
}
.point {
  background: #FFF;
  color: #00F;
}
.point:hover {
  color: #00F;
}
.report {
  background: #00F;
  border: 1px solid #FFF;
  color: #FFF;
}
.scenery {
  background: #0C0;
  border: 1px solid #FFF;
  color: #FFF;
}
.link {
  background: #F60;
  border: 1px solid #FFF;
  color: #FFF;
}
.sample {
	position: relative;
}

#photo_year {
  width: 30px;
}
#photo_month, #photo_day, #photo_hour {
  margin: 0 0 0 2px;
  width: 16px;
}
#fish_length {
  width: 22px;
}


#window {
  height: 200px;
  width: 310px;
  background: #FFF;
  font-size: 12px;
  overflow: auto;
}
#thumbnail {
  float: left;
  margin: 4px;
}
#detail {
  float: left;
  margin: 0 0 8px 0;
  width: 158px;
}
#detail p {
  margin: 0;
  padding: 2px 0;
  border-bottom: 1px dashed #CCC;
}
#date_time {
  color: #090;
}
#from_name {
  color: #00C;
  font-weight: bold;
}
#photo_date {
  color: #C90;
}
#from_title {
  font-weight: bold;
}
#length {
  color: #C00;
  font-weight: bold;
}
#from_coment {
  clear: both;
  word-break: break-all;
}