@charset "utf-8";
/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-repeat: repeat;
  background-image: url(../img/haikei.png);
}

a:link {
  color: #A3C702;
  text-decoration: none;
}

a:visited {
  color: #A3C702;
}

a:hover {
  color: #A3C702;
  text-decoration: underline;
}

a:active {
  color: #A3C702;
}

p {
  font-size: small;
  line-height: 200%;
}

hr {
  display: none;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

/* フロート解除 */
.clearfloat {
  font-size: 1px;
  line-height: 0px;
  clear: both;
  height: 0px;
}

/* レイアウト大枠 */
#container {
  width: 100%;
}

#aheader h1 {
  padding: 16px 0;
  font-size: small;
  font-weight: 300;
}

#header {
  width:960px;
  margin: 0 auto;
}

#header ul {
  float:right;
  text-align: right;
  padding: 0px;
  margin:0px;
  height: 80px;
}

#header ul li {
  font-size: small;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* 横ナビ(メニュー) */
#agnavbar {
  width: 100%;
  height: 50px;
  background-image: url(../img/menu.png);
  background-repeat: repeat-x;
}

.gnavbar {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}

/* 横ナビ画像リンク(JAVA) */
.gnavbar ul {
  height: 50px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
}

.gnavbar ul li {
  text-align: center;
  float: left;
  width: 150px;
  height: 50px;
}

/* フラッシュ */
#aflash {
  width: 100%;
  height: 390px;
  top: 0px;
  left: 0px;
}

.flash {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  height: 400px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-top: 10px;
}

/* コンテンツ */
#contents {
  display: flex;
  gap: 18px;
  width: 960px;
  margin: 0 auto;
}

#haikei {
  width: 100%;
}  

/* サイドメニュー */
#sidemenu {
  margin: 24px 0 56px;
}

/* メイン */
#main {
  flex: 1;
  margin: 24px 0 56px;
}

/* フッター */
#afooter {
  width: 100%;
}

.footer {
  display: grid;
  place-items: center;
  width: 100%;
  height: 80px;
}

/* ページトップ(JAVA) */
#toTop {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: x-small;
  text-align: right;
}

/* ページトップ(JAVA) */
#toTop2 {
  width: 705px;
  margin-right: auto;
  margin-left: auto;
  font-size: x-small;
  text-align: right;
  margin-bottom: 10px;
}

/*/* ここから下いろいろカスタマイズ */

/* 小文字 */
.smoji {
  font-size:x-small;
}

/* 通常文字サイズに装飾(太さのみ) */
.mojiw {
  font-weight: bold;
}

.boxA {
  width: 630px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
}

.boxA ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.boxA ul li {
  font-size: small;
  line-height: 150%;
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #cccccc;
}

.boxB {
  width: 630px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

table.hyo {
  margin-top: 10px;
  margin-bottom: 10px;
}

table.hyo tr th {
  font-size: small;
  font-weight: normal;
  background-color: #ecfdbd;
  text-align: right;
  margin: 0px;
  line-height: 150%;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

table.hyo tr td {
  font-size: small;
  line-height: 150%;
  background-color: #ffffff;
  margin: 0px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.sideA {
  width: 270px;
  background-image: url(../img/haikei.png);
  margin-bottom: 10px;
}

.sideA ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.sideA ul li {
  font-size: small;
  line-height: 150%;
  margin: 0px;
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #cccccc;
}


/* サブメニュー1段目 */
#menu ul ul{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFF;
  color: #FFF;
  width: 192px;
  
}
#menu li li {
  clear: both;
  color: #FFF;
  background-color:#FFF;
  height: 30px;
  width: 192px;
  font-size: small;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 2;
  
}

#menu li:hover {   
position:relative;
color: #FFF;
}
#menu li:hover > ul {   
display: block;
color: #FFF;
}

/* IE6用 */
/* * html #menu li {   
behavior: expression(      
this.onmouseover=new Function("this.className='column1'"),      
this.onmouseout=new Function("this.className=''"),      
this.style.behavior = 'none'   );
}
* html #menu li li {   
behavior: expression(      
this.onmouseover=new Function("this.className='column2'"),      
this.onmouseout=new Function("this.className=''"),      
this.style.behavior = 'none'   );
}
* html #menu li li li {   
behavior: expression(      
this.onmouseover=new Function("this.className='column3'"),      
this.onmouseout=new Function("this.className=''"),      
this.style.behavior = 'none'   );
} */
#menu .column1 {
  position:relative;
}
#menu .column1 ul {
  display:block;
  }
#menu .column1 ul {
  display:none;
  }
#menu .column2 {
  position:relative;
  }
#menu .column2 ul {
  display:block;
  }
#menu .column2 ul {
display:none;
}
#menu .column3 {
  position:relative;
  }
#menu .column3 ul {
  display:block;
  }
#menu .column3 ul {
  display:none;
  }

.mal{
  margin-left:15px;
}