@charset "Shift_JIS";

/* 要素リセット */
body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 75%;
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
	color: white;/* 標準文字色 */
	min-width: 842px;
	background-color: black;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../footerBg_10C.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	zoom: 1;
	background-color: black;
	color: white;
}

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

#hpb-header{
	width: 900px;
	height: 91px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#hpb-inner{
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	zoom: 1;
}

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

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

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

#hpb-wrapper{
	width: 668px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

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

* html .hpb-layoutset-02 #hpb-wrapper{
    /* for IE6 */
    width: 660px;
}

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

.hpb-layoutset-01 #hpb-title{
	width: 900px;
	height: 420px;
	background-color: black;
	overflow: visible;
}

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

.hpb-layoutset-02 #hpb-title{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#hpb-main{
	padding-bottom: 0px;
	padding-top: 40px;
}

.hpb-layoutset-01 #hpb-main{
	width: 605px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	color: white;
	background-color: black;
}

* html .hpb-layoutset-01 #hpb-main{
    padding-top: 60px; /* for IE6 */
}

.hpb-layoutset-02 #hpb-main{
	width: 615px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -30px;
}

#hpb-aside{
	width: 230px;
	float: right;
}

.hpb-layoutset-01 #hpb-aside{
	margin-top: 470px;
}

.hpb-layoutset-02 #hpb-aside{
    margin-top: 20px;
}

#hpb-footer{
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

#hpb-nav{
	position: absolute;
	left: 0px;
	height: 50px;
	width: 900px;
	overflow: hidden;
}

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

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

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(../bg_10C_02_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02{
    background-image : url(../bg_10C_01_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* コンテンツ配置領域 */
/* ナビゲーション */
#hpb-nav ul{
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e6e6e7;
}

#hpb-nav ul#nav-submenu{
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6e6e7;
	height: 25px;
	text-indent: 2em;
	border-right-width: 1px;
	border-right-color: #e6e6e7;
	border-right-style: solid;
}
#
hpb-nav ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
	display: block;
	width: 111px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e7;
}

#hpb-nav li#nav-toppage{
	width: 112px;
}
/* トップページを1px大きく*/

#hpb-nav li#nav-gallery{
	width: 113px;
}
/* トップページを1px大きく*/

#hpb-nav li a{
	display: block;
	height: 40px;
	overflow: hidden;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #0068b7;
}

/* メニュー下線色設定 */
#hpb-nav li#nav-toppage a{
	border-bottom-color: #0068b7;
}
#hpb-nav li#nav-world a{
    border-bottom-color: #E85298;
}
#hpb-nav li#nav-world-2 a{
	border-bottom-color: #e85298;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	list-style-type: none;
	left: 2em;
	border-top-style: none;
	width: 200px;
	height: 25px;
}
#hpb-nav li#nav-fuji a{
    border-bottom-color: #F29300;
}
#hpb-nav li#nav-drive a{
    border-bottom-color: #C3D700;
}
#hpb-nav li#nav-dam a{
	border-bottom-color: white;
}
#hpb-nav li#nav-hometown a{
    border-bottom-color: #ffffff;
}
#hpb-nav li#nav-etcetera a{
	border-bottom-color: purple;
}
#hpb-nav li#nav-gallery a{
	border-bottom-color: aqua;
}
#hpb-nav li span.en{
    display: block;
    line-height: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

#hpb-nav li span.ja{
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding-top: 5px;
}

#hpb-nav a:link{
	color: lime;
	text-decoration: none;
	background-image: none;
}
#hpb-nav a:visited{
	color: blue;
	text-decoration: none;
	background-image: none;
}
#hpb-nav a:hover{
	color: #ffffff;
	text-decoration: none;
	background-image: url(../navBg_10C_on.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	list-style-type: none;
}
#hpb-nav a:active{
	color: red;
	text-decoration: none;
	background-image: url(../navBg_10C_on.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#shopinfo{
	padding-right: 15px;
	background-color: black;
}

#banner{
    margin-right: auto;
}

.sub-menu{
	display: list-item;
}

.sub-menuItem{
	display: inline;
	border-width: 1px;
	border-style: dotted;
	border-color: #e85298;
	height: 25px;
}

#nav-submenu{
	border-style: groove;
	height: 25px;
	list-style-type: none;
	border-width: 3px;
}
#hpb-map{
	margin-left: 60px;
}
#hpb-map2{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-width: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}