@charset "UTF-8";

/* あ */

body{
  font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  /*background-color : #000066;*/
  /*color : #333333;*/
  color : #090c00;
  /*background : #ffffff url("../images/top_container_back.png") repeat-x;*/
  margin: 0;  
}

img { max-width:100% }

/*-------------------------見出しの指定*/   

h1{
  /*margin : 0px;*/
  /*padding : 0px;*/
  font-size : 1.7em;
  /*font-size : 27px;*/
  /*font-weight : normal;*/
  /*color : black;*/
  color : #090c00;
  /*background : #ccffcc ;*/
background : #9bab70 ;
  /*margin-bottom : 5px;*/
}


h2{
  /*margin : 0px;*/
  /*padding : 0px;*/
  font-size : 1.4em;
  /*font-size : 22px;*/
  /*font-weight : normal;*/
  /*color : black;*/
  color : #090c00;
  /*background : #ccffcc ;*/
background : #9bab70 ;
  /*margin-bottom : 3px;*/
}

h3{
  /*margin : 0px;*/
  /*padding : 0px;*/
  font-size : 1.2em;
  /*font-size : 19px;*/
  /*font-weight : normal;*/
  /*color : black;*/
  color : #090c00;
  /* */
  background : #9bab70 ;
  margin : 1px;
  margin-bottom : 0px;
}

h4{
  /*margin : 0px;*/
  /*padding : 0px;*/
  /*font-size : 1.0em;*/
  font-size : 1.1em;
  /*font-weight : normal;*/
  /*color : black;*/
  color : #090c00;
  /*background : #ccffcc ;*/
  /*background : white ;*/
  background : #9bab70 ;
  margin : 4px;
  margin-bottom : 0px;
}
h5{
  /*margin : 0px;*/
  /*padding : 0px;*/
  font-size : 1.0em;
  /*font-weight : normal;*/
  /*color : black;*/
  color : #090c00;
  /*background : #ccffcc ;*/
background : white ;
  margin : 4px;
  margin-bottom : 0px;
}

/*-------------------------tableの指定*/   

table{
  width:auto;
  /*height:auto;*/
  /*font-family:arial,sans-serif;*/
  font-size:1.0em;
  /*font-size:0.9em;*/
  text-align: center;
  border: solid 1px #cccccc;
  border-collapse: collapse;
}

/*-------------------------可変埋め込み動画 -----*/   

/* 16:9 HD 560x315 480x270*/
.movieHD {  
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
 
.movieHD iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
/* 3:2  
.movie32 {  
 position: relative;
 width: 100%;
 padding-top: 66.67%;
}
 
.movie32 iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
*/

/* 4:3 VGA */
.movie43 {  
 position: relative;
 width: 100%;
 padding-top: 75.00%;
}
 
.movie43 iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}

/* 80 480x385 */
.movie80 {  
 position: relative;
 width: 100%;
 padding-top: 80.21%;
}
 
.movie80 iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
/* ------<a href マウスを乗せるとリンク文字に下線が出る------ */
