@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("clip.livedoor.com") {

/* åºƒå‘Šæ¶ˆã™ */
#headerBanner,
#sideadbnrmember,
#sideadbnr,
.side-plain-box {
  display: none;
}

/* ã‚¿ã‚°ã‚’justify */
#htmltagcloud {
  text-align: justify !important;
}

/* ã€Œã“ã®ã‚¯ãƒªãƒƒãƒ—ã®èª­è€…ã€ã«ãƒ¦ãƒ¼ã‚¶åã‚’å‡ºã—ã¦ã¿ã‚‹ */
.side-myfans-box li {
  width: auto !important;
  padding-right: 5px !important;

}

.side-myfans-box a:after {
  content: '(' attr(href) ')' !important;
}

/* ã‚¿ã‚°ã«ãƒžã‚¦ã‚¹ã‚ªãƒ¼ãƒãƒ¼ã‚’ã‚ã‹ã‚Šã‚„ã™ãã™ã‚‹ */
#htmltagcloud a:hover {
  text-decoration: underline !important;
  background: #eef !important;
}

/* ã‚¿ã‚°ã‚¯ãƒ©ã‚¦ãƒ‰ã®è‰²ã‚‚å¤‰ãˆã‚‹ */
span.tagcloud0 a {color: #88f !important;}
span.tagcloud1 a {color: #66f !important;}
span.tagcloud2 a {color: #44f !important;}
span.tagcloud3 a {color: #22f !important;}
span.tagcloud4 a {color: #00f !important;}

/* ã‚«ã‚¦ãƒ³ã‚¿ */
body {
  counter-reset: clip;
}

.clip h4:before {
  counter-increment: clip;
  content: "#" counter(clip);

  color: #627ba4;
  padding: 0 4px !important;;
  border: 1px solid #627ba4;
  -moz-border-radius: 4px;
}

}