body {
  height: 550px;
  width: 550px;
  overflow: hidden;
/*
    background: #0096ff;
    background: linear-gradient(to bottom right, #0096ff, #d2e1f5);
    background: -moz-linear-gradient(to bottom right,rgba(210,225,245,0.5),#0096ff);  
    background: -webkit-gradient(linear, left top, left bottom,from(rgba(0,150,255,0.5)),to(#d2e1f5));
*/
}

#contents {
  margin: 0;
  padding: 0;
  height: 550px;
  width: 550px;
}

#background {
  opacity: 0.5;
}

.cloud_box {
  width: 200px;
  height: 200px;
  background: rgba(250,250,250,0.9);
  border-radius: 20px;
  color: rgba(80,130,80,0.9);
  padding: 5px 10px;
  box-shadow: 2px 3px 5px 2px rgba(50,50,50,0.8);
}

.cloud_box:hover {
  width: 210px;
  height: 210px;
  margin-top: -5px;
  margin-left: -5px;
  background: rgba(80,130,80,0.7);
  color: rgba(255,255,255,1.0);
  box-shadow: 4px 6px 10px 4px rgba(50,50,50,0.8);
}

.show_box {
  width: 600px;
  height: 600px;
  background: rgba(250,250,250,0.9);
  border-radius: 20px;
  padding: 5px 10px;
  box-shadow: 2px 3px 5px 2px rgba(50,50,50,0.8);
}

.help_image {
  display: block;
  background-image: url("./help_sprite.png");
  background-repeat: no-repeat;
}

.note li {
  padding-bottom: 10px;
  font-size: 90%;
  line-height: 200%;
}

.note_image {
  max-width: 500px;
}

#outline .note,#mokuji .note, #pager .note,#viewer .note, #pager_full .note,#viewer_full .note {
  display: none;
}

#closebox {
  position: absolute;
    bottom: 30px;
    right: 20px;
  padding: 5px;
  border:1px solid rgb(0,0,0);
  cursor: pointer;
}

#closebox:hover {
  background: rgb(0,0,0);
  color: rgb(255,255,255);
  border:1px solid rgb(255,255,255);
}

#show {
  position: absolute;
    top:0px;
    left:0px;
  width: 550px;
  height: 550px;
  font-size: 80%;
  background: rgba(250,250,250,0.9);
  border-radius: 15px;
  padding: 5px;
  box-shadow: 2px 3px 5px 2px rgba(50,50,50,0.8);
}


.hide {
  display: none;
}

#page_toggle {
  position: absolute;
  top: 525px;
  left: 235px;
  background: rgba(250,250,250,0.9);
  border-radius: 20px;
  color: rgba(80,130,80,0.9);
  padding: 5px 10px;
  box-shadow: 2px 3px 5px 2px rgba(50,50,50,0.8);
  -webkit-box-shadow: 2px 3px 5px 2px rgba(50,50,50,0.8);
  -moz-box-shadow: 2px 3px 5px 2px rgba(50,50,50,0.8);
  cursor: pointer;
  font-size: 80%;
}

#page_toggle:hover {
  background: rgba(80,130,80,0.7);
  color: rgba(255,255,255,1.0);
  box-shadow: 3px 4px 6px 3px rgba(50,50,50,0.8);
}

#page_toggle span {
  width: 50px;
  height: 25px;
}

#new_mokuji {
  font-size: 80%;
}


#outline {
  position: absolute;
    top:50px;
    left:40px;
}

#outline_image {
  position: relative;
  top: -10px;
  left: 40px;
  width: 120px;
  height: 120px;
  background-position: 0px 0px;
  border-radius: 20%;
}

.cloud_box:hover #outline_image {
  position: relative;
  top: -5px;
  left: 45px;
  width: 120px;
  height: 120px;
  background-position: -120px 0px;
  border-radius: 20%;
}

#outline_back{
  display: block;
  max-width: 550px;
  height: 550px;
  background-image: url("../dsc1462.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -140px 0px;
}

#mokuji {
  position: absolute;
    top:50px;
    left:305px;
}

