@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: #666666; /* 標準文字色 */
    background-image : url(bg_11Ca_01.png);
    background-position: top center;
    background-repeat: repeat-y;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 880px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-color: #ffffff;
}

#hpb-header
{
}

#hpb-inner{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(titleBg_11Ca.png);
    background-position: top left;
    background-repeat: repeat-x;
    zoom: 1; /* for IE6 */     

}

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

#hpb-wrapper{
    position: relative;
}

#hpb-title{
    width: 100%;
    height: 260px;
    background-image : url(20131113_r2_01.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    text-align: left;
}
#hpb-main{
    padding-top: 55px;
    margin-top: 0;
    position: relative;
  padding-bottom : 10px;
}

#toppage-item{
    width: 880px;
    margin-top : 0px;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 10px;
  margin-bottom : 10px;
  bottom : 2cm;
}

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

#toppage-news{
    width : 860px;
    float: right;
  margin-left : 5px;
}

#toppage-info{
    width: 220px;
    float: left;
    margin-left: 5px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
}


#hpb-footer{
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 50px;
    padding-top: 10px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color : green;
}

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

#hpb-nav{
    position: absolute;
    top : 270px;
    height : 40px;
    overflow: hidden;
    width: 880px;
    text-align : center;
  left : 0px;
  background-color : #e6e6e6;
border-style : solid;border-color : gray;border-width : 0.5px;
  border-spacing : 5px 5px;
}


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

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



/* ナビゲーション */
#hpb-nav ul{
    margin-top : -5px;
    margin-right: 0;
    margin-left : 5px;
    padding-top: 0;
    padding-right : 0px;
    padding-bottom: 0;
    padding-left: 0;
  text-align : center;
  font-size : small;
  vertical-align : middle;
  line-height : 40px;
  height : 40px;
}

#hpb-nav ul:after{
    content: ".";
    clear: both;
    height : 40px;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
    display: inline;
    overflow: hidden;
    float: left;
    border-top-style : none;
    border-top-color : #dddddd;
    border-right-style : none;
    border-right-color : #dddddd;
    border-bottom-style : none;
    border-bottom-color : #dddddd;
    border-left-style : none;
    border-left-color : #dddddd;
    margin-left : 10px;
    margin-right : 40px;
  font-size : small;
  text-align : left;
  line-height : 40pt;
  vertical-align : middle;
  margin-bottom : 5px;
  height : 40px;
  margin-top : 5px;
}

* html #hpb-nav li{
    width : 200px; /* for ie6 */
}

*:first-child + html #hpb-nav li{
    width : 200px; /* for ie6 */
}

#hpb-nav li a{
    display: block;
    height : 40px;
    font-size : 20px;
    font-weight: bold;
    line-height : 40px;
    padding-left : 2px;
    padding-right : 5px;
  text-align : center;
}

#hpb-nav a:link{
    color : #009b00;
    text-decoration: none;
}
#hpb-nav a:visited{
    color : green;
    text-decoration: none;
}
#hpb-nav a:hover{
    color : #ffffff;
    background-color : lime;
    text-decoration: none;
}
#hpb-nav a:active{
    color : #ffffff;
    background-color : #00cc00;
    text-decoration: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/


