#toppicbox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 400px;
  height: 325px;
  border-left: 1px solid silver;
  border-top: 1px solid silver;
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
  background-color: #ffffff;
}

#toppickwotk {
  position: relative;
  width:  400px;
  height: 300px;
  overflow: hidden;
}

#toppicmemo {
  position: absolute;
  top:    300px;
  width:  390px;
  height: 20px;
  left: 5px;
  font-size: 10px;
  line-height: 100%;
}

#toppicprev {
  position: absolute;
  left: 0px;
  top: 92px;
  filter: Alpha(opacity=30);
  Opacity: 0.3;
  cursor: pointer;
  z-index: 99999;
}

#toppicnext {
  position: absolute;
  left: 380px;
  top:  92px;
  filter: Alpha(opacity=30);
  Opacity: 0.3;
  cursor: pointer;
  z-index: 99999;
}

#topimg_auther,
#topimg_comment {
  font-size: 10px;
  line-height: 100%;
}

/**/
#photocon_vote {
  position: absolute;
  left: 306px;
  top:  302px;
  width: 90px;
  border: 1px solid red;
  text-align: center;
  background-color: gray;
}
