body {
  background-color: rgb(114, 194, 231);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  text-align: center;
}
h1 {
  color: rgb(251, 246, 253);
  font-size: 60px;
  text-shadow: 2px 2px 4px rgb(39, 34, 41);
}
h2 {
  color: rgb(251, 246, 253);
  font-size: 30px;
  text-shadow: 2px 2px 4px rgb(39, 34, 41);
}
#gallery {
  height: 950px;
  width:  750px;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: rgb(29, 12, 22);
  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: rgb(29, 12, 22);
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: rgb(29, 12, 22);
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: rgb(29, 12, 22);
  
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  background-color: rgb(39, 34, 41);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  -webkit-box-shadow: 10px 10px 20px rgb(39, 34, 41);
  box-shadow: 10px 10px 20px rgb(39, 34, 41);
}
#gallery p {
 color: rgb(254, 254, 254);
}
#gallery ul {
 margin-left: -30px;
}
#gallery ul li {
 list-style: none outside none;
 display: inline-table;
 padding: 30px;
}
#gallery ul li .pic {
 -moz-transition: all 0.6s ease-in-out 0s ;
 opacity: 0;
 visibility: hidden;
 position: absolute;
 margin-top: 10px;
 margin-left: -20px;
 border: 1px solid black;
 box-shadow: 2px 2px 10px rgb(39, 34, 41);
}
#gallery ul li .mini:hover {
 cursor: pointer;
}
#gallery ul li:hover .pic {
 width: 200px;
 height: 200px;
 opacity: 1;
 visibility: visible;
 float: right;
}
.home a {
 margin-left: -1px;
 width: 180px;
 padding: 10px 40px;
 text-align: center;
 border-right: 1px solid rgb(153, 153, 153);
 border-width: 1px;
 border-style: solid;
 border-color: rgb(150, 209, 248) rgb(153, 153, 153) rgb(153, 153, 153);
 -moz-border-top-colors: none;
 -moz-border-right-colors: none;
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 -moz-border-image: none;
 background: -moz-linear-gradient(center top , rgb(95, 133, 158), rgb(88, 232, 220)) repeat scroll 0% 0% transparent;
 border-radius: 6px 6px 6px 6px;
 box-shadow: 0pt 1px 0pt rgb(0, 0, 0);
 text-shadow: 0pt 1px 0pt rgba(0, 0, 0, 0.4);
 color: rgb(196, 47, 196);
 font-size: 17px;
 font-family: Helvetica,Arial,Sans-Serif;
 font-weight: bold;
 text-decoration: none;
 vertical-align: middle;
}


/*          -------   NaviS  : small size of navi expression       */
.naviS
{
  clear:both;
   font-size: 1.2em;
   height:80px;  /* no effect ; why ? */
}
.naviS ul {
   margin: 0; 
   padding: 0;
}
.naviS li {
  display: inline-flex; /* inline Only is noeffect   */
  padding-left: 5px; /* noeffect */
  padding-right: 5px;
  padding-top: 5px;
 list-style-type: none;
 font-family: Arial, Helvetica, sans-serif;
 font-size:2.5em;
 border-top-right-radius: 5px;
 border-top-left-radius: 5px;
 /*
 border-left:solid 1px #00FFFF; 
 */
 line-height: 60px;  /*  文字の行間   */
}

.naviS li a {
  margin: 5px;
  margin-left: 5px;
  padding: 0.5em 1em; /* effect */
  text-decoration: none;
  text-align: center;
  height: 60px; 
  border-bottom: solid 5px #627295; /* shadow on bottom */
  color: rgb(102, 105, 255); /*
  background-image: url( ../img/Wsl001.jpg);
  background-repeat: no-repeat;
  background-position: top; */
  background-color: aquamarine;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 7px;
   color:#ffffff;
 border-bottom-left-radius: 7px;
}
.naviS li a:hover {
  background-position: 0;
}
.naviS li.first-menue {
  border-left:none;
  height:60px;  /* no effect ?  */
}






#video {
  float: left;
  clear: both;
}
.T3 {
  background-color: rgb(228, 247, 212);
}
