@charset "Shift_JIS";

.hpb-layoutset 
{
	background-color : #fff0ff;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-container 
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#hpb-main 
{
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-left-color: #d0d0d0;
    border-top-color: #d0d0d0;
    border-right-color: #a0a0a0;
    border-bottom-color: #a0a0a0;
    background-color: #ffffff;
    padding-top: 9;
    padding-bottom: 9;
}

/*--------------------------------------------------------
  ヘッダーレイアウト設定
--------------------------------------------------------*/

#hpb-header 
{
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    height: 48px;
    text-align: left;
	background-image : url(./img/hader.png);
    margin-bottom: 9;
}

/*--------------------------------------------------------
  フッター　レイアウト設定
--------------------------------------------------------*/

#hpb-footer 
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 9;
    width: 740px;
    height: 24px;
	background-image : url(./img/footer.png);
    text-align: center;
    font-size: xsmall;
    font-weight: normal;
    color: #333333;
}

/*--------------------------------------------------------
  プライバシーポリシー　レイアウト設定
--------------------------------------------------------*/

#hpb-privacy 
{
    margin-left: 10;
	margin-top: 3;
    margin-right: 0;
   	margin-bottom: 0;
    border-style: none;
    text-align: left;
}

#hpb-privacy a:link 
{
    color: #555555;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
}

#hpb-privacy a:visited 
{
    color: #555555;
    text-decoration: none;
    font-size: small;
}

#hpb-privacy a:hover 
{
    color: #ff0080;
    text-decoration: none;
    font-size: small;
}

#hpb-privacy a:active 
{
    color: #ff0080;
    text-decoration: none;
    font-size: small;
}

/*--------------------------------------------------------
  コピーライト　レイアウト設定
--------------------------------------------------------*/

#hpb-copyright
{
    margin-left: 0;
	margin-top: 0;
    margin-right: 10;
   	margin-bottom: 0;
    border-style: none;
    text-align: right;
}

#hpb-copyright p
{
    color: #555555;
    text-decoration: none;
    font-size: small;
    font-weight: normal;
}
