@charset "Shift_JIS";

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

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 880px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
}

#hpb-header
{
}

#hpb-inner{
    position: relative;
    width: 100%;
    padding-bottom: 15px;
}

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

#hpb-wrapper{
    width: 700px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
    min-height: 200px;
}

* html #hpb-wrapper{
    height: 200px; /* for IE6 */
}

#hpb-title{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-main{
    padding-top: 10px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
    min-height: 300px;
}

#hpb-aside{
    width: 170px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
    padding-top: 10px;
}

* html #hpb-aside{
    float: none; /* for IE6 */
}


#hpb-footer{
    height: 35px;
    position: relative;
    background-color: #282828;
}

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

#hpb-nav{
    width: 170px;
    float: left;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

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

/* ナビゲーション →main */
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

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

	body{
		min-width: 100%;
		background-color: #ffffff;
		background-image : none;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		margin-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#hpb-header{
		padding-bottom: 10px;
	}
	#hpb-inner{
		padding-bottom: 0;
	}
	#hpb-wrapper{
		width: 100%;
		float: none;
		min-height: 0;
	}
	#hpb-main{
		padding-top: 0;
		min-height: 0;
		width: 96%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-top: 10px;
	}
	#hpb-aside{
		max-width: 96%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		padding-top: 0;
		padding-bottom: 20px;
	}
	#hpb-footer{
		height: auto;
	}
	#hpb-nav{
		width: 100%;
		float: none;
		background-color: #0a7800;
		padding-top: 1px;
		border-bottom-width: 1px;
		border-bottom-color: #b8dcb4;
		border-bottom-style: dotted;
	}



}
