body{
  margin: 0;
  text-align: center;
  font-family: Verdana,Arial,sans-serif;
  background-color: black;
  /* background: linear-gradient(#222222, #ffffff); */
  /* background: linear-gradient(#23274F, #f0ffff); */
  background: linear-gradient(#2f4f4f, #f0ffff);
  }

.header{
  position: relative;
  height:170px;
  width: 100%;
  }
.header_bar{
  position: absolute;
  bottom: 50px;
  height: 70px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;
  }
.fixed{
  position: fixed;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  }
.header_contents{
  position: relative;
  height: 70px;
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  }
.header_title{
  color: #111111;
  font-size: 15px;
  font-family: Tahoma,sans-serif;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: left;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 170px;
  }
.header_subtitle{
  color: #AAAAAA;
  font-size: 8px;
  font-family: Tahoma,sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  left: 172px;
  }
.header_logo{
  text-align: left;
  margin: 0;
  padding: 0;
  width: 130px;
  height: 95px;
  position: absolute;
  top: 15px;
  left: 25px;
  text-decoration: none;
  background-image: url("logo.png");
  background-repeat: no-repeat;
  background-size: 130px;
  }
.header_menu{
  text-align: middle;
  font-size: 12px;
  padding: 3px 0 1px 0;
  position: absolute;
  bottom: 15px;
  right: 20px;
  }
.header_menu ul{
  margin: 0;
  padding: 0;
  width: 100%;
  }
.header_menu li{
  margin: 0px 15px 0px 10px; /* menu gap */
  list-style: none;
  float: left;
  }
.header_menu a{
  font-weight: bold;
  }
.header_menu a:link{/* link color */
  color: #1A4472;
  text-decoration: none;
  }
.header_menu a:visited{/* visited */
  color: #1A4472;
  text-decoration: none;
  }
.header_menu a:hover,a:active{/* active */
  color: #775555;
  }


.contents{
  width: 840px;
  margin: 0 auto 0 auto;/* outside of height,width trbl */
  padding: 30px 30px 30px 30px;/* inner of height,width trbl*/
  background-color: #FFFFFF;
  text-align: left;
  }
.contents p{
  color: #000000;
  font-size: 15px;
  line-height: 22px;
  text-indent: 0px;
  letter-spacing: 0.05em;
  padding: 0.5em;
  margin: 0 0 0 40px;
  text-align: justify;/* royutanzoroe  only for IE,FireFix */
  text-justify: inter-ideograph; /* royutanzoroe  only for IE,FireFix */
  }
.contents .offset{
  margin: 0 40px 0 80px;
  }
.contents a:link{
  color: #1A4472;
  text-decoration: none;
  }
.contents a:visited{
  color: #1A4472;
  text-decoration: none;
  }
.contents a:hover,a:active{
  color: #CAEADA;
  }

.contents h1{
  color: #EEEEEE;
  font-size: 28px;
  font-family: comic sans ms;
  line-height: 120%;
  text-indent: none;
  letter-spacing: 0.1em;
  padding:  10px 0 10px 10px;
  margin:  0 0 25px 0;
  border-width: 0 0 0 10px;
  border-style: solid;
  /* border-color: #017589; */
  border-color: #1A4472;
  /* background: -webkit-gradient(linear, left top, right top, from(#465DAA), to(rgba(255,0,0,0))); */
  background: -webkit-gradient(linear, left top, right top, from(#008080), to(rgba(255,0,0,0)));
  width: 80%;
  }
.contents h2{
  color: #000000;
  font-size: 18px;
  line-height: 120%;
  text-indent: none;
  letter-spacing: 0.05em;
  padding:  5px 0 5px 8px;
  margin:  25px 0 5px 25px;
  border-width: 0 0 0 5px;
  border-color: #C6485B;
  border-style: solid;
  }
.contents h3{
  color: #000000;
  font-size: 16px;
  line-height: 120%;
  text-indent: none;
  letter-spacing: 0.05em;
  padding:  5px 0 5px 6px;
  margin:  25px 0 5px 45px;
  border-width: 0 0 0 5px;
  border-color: #1A4472;
  border-style: solid;
  }

.table_program {
  border-collapse: collapse;
  font-size: 14px;
  margin-left:100px;
  width: 700px;
  }
.table_program td {
  text-align: center;
  }


.google_form{
  display: block;
margin-left:auto;
margin-right:auto;
}