#mokuji_image {
  position: relative;
  top: 5px;
  left: 25px;
  width: 150px;
  height: 90px;
  background-position: -240px 0px;
  border-radius: 30%;
}

.cloud_box:hover #mokuji_image {
  position: relative;
  top: 10px;
  left: 30px;
  width: 150px;
  height: 90px;
  background-position: -390px 0px;
  border-radius: 30%;
}

#pager {
  position: absolute;
    top:305px;
    left:40px;
}

#pager_image {
  position: relative;
  top: 0px;
  left: 25px;
  width: 150px;
  height: 98px;
  background-position: 0px -172px;
  border-radius: 40%;
}

.cloud_box:hover #pager_image {
  position: relative;
  top: 5px;
  left: 30px;
  width: 150px;
  height: 98px;
  background-position: -150px -172px;
  border-radius: 40%;
}

.pager span {
  display: inline-block;
  overflow: hidden;

/*
  width: 56px;
  height: 39px;
  background-image: url("./pager_sprite.png");
*/
  background-image: url("./help_sprite.png");
  background-repeat: no-repeat;
}

.pager.pager_mokuji span {
  width: 58px;
  height: 36px;
  background-position: -540px 0px; 
}

.pager.pager_first span {
  width: 58px;
  height: 18px;
  background-position: 0px -120px; 
}

.pager.pager_prev span {
  width: 58px;
  height: 21px;
  background-position: -58px -120px; 
}

.pager.pager_koma span {
  width: 98px;
  height: 16px;
  background-position: -116px -120px; 
}

.pager.pager_next span {
  width: 58px;
  height: 21px;
  background-position: -58px -141px; 
}

.pager.pager_last span {
  width: 58px;
  height: 18px;
  background-position: 0px -138px; 
}

.pager.pager_size span {
  width: 98px;
  height: 17px;
  background-position: -116px -136px; 
}

.pager.pager_full span {
  width: 80px;
  height: 20px;
  background-position: -240px -110px; 
}

#viewer {
  position: absolute;
    top:305px;
    left:305px;

}

#viewer_image {
  position: relative;
  top: 0px;
  left: 50px;
  width: 100px;
  height: 100px;
  background-position: -300px -170px;
  border-radius: 50%;
}

.cloud_box:hover #viewer_image {
  position: relative;
  top: 5px;
  left: 55px;
  width: 100px;
  height: 100px;
  background-position: -400px -170px;
  border-radius: 50%;
}

.viewer span {
  display: inline-block;
  overflow: hidden;
  background-image: url("./help_sprite.png");
/*
  background-image: url("./new_mokuji2_viewer.png");
*/
  background-repeat: no-repeat;
  border-radius: 15%;
}

.viewer.viewer_zoom span {
  width: 40px;
  height: 20px;
  background-position: -240px -90px; 
}

.viewer.viewer_org span {
  width: 20px;
  height: 20px;
  background-position: -280px -90px; 
}

.viewer.viewer_fit span {
  width: 20px;
  height: 20px;
  background-position: -300px -90px; 
}

.viewer.viewer_rotate span {
  width: 40px;
  height: 20px;
  background-position: -320px -90px; 
}

.viewer.viewer_change span {
  width: 20px;
  height: 20px;
  background-position: -360px -90px; 
}

.viewer.viewer_hide span {
  width: 40px;
  height: 20px;
  background-position: -380px -90px; 
}

.viewer.viewer_hide_view span {
  width: 40px;
  height: 20px;
  background-position: -420px -90px; 
}

.viewer.viewer_help span {
  width: 20px;
  height: 20px;
  background-position: -460px -90px; 
}

.viewer.viewer_full span {
  width: 40px;
  height: 20px;
  background-position: -520px -90px; 
}

.viewer.viewer_all span {
  width: 40px;
  height: 20px;
  background-position: -320px -110px; 
}


h1 {
  text-align: center;
  z-index: 10;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
}

h2 {
  width: 50%;
  background-color: #b0e0e6;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.3em;
  border-top: 1px solid #20b2aa;
  border-bottom: 1px solid #20b2aa;
  border-left: 10px solid #20b2aa;
  border-right: 0px;
}

h3 {
  width: 35%;
}
