@charset "Shift_JIS";

/* 要素リセット */
body
{
	margin: 0;
	padding: 0;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #333;
	background-color: #FFF;
	background-image: url(img/back_wood.jpg);
	line-height: 25px;
	text-align: center;
}
/* 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: 900px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding-bottom: 15px;
	padding-top: 75px;
}


#hpb-header
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #ffffff;
	font-size: 14px;
}

.hpb-layoutset-01 #hpb-header
{
    height: 71px;
}

.hpb-layoutset-02 #hpb-header
{
    height: 100px;
    background-image : url();
    background-position: bottom center;
    background-repeat: no-repeat;
}

#hpb-inner
{
    position: relative;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    zoom: 1;
}

.hpb-layoutset-01 #hpb-inner
{
    padding-top: 0;
}

.hpb-layoutset-02 #hpb-inner
{
    padding-top: 10px;
}

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

#hpb-wrapper
{
}

.hpb-layoutset-02 #hpb-wrapper
{
    width: 660px;
    float: left;
    border-right-width: 1px;
    border-right-style: dashed;
    border-right-color: #d4c9bf;
}

#hpb-title
{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 750px;
	clear: both;
}

.hpb-layoutset-01 #hpb-title
{
	padding-bottom: 35px;
	background-image : url(img/main_dotline.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.hpb-layoutset-01 #hpb-main
{
    width: 660px;
    float: left;
    border-right-width: 1px;
    border-right-style: dashed;
    border-right-color: #d4c9bf;
}

.hpb-layoutset-02 #hpb-main
{
    margin-right: 15px;
    margin-top: -10px;
}

#hpb-aside
{
	width: 205px;
	float: right;
	vertical-align: bottom;
	padding-bottom: 10px;
}

#hpb-footer
{
    clear: both;
    position: relative;
    padding-bottom: 30px;
    background-image : url(footerBg_10Ab.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

#hpb-nav
{
	position: absolute;
	left: 0px;
	height: 75px;
	width: 900px;
	overflow: hidden;
	background-image : url(navBg_10Ab_01.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.hpb-layoutset-01 #hpb-nav
{
	top: -146px;
}

.hpb-layoutset-02 #hpb-nav
{
	top: -175px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */
/* トップページメインイメージ */
.hpb-layoutset-01 #hpb-title h2
{
	height: 300px;
	background-image : url(img/top_main.png);
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	background-repeat: no-repeat;
}

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

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

#hpb-nav li
{
	display: block;
	width: 144px;
	margin-left: 0;
	margin-right: 0;
	float: left;
	height: 66px;
	overflow: hidden;
	background-image : url(img/navi2.png);
	background-position: center top;
	background-repeat: no-repeat;
}


#hpb-nav li a
{
	display: block;
	padding-top: 19px;
}

#hpb-nav li span.en
{
	display: block;
	line-height: 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FF0;
}

#hpb-nav li span.ja
{
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
}

#hpb-nav a:link
{
    color: #ffffff;
    text-decoration: none;
}
#hpb-nav a:visited
{
    color: #ffffff;
    text-decoration: none;
}
#hpb-nav a:hover
{
	color: #FF0;
	text-decoration: none;
}
#hpb-nav a:active
{
    color: #612606;
    text-decoration: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
.hpb-layoutset-01 #toppage
{
	margin-right: 15px;
}

#pagetop a
{
	/* 先頭に戻るボタンの左右設定 */
    margin-left: 0;
	margin-right: auto;
	float: right;
	margin-bottom: 20px;
}

.hpb-layoutset-02 h2
{
    /* コンテンツタイトルの左右設定 */
    margin-right: auto;
    margin-left: 5px;
}
.hpb-layoutset-02 #hpb-wrapper-in {
	width: 800px;
	clear: both;
	margin-left: 30px;
}
.hpb-layoutset-02 #hpb-main-in {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
