@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; /* 標準文字色 */
    min-width: 960px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	background-image : url(../img/headerBg_1F1b_02.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#hpb-header{
	height: 153px;
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#hpb-inner{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image : url(innerBg_1F1b_02.html);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #fff;
	margin-top: -1px;
}

#hpb-wrapper{
	width: 720px;
	float: right;
	margin-top: -1px;
/* background: orange;
*/
}

#hpb-main{
    width: 680px;
    float: left;
    text-align: left;
    padding-bottom: 30px;
	padding-left: 18px;
	padding-right: 18px;
/* background: yellow;
*/
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 20px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 10px;
}

#hpb-aside{
    width: 220px;
	float: left;
    text-align: left;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 6px;
/* background: green;
*/
}

#hpb-footer{
    clear: both;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
    width: 730px;
    height: 309px;
    text-indent: -9999px;
    overflow: hidden;
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #hpb-title{
    width: 730px;
    height: 111px;
    background-position: top left;
    background-repeat: no-repeat;
	overflow: hidden;
}

/* ナビゲーション */

#hpb-nav{
	width: 100%;
	position: absolute;
	top: -56px;
	left: 0;
	}

#hpb-nav ul{
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: center;
	width: 970px;
	height: 51px;
	overflow: hidden;
	letter-spacing: -0.4em;
	}


#hpb-nav li{
    display: inline-block;
    font-size: 13.6px;
	letter-spacing: 0.1em;
	border-right: 1px solid #bdcfdc;
}
#hpb-nav li:first-child{
	border-left: 1px solid #bdcfdc;
}


#hpb-nav li a{
    display: block;
    padding-left: 25px;
    padding-right: 35px;
	height: 51px;
	overflow: hidden;
	line-height: 51px;
	font-size: 1.1em;
	
}
#hpb-nav li a:hover{
	background-color: #3894ce;
	background-repeat: no-repeat;
	background-position: bottom center;
}


/*トップページ*/

#toppage p.large{

}

/* =======================================================
  レスポンシブル設定
======================================================= */
#menu ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
    padding: 0.5em 1em;
    margin: 0.5em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}

ul li {
  padding: 0.2em 0 0.2em 0;
  border-bottom: dashed 1px silver;
}

table, th, td {
}