/* お店のpop-up用 */
#store_window{
  width: 300px;
}
#store_window_contents{
	background-color: #FFF;
	border: 3px solid  #76bf21;
	padding: 10px 10px 0px 10px;
}
#store_window_beak{
  width: 68px;
  height: 91px;
  background: url('http://www.twittermall.jp/images/beak_store.png') top left no-repeat transparent;
}
* html #store_window_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.twittermall.jp/images/beak_store.png', sizingMethod='crop');
}
#store_window_tl, #store_window_tr, #store_window_bl, #store_window_br,
#store_window_t,#store_window_l,#store_window_r,#store_window_b{
  height: 0px;
  width: 0px;
}




/* つぶやきのpop-up用 */
#tweet_window{
  width: 300px;
}
#tweet_window_contents{
	background-color: #FFF;
	border: 3px solid  #ffcc31;
	padding: 10px 10px 0px 10px;
}
#tweet_window_beak{
  width: 28px;
  height: 48px;
  background: url('http://www.twittermall.jp/images/beak_tweet.png') top left no-repeat transparent;
}
* html #tweet_window_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.twittermall.jp/images/beak_tweet.png', sizingMethod='crop');
}
#tweet_window_tl, #tweet_window_tr, #tweet_window_bl, #tweet_window_br,
#tweet_window_t,#tweet_window_l,#tweet_window_r,#tweet_window_b{
  height: 0px;
  width: 0px;
}


