@charset "Shift_JIS";

/* 要素リセット */
.Class{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family : HG丸ｺﾞｼｯｸM-PRO;
    color: #000000; /* 標準文字色 */
    min-width: 900px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
	display: block;
  z-index : 1;
  background-image : none;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    background-image : url(fbg_9Aa.png);
    background-position: bottom left;
    background-repeat: repeat-x;
  font-family : HG丸ｺﾞｼｯｸM-PRO;
border-width : 0px;
}

#hpb-header{
    margin-bottom: 25px;
  height : 89px;
  width : 900px;
  background-color : transparent;
  margin-left : auto;
  margin-right : auto;
}

#hpb-inner{
    width : 900px;
    margin-left: auto;
    margin-right: auto;
  padding-top : 10px;
  clear : both;
  position : relative;
  background-color : transparent;
}

.hpb-layoutset-02 #hpb-wrapper{
    width : 650px;
    padding-top: 25px;
}

.hpb-layoutset-01 #hpb-title{
    margin-right : 0px;margin-bottom : 0px;margin-left : 0px;
    padding: 0;
  height : 260px;
}

.hpb-layoutset-02 #hpb-title
{
}

#hpb-main{
    width : 650px;
    padding-bottom: 0px;
    text-align: left;
  float : left;
  background-color : inherit;
}

.hpb-layoutset-01 #hpb-main{
    padding-top : 0px;
}

#hpb-aside{
    padding-bottom: 50px;
  margin-top : 7px;
  float : right;
  text-align : right;
  width : 220px;
}

.hpb-layoutset-02 #hpb-aside{
    margin-top: 10px;
}

#hpb-footer{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  background-repeat : repeat-x;
  clear : both;
  height : 128px;
}

.hpb-layoutset-01 #hpb-nav{
    width: 900px;
    height : 156px;
    overflow: hidden;
    position: absolute;
    top : -30px;
    left: 0px;
    background-image : url(menubgaaio.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #hpb-nav{
	width : 900px;
	height : 156px;
	top : -30px;
	left: 0px;
	background-image: url(menubgaaoioi.png);
	background-position: left top;
	background-repeat: no-repeat;
  position : absolute;
  background-color : transparent;
  overflow : hidden;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01{
    background-image : none;
    background-position: 0px 75px;
    background-repeat: repeat-x;
}

.hpb-layoutset-02{
    background-image : none;
    background-position: 0px 75px;
    background-repeat: repeat-x;
  position : relative;
  text-align : center;
  margin-left : auto;
  margin-right : auto;
}


/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 1px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
}

#hpb-nav ul::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html #hpb-nav li{
    /* ie6用ハック */
    width: 127px;
}

#hpb-nav li a{
	font-size: 13px;
    height: 39px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  text-align : left;
  display : block;
}
* html #hpb-nav li a{
	/* ie6用ハック */
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: black;
}


#hpb-nav li span.en{
    display: none;
}


#hpb-nav a:link{
    background-image : url(menubgaaio.png);
    background-position: top right;
    background-repeat: no-repeat;
}
#hpb-nav a:visited{
    background-image : url(menubgaaoion.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#hpb-nav a:hover{
    background-image : url(menubgaaoion.png);
    background-position: right top;
    background-repeat: no-repeat;
}
#hpb-nav a:active{
    background-image : url(menubgaaoion.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.header-list{
  font-size: 0;
}
#hpb-nav li{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  height : inherit;
  background-color : white;
  display : inline;
  line-height : 38px;
  float : left;
}
.jam{
	height: 39px;
  display : inline-block;
  float : left;
  width : 20%;
  position : relative;
}

.jasub{
    top : 39px;
    left: 0px;
  height : 38px;
  position : absolute;
  display : block;
}
.jasubf{
	width: 0px;
	overflow: hidden;
}
.jasubc{
    overflow: hidden;
	opacity: 0;/* サブメニューが出現する速度の調整 */
	-webkit-transition: 0.3s;
	transition: 0.3s;
  display : block;
  width : 100%;
}

