/*
文字色
*/
html {
  color : #888 ;
}
/* 
背景画像 
*/
.atwiki-container {
  background-image: url(https://img.atwiki.jp/homesweethomeonline/pub/DefaultData%252F8ebd4f_a6ae2ba9147848d8a301a780b7f86209~mv2_copy.jpeg);
  background-attachment : fixed;
  background-size: cover;
}

/* 
カラム内 
*/
.atwiki-contents-shadow {
  background-color: Black;
}

/*
　h文字色
*/
.atwiki-pagename , .atwiki-contents h3, .atwiki-sp-contents h3 , .atwiki-contents h4, .atwiki-sp-contents h4  {
 color : white;
}

/*
　未作成リンク文字色
*/
.Los {
Color : orangered;
}