@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: #202020; /* 標準文字色 */
	background-color: #E3E3E3;
	background-image : url(bodybg_5Ja.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/* 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: 1060px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image : url(containerBg_5Ja.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

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

#hpb-inner{
	position: relative;
	padding-top: 0;
	margin-top: 0;
	margin-right:0;
	margin-bottom: 0;
	margin-left: 0;
	width: 850px;
	background-image : url(innerBg_5Ja.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 105px;
	padding-right: 105px;
}

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

#hpb-wrapper{
    width: 655px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
    min-height: 500px;
}

* html #hpb-wrapper{
    height: 500px; /* for IE6 */
}

#hpb-title{
    width: 655px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

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

#hpb-aside{
	width: 175px;
	padding-bottom: 20px;
	float:left;
}

#hpb-nav{
	width: 175px;
	margin-top: 0px;
	margin-right:auto;
	margin-bottom: 12px;
	margin-left: 0;
}


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

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

/* ナビゲーション */
#hpb-nav ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	width:175px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0C2959;
	border-bottom-color: #0C2959;
}

#hpb-nav li{
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

#hpb-nav li a{
	display: block;
	height: 40px;
	line-height: 46px;
}

#hpb-nav li span.en{
	display:none;
}

#hpb-nav li span.ja{
    font-size: 14px;
}



#hpb-nav a:link{
	color: #FFFFFF;
	text-decoration: none;
	background-image : url(mainmenu_5Ja_01.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}
#hpb-nav a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-image : url(mainmenu_5Ja_01.png);
	background-position: center left;
	background-repeat: repeat-y;
	font-weight: bold;
}
#hpb-nav a:hover{
    background-image : url(mainmenu_5Ja_01_on.png);
    background-position: center left;
    background-repeat: repeat-y;
	color: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}
#hpb-nav a:active{
    background-image : url(mainmenu_5Ja_01_on.png);
    background-position: center left;
    background-repeat: repeat-y;
	color: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}

/* バナー */

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
	width:175px;
}

/* 店舗情報 */
#shopinfo{
    margin-left: auto;
	width:175px;
}


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

#pagetop{
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
	padding-top:20px;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 79px;
    height: 20px;
    overflow: hidden;
    background-image : url(returnTop_5Ja.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}
