@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 100%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #666666; /* 標準文字色 */
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 90%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}


.hpb-layoutset-01{
    background-image : url(../img/bgmenu.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-menubg{
    display: block;
	width: 100%;
	line-height: 10;
	margin: 0;			/* メニューバー外側の余白(ゼロ) */
	background-image : url(../img/top-logo.png);
	background-position: top50px left;
}

#hpb-container{
    width: 1260px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
}

#hpb-header{
    height: 83px;
}

#hpb-inner{
    position: relative;
    padding-top: 54px;/*54px */
    width: 100%;
}

#hpb-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    width: 1000px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
}

#hpb-title{
    width: 1000px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-main{
    width: 1000px;
    margin-top: 0px;/*20*/
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 2px;/* 2px*/
    padding-bottom: 10px;
    text-align: left;
}

#hpb-aside{
    width: 250px;
    margin-top: 5px;/*20*/
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
	padding-top: 2px;
    padding-bottom: 20px;
}

#hpb-footer{
    width: 1260px;
    background-position: left top;
    background-repeat: repeat-x;
    
    clear: both;
    position: relative;
}
#hpb-nav{
    width: 1264px;
    /*height : 170px;/*height : 170px*/
	/*height: auto;*/
    /*overflow: hidden;
	/*position: relative;*/
    position: absolute;
	top: 6px;
    left: 0px;
	right: 0px;
}
#hpb-img{
    width: 1260px;
    height: 255px;
    overflow: hidden;
    position: absolute;
    top: px;
    left: 0px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */
		/* -------------------- */
		/* ▼メニューバーの装飾 */
		/* -------------------- */
		ul.ddmenu{
                        margin: 0px;			/* メニューバー外側の余白(ゼロ) */
			padding: 0px 0px 0px 0px;	/* メニューバー内側の余白(左に15px) */
			/*background-color: #bdd7ee;	/* バーの背景色 ffb7ff*/
		}

		/* -------------------------- */
		/* ▼メインメニュー項目の装飾 */
		/* -------------------------- */
		ul.ddmenu li{
			width:206px;			/* メニュー項目の横幅 108*/
			margin-right: 4.6px;
			/*padding: 0px 10px 0px 10px;*/
			display: inline-block;  	/* ★横並びに配置する */
			list-style-type: none;	        /* ★リストの先頭記号を消す */
			position: relative;		/* ★サブメニュー表示の基準位置にする */
		}
		ul.ddmenu a{
			background-color: #bdd7ee;	/* メニュー項目の背景色 */
			color: #000066;			/* メニュー項目の文字色(白色) */
			line-height: 38px;		/* メニュー項目のリンクの高さ(40px) */
			text-align: center;		/* メインメニューの文字列の配置(中央寄せ) */
			text-decoration: none;		/* メニュー項目の装飾(下線を消す) */
			font-weight: bold;		/* 太字にする */
			display: block;			/* ★項目内全域をリンク可能にする */
			border-right: 5px #000000;	/* 項目右側の枠線 */
			border-bottom:1px #000000;	/* 項目下側の枠線 */

		}
		ul.ddmenu a:hover{
			background-color: rgba(189, 215, 258,.50);
			/*background-color: #00c88c;	/* メニュー項目にマウスが載ったときの背景色 95cdff*/
			color: #000066;			/* メニュー項目にマウスが載ったときの文字色 */
		}

		/* ---------------------------------- */
		/* ▼サブメニューがある場合に開く処理 */	/* ※サブメニューが1階層しか存在しない場合の記述 */
		/* ---------------------------------- */
		ul.ddmenu li:hover ul{
			display: block;  	/* ★横並びに配置する */

		}

		/* -------------------- */
		/* ▼サブメニューの装飾 */
		/* -------------------- */
		ul.ddmenu ul{
			margin: 0px;			/* ★サブメニュー外側の余白(ゼロ) */
			padding: 0px;			/* ★サブメニュー内側の余白(ゼロ) */
			display: none;			/* ★標準では非表示にする */
			position: absolute;		/* ★絶対配置にする */
			
		}

		/* ------------------------ */
		/* ▼サブメニュー項目の装飾 */
		/* ------------------------ */
		ul.ddmenu ul li{
			width: 206px;			/* サブメニュー1項目の横幅(135px) */
			border-top: 1px solid #ffffff;	/* 項目上側の枠線(1pxの実線) */
			border-bottom: 1px solid #bddeff;	/* 項目上側の枠線(1pxの実線) */
		}
		ul.ddmenu ul li a{
			background-color: rgba(255, 255, 255,.75);	/* サブメニュー項目の背景色 */
			color: #000066;			/* サブメニュー項目の文字色*/
			line-height: 30px;		/* サブメニュー1項目の高さ(35px) */
			
			text-align: left;		/* 文字列の配置(左寄せ) */
			
			padding-left:10px;		/* 文字列前方の余白(5px) */
			font-weight: normal;	        /* 太字にはしない */
		}
		ul.ddmenu ul li a:hover{
			background-color: #bdd7ee;	/* メニュー項目にマウスが載ったときの背景色 95cdff*/
			color: #000066;			/* メニュー項目にマウスが載ったときの文字色 */
		}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}
