@charset "UTF-8";

/** conta_tag_btn -------------------------------------**/
#conta_tag_btn{
  position: fixed;
  top: 100px;
  right: 0;
  cursor: pointer;
  background: #D83621 url(/media/z/2011/bg_header_sec2.gif) repeat-y 0px 100%;
}

/** tag_dialog ----------------------------------------**/
#tag_story_info{
  background: url(/media/z/2011/bg_h2_tieup_detail.gif) repeat-x 0 0; 
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

#tag_story_info p{
  padding: 3px;
}

#tag_info{
  margin: 5px 0 10px;
  border: 1px solid #333;
  background-color: #eab032;
  font-weight: bold;
  padding: 10px;
}

#tag_dialog dl span{
  padding: 3px;
  cursor: pointer;
}

#tag_dialog dt{
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px;
}

#tag_dialog dd{
  border-bottom: 1px #333 dotted;
  margin-bottom: 10px;
}

#tag_dialog li{
  float: left;
  margin-right: 5px;
  padding: 5px;
}

.selected_tag{
  background-color: #e77463;
}