@charset "Shift_JIS";

/* 要素リセット */
body
{
    min-width: 960px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 85%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #3c2f2b; /* 標準文字色 */
    background-color: #FFFFFF;
	border-top: 10px solid #3c2f2b;
	-webkit-text-size-adjust:100%;
}
/* 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: 960px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
}

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

#hpb-header
{
    height: 80px;
}

#hpb-inner
{
    position: relative;
    width: 100%;
}

* html .hpb-layoutset-01 #hpb-inner
{
    /* for IE6 レイアウト崩れに対応するために背景にメインイメージを配置 */
    background-image : url(mainimg_4Ca.png);
    background-position: top center;
    background-repeat: no-repeat;
}

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

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

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

#hpb-wrapper
{
    width: 670px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

* html .hpb-layoutset-01 #hpb-wrapper
{
    /* for IE6 */
    width: 670px;
    padding-top: 350px;
}

* html .hpb-layoutset-02 #hpb-wrapper
{
    /* for IE6 */
    width: 670px;
    padding-top: 350px;
}


#hpb-title
{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

* html .hpb-layoutset-01 #hpb-title
{
    /* for IE6 */
    display: none;
}

.hpb-layoutset-01 #hpb-title
{
    width: 960px;
    height: 300px;
    margin-right: 0;
    margin-bottom: 76px;
}

.hpb-layoutset-02 #hpb-title
{
    width: 960px;
    height: 200px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 76px;
}

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

.hpb-layoutset-02 #hpb-main
{
    width: 720px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
}

#hpb-aside
{
    width: 200px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    float: right;
}

* html #hpb-aside
{
    float: none; /* for IE6 */
}

.hpb-layoutset-01 #hpb-aside
{
    padding-top: 395px;
}

.hpb-layoutset-02 #hpb-aside
{
    padding-top: 295px;
}

#hpb-info
{
    clear: both;
    width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding-top: 10px;
}

#hpb-info p
{
    font-size: 11px;
    margin: 0;
}

#hpb-footer
{
    clear: both;
    position: relative;
    padding-top: 10px;
    background-color: #3c2f2b;
    color: #ffffff;
}

#hpb-nav
{
    position: absolute;
    left: 0px;
    width: 960px;
    height: 65px;
}

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

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

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

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

/* ナビゲーション */

#hpb-nav ul {
	width: 960px;
	height: 65px;
	margin: 0;
	padding: 0;
}

#hpb-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#hpb-nav li a {
	display: block;
	background: url(nav.png) no-repeat;
	height: 0;
	width: 192px;
	padding-top: 65px;
	overflow: hidden;
}

#hpb-nav li#nav-home a {
	background-position: 0 0;
}

#hpb-nav li#nav-concept a {
	background-position: -192px 0;
}

#hpb-nav li#nav-menu a {
	background-position: -384px 0;
}

#hpb-nav li#nav-shop a {
	background-position: -576px 0;
}

#hpb-nav li#nav-contact a {
	background-position: -768px 0;
}

#hpb-nav li#nav-home a:hover,
#hpb-nav li#nav-home.active a {
	background-position: 0 -65px;
}

#hpb-nav li#nav-concept a:hover,
#hpb-nav li#gnav-concept.active a {
	background-position: -192px -65px;
}

#hpb-nav li#nav-menu a:hover,
#hpb-nav li#nav-menu.active a {
	background-position: -384px -65px;
}

#hpb-nav li#nav-shop a:hover,
#hpb-nav li#nav-shop.active a {
	background-position: -576px -65px;
}

#hpb-nav li#nav-contact a:hover,
#hpb-nav li#nav-contact.active a {
	background-position: -768px -65px;
}


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

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



/* トップページデザイン */
.hpb-layoutset-01 #hpb-title h2
{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-indent: -9999px;
    height: 272px;
    width: 900px;
    background-image : url(mainimg_4Ca.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/* What's New リンク設定 */
#toppage-news .news-report a{
	color:#B50000;
}

#toppage-news .news-report a:hover{
	color:#ACA804;
}


/* メニューページリニューアル中のお知らせ */
.menu-comment{
	width:720px;
	text-align:center;
	padding-top:40px;
}

.menu-comment h2{
	font-size:130%;
	padding-bottom:5px;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#hpb-inner #shopinfo
{
}

p.chuki{
	font-size:12px;
}


/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


