@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family : Georgia; Times New Roman; /* 標準文字色 */
    min-width: 900px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-bottom: 0px;
	background-position : center top;
	background-repeat: no-repeat;
	background-image: url(library.jpg);
	background-size: contain;
	width: 100%;
	background-color : #f8f5f1;
	background-attachment: fixed;
}


#hpb-header{
    width : 1100px;
    height : 75px;
    margin-right: auto;
  text-align : center;
}

#hpb-inner{
    position: relative;
    padding-bottom : 3px;
    margin-left: auto;
    margin-right: auto;
  margin-top : 5px;
  width : 1100px;
}

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

#hpb-wrapper{
    width : 1050px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
}

* html #hpb-wrapper{
    width: 671px; /* for IE6 */
}

#hpb-title{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.hpb-layoutset #hpb-title{
    width : 750px;
  font-size : 26px;
  height : 100px;
}

#hpb-main{
    width : 850px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
  padding-left : 10px;
}



.hpb-layoutset #hpb-main{
    padding-top: 5px;
}
#hpb-nav{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 900px;
    overflow: hidden;
  height : 55px;
  margin-left : 20px;
}

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

body.hpb-layoutset{
 
}

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

/* ナビゲーション */
#hpb-nav ul{
    margin-right: auto;
    margin-bottom : auto;
    margin-left: auto;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
  height : 54px;
  margin-top : auto;
  padding-top : 0px;
}

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

#hpb-nav li{
	display: block;
	width : 220px;
	float: left;
	overflow: hidden;
	font-size : 26px;
  height : 42px;
  border-right-width : 2px;
  border-right-style : solid;
  border-right-color : #cccccc;
  border-top-width : 2px;
  border-left-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-bottom-style : solid;
  border-top-color : #cccccc;
  border-left-color : #cccccc;
  border-bottom-color : #cccccc;
  padding-top : 6px;
  padding-right : 1px;
}


#hpb-nav li a{
    display: block;
    text-align: center;
  height : 40px;
}


#hpb-nav a:link{
    color: #666666;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #666666;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #64ACD2;
    text-decoration: none;
}
#hpb-nav a:active{
    color: #64ACD2;
    text-decoration: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
.hpb-layoutset #banner{
    background-image : url(sideBg_3Ca.png);
    background-position: top left;
    background-repeat: repeat-x;
}


