body,div#wikia_header {
    /* Wikiの背景画像 */
    background-image: url("http://images2.wikia.nocookie.net/kirby/ja/images/3/3a/Bg.png");
}

div#article {
   font-size:15px;
   background-image: url("http://images3.wikia.nocookie.net/kirby/ja/images/b/b7/Bg_article.png");
   background-attachment: fixed;
   background-position: bottom right;
   background-repeat: no-repeat;
}

div#articleFooter {
   background-image: url("http://images3.wikia.nocookie.net/kirby/ja/images/b/b7/Bg_article.png");
   background-attachment: fixed;
   background-position: bottom right;
   background-repeat: no-repeat;
}

.color1, .color1 a {
   background-color: #ffee00;
   color: #000000;
   font-weight:bold;
}

.color2 {
   background-color: #ffffff;
}

.community_details {
  background-color: #ffffff;
}

#search_box {
   background-color: #f5f5f5;
}

#link_box {
   background-color: #ffffff;
}

#wikia_header{
   background-color: #ffffff;
}

.widget_title{
   background-color: #ff6666;
   color: #ffffff;
}