@charset="UTF-8";
@media screen and (max-width: 1280px){
	.header_area{
		width: 100%;
	}
}

@media screen and (max-width: 1000px){
	#tubular-container iframe {
		display: none;
	}
}



div#title      {text-align: center;
			   background-color: #ffffff;
			   
			   font-size: 4.5em;
			   color: #070719;
			   font-family: cursive;
			   font-stretch: 2.5em;
			   /*image-rendering: 100%;*/
			   }

#h1           {text-align: center;
			   margin: 5px 5px 5px 25px;
			   float: left;
			   font-family: meiryo;
			   
			   font-size: 2em;
			   background-color: #F5D0A9;
			   width: 45%;
			   border: 3px 3px 3px #aaaaaa ;
               border-radius: 1px;
               margin-bottom: 1px;
               -webkit-box-shadow: 2px 2px 2px #aaaaaa;
               font-stretch: 2.5em;
			  }


#h2           {text-align: center;
			   
			   margin: 5px 5px 5px 25px;
			   position: left;
			   float: left;
			   background-color: #E6E0F8;
			   width: 45%;
			   height: 50%;
			   
               border-radius: 1px;
               margin-bottom: 1px;
               -webkit-box-shadow: 2px 2px 2px #aaaaaa;
               font-stretch: 2.5em;
           	   }

#h3           {text-align: center;
	           font-style: 'hiragino kaku gothic pro',sans-serif;
	           position: left;
	           float: left;
	           background-color: #F2F5A9;
	      	   width: 45%;
	      	   margin: 5px 5px 5px 25px;
	      	   font-size: 36pt;
	      	   font-size: 2.25em;
	      	   border: 2px 2px 2px #aaaaaa ;
               border-radius: 1px;
               margin-bottom: 1px;
               -webkit-box-shadow: 2px 2px 2px #aaaaaa;
	      	   font-stretch: 2.5em;
	      	   }

div#footer     {text-align: center;
			   padding: auto;
			   float: left;
			   clear: both;
			   background-color: #FAFAFA;
			   width: 98%;
			   height: auto;
			   font-size: 1.5em;
			   }

div#upper      {
	           text-align: center;
	           font-size: 1.5em;
	           font-style: 'meirio',sans-serif;
	           background-color: #FFFFFF;
	      	   font-stretch: 2.5em
	           }

#bgVideo       {
				background: width:100% height:auto;
			   }