/*styles.css*/
html{
  position: static;
  top:0px;
  left:0px;
  height: 100%;
}
body{
  /*height: 100%;*/
  font-family: Verdana, Arial;
  font-size: 18px;
}

#container{
  width: 100%;
  /*height: auto;*/
}


#main{text-align: center;
overflow: hidden;
/* ヘッダーの固定 */
/*position: absolute;
top: 85px;*/
margin-top: 85px;
}

#menu{
  position: fixed;
  top: 85px;
  left: 0px;
  /*float: left;*/
  text-align: left;
  width:420px;
  /*background: yellow;*/
}

#frame{
  position: fixed;
  top: 85px;
  left:420px;
  /*width: window.innerWidth-420px;*/
  /*background: skyblue;*/
  /*margin-left: 420px;*/
}

div#header{
    position: fixed;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 75px;
    border-bottom: solid 1px darkgray;
  }


.fabacademy2017{
  font-size: 18pt;
  padding-top: 0px;
  padding-left:10px;
  margin-top: 10px;
}

h1{
  float:left;
  width: 300px;
  height: 36px;
}

#fab{color: black; font-weight: bold;}
#Academy{color: grey;}
#year2017{color: black;}
#YuichiTAMIYA{color: Black; padding-left: 10px;text-decoration: none; }

#YuichiTAMIYA{position:relative;}

#YuichiTAMIYA:hover:after{
content:"About";
display:block;
position:absolute;
bottom:0px;
left:0;
width:100%;
height:30px;
line-height:30px;
background-color:white;
/*font-weight:bold;*/
text-align:center;
}




h2{
  margin-left: 10px;
  margin-top: 15px;
  font-size: 16px;
}

ul{clear: both;
    list-style:none;
    margin-left: 20px;
    width:450px;
    margin-top: 5px;
    margin-bottom: 10px;
}

ul li>a{
  font-size: 12px;
  color: black;
  text-decoration: none; /*リンクの下線を消す*/
  /*display: block;  /*リンク幅を枠いっぱいに広げる*/
}


/*#weekly li>a:hover{font-weight: bold;}*/
/*#final li>a:hover{font-weight: bold;}*/


.hover li>a:hover{
    font-weight: bold;
}



a.no_link{pointer-events: none;}/*リンクを無効にする*/

#target_box{border: none;}

/*#footer{
  color: gray;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid gray;
  width:100%;
  height: 20px;
  clear:both;
  background: black;
}*/
