@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 72%; /* 文字サイズ */
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #333333; /* 標準文字色 */
    background-color: #B1CEEB;
    background-image : url(../image/bg_11B.png);
    background-position: top center;
    background-repeat: repeat-x;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 100%;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(../image/footerBg_11B.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-top: 0;
}
#hpb-modori{
    width: 100%;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 10px;
    position: relative;
    background-image : url(../image/footerBg_11B.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-top: 0;
}
#hpb-container::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-header
{
}

#hpb-inner{
    width: 880px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    position: relative;
    padding-bottom: 2px;
    zoom: 1; /* for IE6 */
}

#hpb-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    position: relative;
}

#hpb-title{
    width: 880px;
    text-align: left;
    height: 160px;

}

#hpb-title::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main{
    margin-top: 0;
    position: relative;
    padding-top: 0px;
}

#toppage-item{
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 5px;
}

#toppage-item::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#toppage-news{
    width: 700px;
	margin-top: 0;
    float: right;
	height: 916px;
    background-color: #e3eef9;
    margin-right: 0px;
}

#toppage-info{
    width: 180px;
    margin-left: 0px;
    float: left;
	padding-top: 10px;
    background-color: #518ecc;
    background-position: bottom right;
    background-repeat: no-repeat;
}

#hpb-footer{
    width: 880px;
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 40px;
    background-image : url(../image/footerBg_11B.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#hpb-nav{
    position: absolute;
    top: 120px;
    left: 0px;
    height: 40px;
    overflow: hidden;
    width: 880px;
    text-align: left;

}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */



/* ナビゲーション */
#hpb-nav ul{
    	display: none;
}

#hpb-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
    display: inline;
    height: 40px;
    overflow: hidden;
    float: left;
}

* html #hpb-nav li{
    width: 100px; /* for ie6 */
}

*:first-child + html #hpb-nav li{
    width: 100px; /* for ie7 */
}

#hpb-nav li a{
    display: block;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 15px;
}

#hpb-nav li span.en
{
}

#hpb-nav li span.ja
{
}


#hpb-nav a:link{
    color: #E0EBF5;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #E0EBF5;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #70A3D6;
    text-decoration: none;
}
#hpb-nav a:active{
    color: #70A3D6;
    text-decoration: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/


/* =======================================================
  レスポンシブル設定
======================================================= */
