@charset "utf-8";
/* CSS Document */

*{font-size:95%; margin:auto; padding:0px; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}


h1{font-size:100%;
   margin:20px 0px 0px 0px;
   color:#999999;
   }
body{}

#main{width:860px;
      height:760px;
	  padding:20px;
	  margin:10px auto;
	  border:solid 0px ;
	  background-image:url(img/bg.jpg);
	  }
	  
#main02{
      line-height:2em;
      width:860px;
      height:760px;
	  padding:20px;
	  margin:10px auto;
	  border:solid 0px ;
	  background-image:url(img/bgjpg);
	  }
	  	  
	  
#form{
      font-size:120%;
      width:425px;
      height:130px;
	  padding:0px;
	  margin:20px 0px 0px 0px;
	  border:solid 0px #666666;
	  }
	  
	  
	  
#youtube{
      font-size:120%;
      width:480px;
      height:385px;
	  padding:0px;
	  margin:220px 0px 0px 0px;
	  border:solid 1px #666666;
	  }	  
	  
	  
	  
	  
a:link    { color: #999999; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover   { color: #134579; text-decoration: underline; }
a:active  { color: #134579; text-decoration: underline; }


#footer{width:860px;
      height:50px;
	  padding:20px;
	  }