body{background-color:#fff;font-weight:bold;font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;-webkit-text-size-adjust:none}

#main{position:relative;margin-top:-5px;margin-left:-6px;width:1048px;height:618px;background-color:#fff;*overflow: hidden;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border:2px #ccc solid;}

.navnl{position : absolute;top : 47px;left : 795px;width:240px;height:480px;padding-right:5px;margin-top:-2px;margin-left:-0px;overflow:hidden;border:0;}

img{border:0}

.text1{position : absolute;top : 9px;left : 220px;color :#0000ff;font-size : 20pt;display:inline-block;transform:skewX(-15deg)}
.text2{position : absolute;top : 13px;left : 305px;color : #00008b;font-size : 16pt;display:inline-block;transform:skewX(-15deg)}

#ab{position:absolute;top:40px;left:15px;}

.botton{position:absolute;top:520px;left:865px;}

#contents {
  overflow: hidden;
  width: 220px;
  height: 292px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
}
#nav {
  width: 110px;
  margin: 0;
  padding: 0;
}
#nav li {
  position: relative;
  width: 110px;
  height: 29px;
}
#nav > li {
  border-bottom: none;
}
#nav li:last-child {
  border-bottom: none;
}
#nav li:hover > ul > li {
  border-bottom: none;
}
#nav li > ul > li:last-child {
  border-bottom: none;
}
#nav li a {
  display: block;
  width: 110px;
  height: 29px;
  color: #666;
  font-size: 13px;
  line-height: 2.2;
  padding: 0 5px;
  margin:10px auto 0px auto;
  text-align:center;
  background: #eee;
  border: 1px solid #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
}
#nav li a:hover {
  color: #fff;
  background: #afc6e2;
}
#nav > li:hover > a {
  background: #999;
}
#nav > li:hover li:hover > a {
  background: #999;
}
#nav li:hover > ul > li {/*子・孫*/
  overflow: visible;
  top: -29px;
  left: 70px;
  height: 28px;
}
#nav li ul li {/*子・孫*/
  overflow: hidden;
  height: 0;
  left: 60px;
  list-style: none;
}
#nav li ul li a {
  background: #eee;
  margin:0;
}
#nav li ul:before {/*孫*/
  position: absolute;
  content: "";
  top: 14px;
  left: 140px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
#nav li:hover ul li ul li:hover > a {/*孫*/
  background: #afc6e2;
}
.content {
  width: 600px;
  height: 250px;
  background: #eee;
  margin: 0;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}


