@charset "utf-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000; /* 標準文字色 */
    min-width: 1073px;
	background-image : url(img/pageBg_1T.png);
    background-position: top left;
    background-repeat: repeat-x;
	min-width: 1153px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-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/footerBg_1T.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

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

#hpb-headerLogo{
	width: 990px;
	float: left;
	padding-left: 20px;
}

#hpb-headerLogo2{
	width: 50px;
	float: left;
	padding-top: 11px;
	padding-left: 20px;
}

#hpb-inner{
	width: 1153px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
    clear: both;
}

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

#hpb-wrapper{
    width: 700px;
	text-align: left;
	float: right;
	margin-left: -925px;
	margin-right: 227px;
}
#hpb-main{
	width: 700px;
	float: right;
}
*:first-child +html #hpb-wrapper{
	/*for IE7*/
	float: left;
	margin: 0;
}

#hpb-aside{
	width: 219px;
    float : left;
}

#hpb-footer{
	width: 1153px;
	margin-left: auto;
	margin-right: auto;
}

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

#hpb-nav{
    width: 219px;
    float : right;
}

*:first-child +html #hpb-nav{
	/*for IE7*/
	float: right;
}

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

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

/* ナビゲーション */
#hpb-nav ul{
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    list-style-type: none;
/*	background-image : url(/2022/img/mainmenuItem_1T_01_02.png);*/
    background-position: bottom left;
    background-repeat: no-repeat;
}

#hpb-nav li{
    font-size: 12px;
    line-height: 42px;
    height: 42px;
	padding-bottom: 3px;
    overflow: hidden;
	text-align: left;
}

#hpb-nav li a{
    display: block;
    height: 42px;
    overflow: hidden;
	padding-left: 26px;
}

* html #hpb-nav li a{
    /* ie6用ハック */
    padding-left: 30px;
    padding-right: 20px;
    font-size: 12px;
}

#hpb-nav li span.en{
    display: none;
}

#hpb-nav a:link{
    background-image : url(img/mainmenu_1T_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.nav-group{
    background-image : url(img/mainmenu_1T_02.jpg) !important;
}

.nav-group1{
    background-image : url(img/mainmenu_1T_03.png) !important;
}

.nav-group2{
    background-image : url(img/mainmenu_1T_04.png) !important;
}

#hpb-nav a:visited{
    background-image : url(img/mainmenu_1T_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:hover{
    background-image : url(img/mainmenu_1T_01_on.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#hpb-nav a:active{
    background-image : url(img/mainmenu_1T_01_on.png);
    background-position: left top;
    background-repeat: no-repeat;
}

#hpb-nav h3{
    text-align : left;
    padding-top : 10px;
    padding-bottom: 5px;
    padding-left : 10px;
    padding-right: 0;
    font-size: 1em;
	margin-top: 0;
	margin-bottom: -2px;
    background-image : url(img/companyBg_1T.png);
    background-position: top center;
    background-repeat: no-repeat;
	height : 25px;
	line-height : 15px;
	overflow: hidden;
	color: #FFFFFF;
}

/* サイドブロック内パーツ */

#banner{
	margin-top: -1px;
}

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner .banner-nav li {
  margin-bottom: 5px;
  border-top: 4px solid #bcde92;
  box-sizing: border-box;
  background: #e2e8ea; /* Old browsers */
  background: -moz-linear-gradient(top,  #e2e8ea 1%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e2e8ea 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e2e8ea 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b5b7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

#hpb-nav #banner li {
  text-indent: -9999px;
}

#banner li a {
  display: flex;
  padding-left: 8px;
  font-size: 16px;
  align-items: center;
  height : 60px;
  text-align: left;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: top right;
}

#banner .banner-nav li a {
  border-right: 1px solid #b3b5b7;
  border-bottom: 1px solid #b3b5b7;
  border-left: 1px solid #b3b5b7;
}


#banner li a span {
  display: none;
}

#banner a#banner-top{
    background-image : url(img/banner_1T_00.png);
}

#banner a#banner-governor{
    background-image : url(img/banner_1T_01.png);
}

#banner a#banner-governorm{
    background-image : url(img/banner_1T_11.png);
}

#banner a#banner-governore{
    background-image : url(img/banner_1T_12.png);
}

#banner a#banner-yotei{
    background-image : url(img/banner_1T_02.png);
}

#banner a#banner-ri{
    background-image : url(img/banner_1T_03.png);
}

#banner a#banner-iinkai{
    background-image : url(img/banner_1T_04.png);

}

#banner a#banner-clubyotei{
    background-image : url(img/banner_1T_09.png);

}

#banner a#banner-club{
    background-image : url(img/banner_1T_05.jpg);

}

#banner a#banner-clubs{
    background-image : url(img/banner_1T_10.png);
}

#banner a#banner-koho{
    background-image : url(img/banner_1T_06.png);
}

#banner a#banner-archives{
    background-image : url(img/banner_1T_07.png);
}

#banner a#banner-access{
    background-image : url(img/banner_1T_08.html);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-rib{
    background-image : url(img/ri2015link.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-rjwb{
    background-image : url(img/rij2015link.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-rymfb{
    background-image : url(img/yoneyama_link.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-jrclb{
    background-image : url(img/bunko.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-inter{
    background-image : url(img/interactlink.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-tomo{
    background-image : url(img/tomo.png);
    background-position: top left;
    background-repeat: no-repeat;
}

/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title h2{
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 200px;
    background-image : url(img/top_mainimg_1T_01.html);
    background-position: top center;
    background-repeat: no-repeat;
	margin-bottom: 20px;
}

#toppage h3{
    margin-top: 0em;
    margin-bottom: 0.5em;
    height: 44px;
    overflow: hidden;
    background-image : url(img/indexBg_1T.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 44px;
    padding-left: 28px;
    text-align: left;
    font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}

#toppage h3 span.ja{
    display: none;
}

#hpb-inner #companyinfo{
	border-width: 1px;
	border-style: solid;
	border-color: #bcde92;
	background-color: #bcde92;
	padding-bottom: 5px;
}

#hpb-inner #companyinfo h3{
    text-align : left;
    padding-top : 10px;
    padding-bottom: 5px;
    padding-left : 10px;
    padding-right: 0;
    font-size: 1em;
	margin-top: 0;
	margin-bottom: -2px;
    background-image : url(img/companyBg_1T.png);
    background-position: top center;
    background-repeat: no-repeat;
	height : 60px;
	line-height : 15px;
	overflow: hidden;
	color: #FFFFFF;
}

#hpb-inner #companyinfo p{
    margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
    padding-left: 10px;
	padding-top: 5px;
    padding-right: 10px;
	padding-bottom: 5px;
	background-color: #fff;
}

#hpb-inner #companyinfo a{
    background-image: none;
}

/*130822追加*/
#hpb-inner .companyinfo{
	border-style: solid;
	border-color: #b3b5b7;
	background-color: #b3b5b7;
}

#hpb-inner .companyinfo h3{
    text-align : left;
    padding-top : 10px;
    padding-bottom: 5px;
    padding-left : 10px;
    padding-right: 0;
    font-size: 1em;
	margin-top: 0;
	margin-bottom: -2px;
    background-image : url(img/companyBg_1T.png);
    background-position: top center;
    background-repeat: no-repeat;
	height : 60px;
	line-height : 15px;
	overflow: hidden;
	color: #FFFFFF;
}

#hpb-inner .companyinfo p{
    margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
    padding-left: 10px;
	padding-top: 5px;
    padding-right: 10px;
	padding-bottom: 5px;
	background-color: #fff;
}

#hpb-inner .companyinfo a{
    background-image: none;
}

