@import url(style.css);
@import url(imgbox.css);

#main h1{
  margin:10px 0;
  text-align: center;
  font-size:1.4em;
}

#topo{
  text-align:center;
  margin-top:5px;
}

#cominfo{margin:5px 0 0 10px}

#cominfo dt{line-height:30px}

#cominfo dd{text-indent:1em;line-height:22px;}

#cominfo .attention{color:#f00}

#paper{text-align:center;margin:10px 0;}

#main div.picShow{
  overflow:hidden;
  position:relative;
  left:10px;
  float:left;
  margin:0 10px 20px 0;
	width:142px;
  background:#000;
}

#main div.picShow h2,
#main div.picShow span{
  position:absolute;
  z-index:10;
  bottom:0;
  left:0;
  width:100%;
  height:18px;
  background:#000;
}

#main div.picShow h2{
  text-align:center;
  text-transform:capitalize;
  line-height:18px;
  color:#fff;
  background:none;
}

#main div.picShow span{
  z-index:9;
  opacity:.4;
  filter:alpha(opacity=40);
}

#main div.picShow img{
  width:100%;
  height:106px;
  opacity:.88;
  filter:alpha(opacity=88);
}

#main div.picShow a:hover img{
  opacity:1;
  filter:alpha(opacity=100);
}