@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 72%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #333333; /* 標準文字色 */
    background-color: #D9CEC3;
    background-image : url(bg_11Ba.png);
    background-position: top center;
    background-repeat: repeat-x;
}
/* 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: 100%;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(footerBg_11Ba.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-top: 0;
}

#hpb-container::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-header
{
}

#hpb-inner{
    width: 880px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    position: relative;
    padding-bottom: 40px;
    zoom: 1; /* for IE6 */
}

#hpb-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    position: relative;
}

#hpb-title{
    width: 100%;
    text-align: left;
    height: 160px;
    overflow: hidden;
}

#hpb-title::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main{
    margin-top: 0;
    position: relative;
    padding-top: 20px;
}

#toppage-item{
    width: 880px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 5px;
}

#toppage-item::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#toppage-news{
    width: 650px;
    float: right;
    background-color: #ffffff;
    margin-right: 5px;
}

#toppage-info{
    width: 210px;
    margin-left: 5px;
    float: left;
    background-color: #ffffff;
    background-image : url(profileBg_11Ba.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#hpb-footer{
    width: 880px;
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 60px;
    background-image : url(footerBg_11Ba.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#hpb-nav{
    position: absolute;
    top: 120px;
    left: 0px;
    height: 40px;
    overflow: hidden;
    width: 880px;
    text-align: left;
    background-color: #826C56;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */



/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
    display: inline;
    height: 40px;
    overflow: hidden;
    float: left;
}

* html #hpb-nav li{
    width: 100px; /* for ie6 */
}

*:first-child + html #hpb-nav li{
    width: 100px; /* for ie7 */
}

#hpb-nav li a{
    display: block;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 15px;
}

#hpb-nav li span.en
{
}

#hpb-nav li span.ja
{
}


#hpb-nav a:link{
    color: #EEEAE6;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #EEEAE6;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #D3C9BE;
    text-decoration: none;
}
#hpb-nav a:active{
    color: #D3C9BE;
    text-decoration: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/


/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
	
	body{
		background-image: none;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
    background-image : none;
	}
		
	#hpb-inner{
		width: 100%;
	}
		
	#hpb-title{
		width: 96%;
		height: auto;
		background-color: #FFFFFF;
		padding-left: 2%;
		padding-right: 2%;
	}
	
	#hpb-main{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	#toppage-item{
    width: 100%;
	}
	
	#toppage-news{
    width: 100%;
    float: none;
	}
	
	#toppage-info{
    width: auto;
		margin-left: 0px;
    float: none;
	}

	#hpb-footer{
		width: 100%;
		height: auto;
    background-image: none;
		background-color: #6D5A48;
	}
	
	#hpb-nav{
		position: relative;
		top: 0px;
    height: auto;
    width: 100%;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
    display: block;
    height: auto;
    float: none;
		border-top-color: #EEEAE6;
		border-top-style: solid;
		border-top-width: 1px;
	}
	#hpb-nav li a{
    height: auto;
		line-height: 1.4;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	
}