@charset "Shift_JIS";
/* 要素リセット */
body{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
  font-size: 75%;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  color: black;
  /* 標準文字色(親要素の色) */
	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.png);
  /*---- 一番上の帯の色の図-----*/
	background-repeat: repeat-x;
  background-position: left top;
}
/*---ヘッダーの幅と高さ----*/
#hpb-header{
  height: 97px;
  /*--高さ--*/
	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(../img/innerBg_1F1b.png);
  /*---ナビ側の背景色が変わる(inner色の上にのる)--*/
	background-repeat: repeat-y;
  background-position: left top;
  background-color: white;
  /*------inner内の背景色が変わる(記事等を入力する場所)---*/
	margin-top: -1px;
}
#hpb-wrapper{
  margin-top: -1px;
}
#hpb-main{
  width: 694px;
  float: right;
  text-align: left;
  padding-bottom: 30px;
  padding-left: 18px;
  padding-right: 18px;
}
.hpb-layoutset-01 #hpb-main{
  padding-top: 330px;
}
.hpb-layoutset-02 #hpb-main{
  padding-top: 118px;
}
/*--バナースペースの位置と幅---*/
#hpb-aside{
  width: 214px;
  /*---幅---*/
    text-align: left;
  padding-bottom: 20px;
  padding-left: 8px;
  float: left;
}
#hpb-footer{
  clear: both;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

/*--メインの大きな写真になります--*/
.hpb-layoutset-01 #hpb-title{
  width: 730px;
  /*--幅--*/
    height: 309px;
  /*--高さ--*/
    text-indent: -9999px;
  overflow: hidden;
  background-image : url(../img/22aw_top.jpg);
  /*--インナーのトップ画像--*/
    background-position: top left;
  background-repeat: no-repeat;
  position : absolute;
  top: 0;
  right: 0;
}
.hpb-layoutset-02 #hpb-title{
  width: 730px;
  height: 111px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(../img/banner.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  right: 0px;
}
/* ナビゲーション */

#hpb-nav{
  width: 229px;
  float: left;
}
#hpb-nav ul{
  margin-top: -1px;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  list-style-type: none;
  text-align: right;
  background-color: white;
/*--ナビの背景色が変わる---*/
}
#hpb-nav li{
  display: block;
  font-size: 12px;
  /*--メインメニューの文字の大きさ--*/
	letter-spacing: 0.1em;
  background-image : url(../img/mainmenu_1F1b.png);
  /*--メインメニューの横のマーク--*/
	background-repeat: no-repeat;
  background-position: top right;
}
#hpb-nav li a{
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  height: 55px;
  overflow: hidden;
  line-height: 55px;
  border-bottom: 1px solid #ffd700;
  /*--メニューの下のライン---*/
	font-size: 1.1em;
}
/*---カーソルを置いた時の色---*/
#hpb-nav li a:hover{
  background-color: #cccccc;
  /*--この色に変わる--*/
	background-image : url(../img/mainmenu_1F1b.png);
  /*--横のマークを変えたいときはこれを変える---*/
	background-repeat: no-repeat;
  background-position: top right;
}
/*トップページ*/

#toppage p.large{
  }

/* =======================================================
  レスポンシブル設定(スマホ画面時の設定)
======================================================= */

/*--この数値以下の時画面が変換される---*/
@media screen and (max-width: 568px) {
  body{
  min-width: 100%;
}
/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-inner{
  background-image: none;
  width: 100%;
}
#hpb-main{
  width: 96%;
  float: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.hpb-layoutset-01 #hpb-main{
  padding-top: 0;
  margin-top: -10px;
}
.hpb-layoutset-02 #hpb-main{
  padding-top: 0;
  margin-top: -10px;
}
#hpb-aside{
  width: 96%;
  float: none;
  padding-left: 0;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.hpb-layoutset-01 #hpb-aside{
  padding-top: 0;
}
.hpb-layoutset-02 #hpb-aside{
  padding-top: 0;
}
#hpb-nav{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  background-color: #ffd700;
/*---小画面時のメニューの場所のトップライン---*/
	}
.hpb-layoutset-02 #hpb-nav{
  top: 0;
}
/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
.hpb-layoutset-01 #hpb-title{
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-size: contain;
  position: relative;
  top: 0;
  left: 0;
}
/*---スマホ画面のナビ下の画像の背景色--*/
.hpb-layoutset-02 #hpb-title{
  width: 100%;
  background-size: contain;
  background-position: top right;
  position: relative;
  top: 0;
  left: 0;
  height: 86px;
  background-color: #ffcc00;
}

.hpb-layoutset-02 #hpb-title h2{
  line-height: normal;
  padding: 14px 0px 0px 10px;
  font-size: 1.3em;
}
/* ナビゲーション */
	#hpb-nav ul{
  display: none;
  height: auto;
  background-color: #ffffff;
  /*--スマホナビの背景色---*/
		margin: 0;
  text-align: center;
}
#hpb-nav ul.toggled-on{
  display: block;
  padding-left: 0;
}
#hpb-nav li{
  display: block;
  background-image: none;
}
#hpb-nav li a{
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  line-height: 1.4;
}
#hpb-nav li a:hover{
  background-image: none;
}
/*トップページ*/
	#toppage p.large{
  margin-bottom: 10px;
}
}
#nav-monitor{
  font-size : 12pt;
}