.hpb-layoutset-01{
    background-image : url(../img/bgmenusp.png);
    background-position: top left;
    background-repeat: repeat-x;
}
	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
	}
	#hpb-header{
		height: auto;
		padding-bottom: 10px;
	}
	#hpb-inner{
		padding-top: 0;
	}
	#hpb-wrapper{
		width: 100%;
		float: none;
	}
	#hpb-title{
		width: 100%;
	}
	#hpb-main{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-top: 20px;
	}
	#hpb-aside{
		width: 100%;

		float: none;
	}
	#hpb-footer{
		background-image: none;
	}
	
	#hpb-nav{
		width: 100%;
		height: auto;
		position: relative;
		background-image: none;
		background-color: #2ea318;
		
	}
	
		ul.ddmenu{
                       /* margin: 0px;*/
			margin-bottom:5px;		/* メニューバー外側の余白(ゼロ) */
			padding: 0px 0px 0px 0px;	/* メニューバー内側の余白(左に15px) */
			background-color: #dae9f5;	/* バーの背景色 */
		}

		/* -------------------------- */
		/* ▼メインメニュー項目の装飾 */
		/* -------------------------- */
		ul.ddmenu li{
			width: 48%;			/* メニュー項目の横幅 145*/
			display: inline-block;   	/* ★横並びに配置する */
			list-style-type: none;	        /* ★リストの先頭記号を消す */
			position: relative;		/* ★サブメニュー表示の基準位置にする */
		}
		ul.ddmenu a{
			background-color: #a2c7e8;	/* メニュー項目の背景色 */
			color: #000066;			/* メニュー項目の文字色(白色) */
			line-height: 40px;		/* メニュー項目のリンクの高さ(40px) */
			text-align: left;		/* メインメニューの文字列の配置(中央寄せ) */
			padding-left: 10px;
			text-decoration: none;		/* メニュー項目の装飾(下線を消す) */
			font-weight: bold;		/* 太字にする */
			display: block;			/* ★項目内全域をリンク可能にする */
			border-right:1px #ff0000;	/* 項目右側の枠線 */
			border-bottom:1px #ffffff;	/* 項目下側の枠線 */
            border-top: 1px solid #ffffff;
		}
		ul.ddmenu a:hover{
			background-color: #0000fff;	/* メニュー項目にマウスが載ったときの背景色 95cdff*/
			color: #000000;			/* メニュー項目にマウスが載ったときの文字色 */
		}

		/* ---------------------------------- */
		/* ▼サブメニューがある場合に開く処理 */	/* ※サブメニューが1階層しか存在しない場合の記述 */
		/* ---------------------------------- */
		ul.ddmenu li:hover ul{
			display: block;  	/* ★横並びに配置する */

		}

		/* -------------------- */
		/* ▼サブメニューの装飾 */
		/* -------------------- */
		ul.ddmenu ul{
			margin: 0px;			/* ★サブメニュー外側の余白(ゼロ) */
			padding: 0px;			/* ★サブメニュー内側の余白(ゼロ) */
			display: none;			/* ★標準では非表示にする */
			position: relative;		/* ★絶対配置にする */
			
		}

		/* ------------------------ */
		/* ▼サブメニュー項目の装飾 */
		/* ------------------------ */
		ul.ddmenu ul li{
			width: 100%;			/* サブメニュー1項目の横幅(135px) */
			border-top: 1px solid #ffffff;	/* 項目上側の枠線(1pxの実線) */
		}
		ul.ddmenu ul li a{
			background-color: #4fa7ff;	/* サブメニュー項目の背景色 */
			color: #ffffff;			/* サブメニュー項目の文字色*/
			line-height: 30px;		/* サブメニュー1項目の高さ(35px) */
			text-align: left;		/* 文字列の配置(左寄せ) */
			padding-left: 25px;		/* 文字列前方の余白(5px) */
			font-weight: normal;	        /* 太字にはしない */
		}
		ul.ddmenu ul li a:hover{
			background-color: #bddeff;	/* サブメニュー項目にマウスが載ったときの背景色 */
			color: #000000;			/* サブメニュー項目にマウスが載ったときの文字色*/
		}

#hpb-layoutset-01{
            display: none;
}

	
	
}