@charset "Shift_JIS";

/* 要素リセット */
body{
    margin : 0px;
    padding : 0px;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-image : url(fbg_9Dc.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
}

#hpb-header{
    width: 220px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    height: 280px;
}

#hpb-inner{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}

.hpb-layoutset-02 #hpb-wrapper{
    position: relative;
    width: 650px;
    margin-top: -280px;
    padding-top: 0px;
    z-index: 1;
    float: right;
}


* html .hpb-layoutset-01 #hpb-main{
    /* ie6用ハック */
    position: absolute;
    top: 0px;
    left: 250px;
}

.hpb-layoutset-01 #hpb-title{
    height: 180px;
    width: 650px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    position: absolute;
    top: -280px;
    left: 250px;
}

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

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

.hpb-layoutset-01 #hpb-main{
    margin-top: -70px;
}

#hpb-aside{
    width: 220px;
    float: left;
    margin-top: 0px;
    padding-bottom: 50px;
}

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

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

.hpb-layoutset-01 #hpb-nav{
    overflow: hidden;
    margin-top: 0px;
}

.hpb-layoutset-02 #hpb-nav{
    overflow: hidden;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01{
    margin-top: -1px;
}

.hpb-layoutset-02{
    margin-top: -1px;
}


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

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

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

#hpb-nav li{
    width: 220px;
    display: block;
    font-size: 13px;
    line-height: 33px;
    height: 33px;
    overflow: hidden;
    background-image : url(menuBg_9Dc_02.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-align: left;
}

#hpb-nav li a{
    display: block;
    height: 33px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

#hpb-nav li span.en{
    color: #7E704A;
    padding-left: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 33px;
}

#hpb-nav li span.ja{
    color: #888888;
    padding-left: 10px;
    line-height: 33px;
    font-size: 13px;
    font-weight: bold;
}

#hpb-nav a:link
{
}
#hpb-nav a:visited
{
}
#hpb-nav a:hover
{
}
#hpb-nav a:active
{
}

#hpb-nav a:hover span.en{
    color: #7E704A;
}
#hpb-nav a:active span.en{
    color: #7E704A;
}

#hpb-nav a:hover span.ja{
    color: #7E704A;
}
#hpb-nav a:active span.ja{
    color: #7E704A;
}

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

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

#hpb-inner #associationinfo h3{
    text-align: left;
    font-weight: bold;
    margin-top: 3px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 18px;
    padding-right: 5px;
    background-image : url(top_as_info_9Dc.png);
    background-position: 0px 20px;
    background-repeat: no-repeat;
    color: #6B5334;
    font-size: 1.2em;
    text-transform: uppercase;
}

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

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

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		background-image: none;
	}
	
	#hpb-header{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}

	#hpb-inner{
		width: 100%;
	}
	
	.hpb-layoutset-02 #hpb-wrapper{
		width: 100%;
		margin-top: 0px;
		float: none;
	}
	
	.hpb-layoutset-01 #hpb-title{
		height: auto;
		width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
	}

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

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

	#hpb-footer{
		width: 100%;
		height: auto;
		padding-top: 0px;
	}

	.hpb-layoutset-01 #hpb-nav{
		background-color: #FCFCFC;
		border-top-color: #CCCCCC;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-color: #CCCCCC;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

	.hpb-layoutset-02 #hpb-nav{
		background-color: #FCFCFC;
		border-top-color: #CCCCCC;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-color: #CCCCCC;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}


	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* 背景設定 */
	.hpb-layoutset-01{
    margin-top: 0px;
	}
	
	.hpb-layoutset-02{
    margin-top: 0px;
	}

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

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

	#hpb-nav ul.toggled-on{
		display: block;
	}

	#hpb-nav li{
		width: 100%;
		line-height: 1.4;
		height: auto;
		background-image: none;
		border-top-color: #CCCCCC;
		border-top-width: 1px;
		border-top-style: solid;
	}

	#hpb-nav li a{
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#hpb-nav li span.en{
		padding-left: 0px;
		line-height: 1.4;
		display: inline-block;
	}
	
	#hpb-nav li span.ja{
		padding-right: 10px;
		padding-left: 0px;
		line-height: 1.4;
		display: inline-block;
	}

	/*--------------------------------------------------------
	  共通パーツデザイン設定
	--------------------------------------------------------*/
	#hpb-inner #associationinfo h3{
		padding-right: 18px;
		background-position: left bottom;
	}

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

}