@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 : rgb(0, 0, 0); /* 標準文字色 */
    background-color : rgb(240, 240, 240);
    background-image : url(bg_8Ab.png);
    background-position: top center;
    background-repeat: repeat-y;

}


/* 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: 920px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;

    background-color: #FFFFFF;
}

#hpb-header {
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	width: 920px;
}

#hpb-inner {
	background-image: url(mainimg_8Ab.png);
	background-repeat: no-repeat;
	position: relative;
	width: 920px;
	height: 600px;
}

#hpb-inner:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper {
	width: 920px;
	float: left;
}

#hpb-title
{
    margin-top: 0;
    margin-bottom: 0;
}

#hpb-main
{
    margin-top: 15px;
}

#hpb-aside
{
    width: 170px;
    float: left;
}

#hpb-footer
{
    clear: both;
    position: relative;
    padding-bottom: 30px;
}

#hpb-nav {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul {
	width: 920px;
	height: 80px;
	margin-left: 0px;
	padding-left: 1px;
}

#hpb-nav ul:after
{
    content: ".";
    clear: both;

    display: block;
    visibility: hidden;
}
    
#hpb-nav li {
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(255, 255, 255);
	float: left;
	height: 80px;
	overflow: hidden;
	text-align: left;
	width: 229px;

}

* html #hpb-nav li
{
    width: 120px; /* for IE6 */
}

#hpb-nav li a
{
    display: block;
    height: 80px;
    padding-left: 0px;
    padding-right: 0px;
}

#hpb-nav li span.en {
	display: block;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;

}

#hpb-nav li span.ja {
	display: block;
	line-height: 50px;
	font-size: 44px;
	font-weight: bold;
	height: 50px;
	overflow: hidden;
	text-align: center;
}

#hpb-nav a:link {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-image: url(topbutton-1.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#hpb-nav a:visited
{
    color: #ffffff;
    text-decoration: none;
    background-image : url(topbutton-1.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:hover
{
    color: #ffffff;
    text-decoration: none;
    background-image : url(topbutton-2.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:active
{
    color: #ffffff;
    text-decoration: none;
    background-image : url(topbutton-2.png);
    background-position: top left;
    background-repeat: no-repeat;
}


#shopmessage{
	width: 667px;
	height: 811px;
	top: 630px;
	left: 7px;
	font-size: 17px;
	position: absolute;
	z-index: 1;
	visibility: visible;
	text-align: left;
	color: blue;
	line-height: 150%;
	background-image: url(image.png);
	background-repeat: no-repeat;
}

#stepmessage{
	font-size: 30px;
	position: absolute;
	z-index: 1;
	visibility: visible;
	text-align: left;
	color: blue;
	line-height: 150%;
}
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

