#atwiki-jp-bg1:after{
  content: "アットウィキ ツールズの実験場";
}

#atwiki-jp-bg1{
  font-size: 15px;  /* 文字サイズ */
  color: white;  /* 文字の色 */
  padding-left: 40px;  /* 左余白 */
}

#header h1{
  padding-left: 0;  /* #atwiki-jp-bg1の余白分調整 */
}

#header p{
  padding-left: 2em;  /* #atwiki-jp-bg1の余白分調整 */
}

#modal { display: none; }
#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 200px;
    padding: 0px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #FFF;
}

#navi, 
#menubutton {
position:fixed;
_position:absolute;
    top:20%;
    left:-30px;

    height: 22px;
    width: 80px;
    text-align: center;
    color: white;
    padding: 2px;
    overflow: auto;
    background: orange;
  -webkit-transform: rotate(90deg);    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 5px #000000;
-webkit-box-shadow: 0px 0px 5px #000000;
box-shadow: 0px 0px 5px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
opacity: 0.7;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 70);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 70);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/
    
  }
#navi a, 
#menubutton a{
    color: white;
    text-decoration: none;
  }