@charset "utf-8";

/*body {
  margin: 0;
  padding: 0;
  background: url(null) fixed;
}

header {
  padding: 16px;
  background: #bcd;
  border-bottom: 1px solid #999;
}    */

#contents {
/*  position: fixed; */
  
  position:fixed;
  right: 0;
  top: 221px;
  width: 140px;
  padding: 0 30px 50px 15px;
  z-index: 8000;
  
}

/*article {
  box-sizing: border-box;
  width: 200px;   
  padding: 16px;
  background: #bcd;
  position: static;
}*/

/*
aside {
  box-sizing: border-box;
   z-index: 99999 !important;
/*  width: 200px;   
  padding: 4px;
  background: yellow;
  
  position: absolute; 
  top: 70px;  

  float:right;
 /* left: 1260px; /
  border: 2px solid #f77;
}   */

aside p{
  box-sizing: border-box;
/*  width: 200px;   */
  padding: 4px; 
  background: #b1b0af;   /*background: #f3d029;*/ /* background: #9AD2ED; */
  
  position: absolute; 
  top: 60px;  

  float:right;

 }
  
 /* left: 1260px; /
  border: 2px solid #f77;
} 
