/* お気に入り・RSS追加 */
#favorite {
	font-size:12px;
	float:left;
	margin-left:60px;
	position: absolute;
	top: 35px;
}

#favorite li {
  margin: 0;
  padding: 0 0 0 5px;
  list-style: none;
  float: left;
  font: bold arial;
}

#favorite li a.f_btn {
  display: block;
  text-align: center;
  margin: 0 1px 0 0;
  color: #FFF;
  width: 60px;
  text-decoration: none;
}

#favorite li a.f_btn:hover {
}

#favorite .f_list {
  border: 1px solid #cccccc;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  width:190px;
  background:#ffffff url(/favico/bg_favorite.gif) no-repeat center 5px;
}
#favorite .f_list .left {
float:left;
width:183px;
padding:5px 0px 0px 5px;
}
#favorite .f_list .right {
float:right;
width:183px;
text-align:left;
padding:5px 5px 0px 0px;
}

#favorite .f_list span {
  display: block;
  text-align: left;
  margin-bottom:7px;
}

#favorite .ico_yahoo_b {
background:url(/favico/ico_yahoo_b.gif) no-repeat left center;
padding-left:20px;
height:16px;
}
#favorite .ico_google {
background:url(/favico/ico_google.gif) no-repeat left center;
padding-left:20px;
height:16px;
}
#favorite .ico_hatena_b {
background:url(/favico/ico_hatena_b.gif) no-repeat left center;
padding-left:20px;
height:16px;
}
#favorite .ico_livedoor_b {
background:url(/favico/ico_livedoor.gif) no-repeat left center;
padding-left:20px;
height:16px;
}
#favorite .ico_favorite {
background:url(/favico/ico_favorite.gif) no-repeat left center;
padding-left:20px;
height:16px;
}
#favorite .ico_twitter {
background:url(/favico/ico_twitter.gif) no-repeat left center;
padding-left:20px;
height:16px;
}

#favorite .ico_yahoo_r {
background:url(/favico/ico_yahoo_r.gif) no-repeat left center;
padding-left:20px;
height:16px;
}
#favorite .ico_livedoor_r {
background:url(/favico/ico_livedoor_r.gif) no-repeat left center;
padding-left:20px;
height:16px;
}
#favorite .ico_hatena_r {
background:url(/favico/ico_hatena_r.gif) no-repeat left center;
padding-left:20px;
height:16px;
}
#favorite .ico_goo_r {
background:url(/favico/ico_goo_r.gif) no-repeat left center;
padding-left:20px;
height:16px;
}
#favorite .ico_rss {
background:url(/favico/ico_rss.gif) no-repeat left center;
padding-left:20px;
height:16px;
}