/* メインメニューマウスカーソルが乗ったらサブメニューを出現させる */
.jam:hover > .jasub > .jasubc{
	overflow: visible;
	opacity: 1;
	height: 39px;
	color: black;
	z-index: 45;
}
* html #hpb-nav li a:link{
    /* ie6用ハック */
    background-image : url(menubgaaio.png);
    background-position: top right;
    background-repeat: no-repeat;
}
* html #hpb-nav li a:visited{
    /* ie6用ハック */
    background-image : url(menubgaaio.png);
    background-position: top right;
    background-repeat: no-repeat;
}
* html #hpb-nav li a:hover{
    /* ie6用ハック */
    background-image : url(menubgaaoion.png);
    background-position: left right;
    background-repeat: no-repeat;
}
* html #hpb-nav li a:active{
    /* ie6用ハック */
    background-image : url(menubgaaoion.png);
    background-position: left right;
    background-repeat: no-repeat;
}

#hpb-nav h3.hpb-c-index{
    height : 1px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: none;
    color : #ff0000;
  overflow : hidden;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#hpb-inner #associationinfo{
    color : #ffffff;
    padding-top: 0px;
    padding-bottom: 10px;
  margin-top : 20px;
  background-color : #ffffff;
}

#hpb-inner #associationinfo h3{
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 1em;
  background-color : #46aa36;
}

#hpb-inner #associationinfo p{
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
    color: #000000;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 0;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		background-image : none;
  }

	#hpb-header{
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 10px;
	height: auto;
}

	#hpb-inner{
		width : 100%;
  
  
  
  
  }

	.hpb-layoutset-02 #hpb-wrapper{
		width: 100%;
		padding-top: 0;
		float: none;
	}

	.hpb-layoutset-01 #hpb-title{
		height : 160px;
	
  }

	#hpb-main{
		width : 96%;
		float: none;
		padding-top: 1px;
		padding-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
	}
	.hpb-layoutset-01 #hpb-main{
		padding-top : 0px;
	}

	#hpb-aside{
		max-width: 96%;
		margin-top : 0px;
		padding-bottom: 20px;
    float : none;
  
  
    margin-left : auto;
    margin-right : auto;
  }

	.hpb-layoutset-02 #hpb-aside{
		margin-top: 0;
	
  }

	#hpb-footer{
		width: 100%;
		height: auto;
		padding-top: 0;
		border-top-color: #dddddd;
		border-top-width: 1px;
		border-top-style: solid;
	}

	.hpb-layoutset-01 #hpb-nav{
		top: 0;
		left: 0;
		background-image : none;
		background-color: #fdfdfd;
		border-top-color: #dddddd;
		border-top-width: 1px;
		border-top-style: solid;
		border-bottom-color: #dddddd;
		border-bottom-width: 1px;
		border-bottom-style: solid;
  
  
  
  
    
		height : inherit;
  
    position : relative;
  
    width : 100%;
  
  
  }

	.hpb-layoutset-02 #hpb-nav{
		width : 100%;
		height : auto;
		position : relative;
		top : 0px;
		background-image : none;
		background-color : #ffffff;
		border-top-color : #dddddd;
		border-top-width: 1px;
		border-top-style: solid;
		border-bottom-color : #dddddd;
		border-bottom-width: 1px;
		border-bottom-style: solid;
  }


	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* 背景設定 */
	.hpb-layoutset-01{
		background-image : none;
	}

	.hpb-layoutset-02{
		background-image : none;
	}


	/* コンテンツ配置領域 */

	/* ナビゲーション */
	#hpb-nav ul{
		margin-left: 0;
		display: none;
	}

	#hpb-nav ul.toggled-on{
		display: block;
	}
	
	#hpb-nav li{
	float: none;
	line-height: 1.4;
	height : 39px;
	border-top-color: #dddddd;
	border-top-width: 1px;
	border-top-style: solid;
	width: 100%;
	display: block;
    position : relative;
  }

       #hpb-nav li a{
	height : inherit;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
  
    display : block;
    overflow : hidden;
  }

	#hpb-nav a:link{
		background-image : none;
	}
	#hpb-nav a:visited{
		background-image : none;
	}
	#hpb-nav a:hover{
		background-image : none;
		background-color: #efefef;
	}
	#hpb-nav a:active{
		background-image : none;
		background-color: #efefef;
	}

	/*--------------------------------------------------------
	  共通パーツデザイン設定
	--------------------------------------------------------*/
	#hpb-inner #associationinfo{
		margin-top: 20px;
	
  
    background-color : #ffffff;
  }
	#hpb-inner #associationinfo h3{
		padding-right: 15px;
	
  }

	#hpb-inner #associationinfo p{
		padding-right: 15px;
	}

