@charset "UTF-8";
/* CSS Document */

/* ブラウザのデフォルトCSSリセット */
*{
   margin:0;
   padding:0;


}


/*  -----------------
a.link01 {
   text-decoration:underline;
   color:#666666;
}
a.link01:hover {
   text-decoration:underline; 
   color:#333333;
}

a.link02 {
   text-decoration:none;
   color:#000000;
}
a.link02:hover {
   text-decoration:underline; 
   color:#000000;
   background-color:#ffff00;
}
-----------リンク色指定 */

/* -----------------
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer, .push {
    height: 4em;
}
-----------------フッター制御 */

/* コンテンツ制御用CSS */

html, body {
    height: 100%;
}

body{
   font-size: 12px;
   background-color:#fff;
   background-repeat: no-repeat;
   height: 100%;
   line-height:1.5;
   font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Ghothic Pro W3","Hiragino Kaku Ghothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic","MS UI Gothic",Arial,Helvetica,sans-serif;
}


/* ↓IE用フォントサイズ指定↓ */
/* for IE6 */
* html body {
    font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
/* ↑IE用フォントサイズ指定↑ */


/* -------- 見出し指定 -------- */
h1{
}

h2{
   padding-left:15px;
   padding-bottom:9px;
}
h3{
   padding-left:15px;
   padding-bottom:9px;
}



/* -------- ヘッダー領域指定 -------- */
div#topline01{
   width:100%;
   height:2px;
   background-color:#d60025;
}

div#topline02{
   width:100%;
   height:2px;
   background-color:#0c2346;
}

/* -------- ↓TOPページ専用ヘッダー指定↓ -------- */
div#TOPheader{
   width:900px;
   margin: 0 auto;  /* -- コンテンツ中央表示指定 -- */
   padding-top: 17px;
   padding-bottom: 20px;
   height:53px;
   background-color:#fff;
   position:relative;
}

div#TOPheader P#position01{
   position:absolute;
   right:0px;
   bottom:20px;
}
/* -------- ↑TOPページ専用ヘッダー指定↑ -------- */

div#wrapper{
   width:900px;
   margin: 0 auto;  /* -- コンテンツ中央表示指定 -- */
    min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0 auto -100px;
}

/* -------- ↓2階層用ヘッダー指定↓ -------- */
div#header{
   padding-top: 17px;
   padding-bottom: 20px;
   height:53px;
   background-color:#fff;
   position:relative;
}

div#header P#position01{
   position:absolute;
   right:0px;
   bottom:20px;
}
/* -------- ↑2階層用ヘッダー指定↑ -------- */


/* コンテナー部分開始 */
div#container:after{
   display:block;
   clear:both;
   height:0;
   visibility:hidden;
   content:".";
   background-color:#ccc;
}

div#contents{
   float:right;
   width:710px;
   color:#333;
}

div#contents P{
   font-size:100%;
   padding-top:15px;
   padding-left:15px;
}

div.yohaku01{
   height:80px;
}

.contactText{
   font-size: 184%;
   font-weight: bold;
   color:#666;
   padding-top:15px;
   margin-left:15px;
}


/* -------------------↓TOPページ用↓------------------- */

#TopSection{
   margin-top:40px;
}

div.TopSectionText {
   font-size:100%;
   line-height:2;
   margin-bottom:15px;
   margin-top:15px;
   padding-left:15px;
}

div.TopSectionImg {
   float:right;
   width:200px;
   margin-top:30px;
   margin-right:15px;
   margin-left:15px;
}

div.TopSectionImg img {
   margin-bottom:20px;
}

div.TopSectionInfo {
   margin-top:30px;
}

/* -------------↓TOPページ FLASH用↓------------- */

div#TopFlash{    /* -----↓スペース確保用↓----- */
   position:relative;
   width:100%;
   height:400px;
   background-color:#fff;
   overflow:hidden;
   min-width:900px;
   margin-bottom:40px;

}

div#TopFlash object{    /* -----↓swf配置用↓----- */
   position:absolute;
   background-color:#fff;
   left: 50%;
   top:0px;
   margin-left:-640px;
}

/* --- Flash配置参考
#toppage #flash-area {
	position:relative;
	width:100%;
	height:471px;
	background:#000;
	overflow:hidden;
	min-width:920px;
}


#toppage #flash-area embed,
#toppage #flash-area object {
	position: absolute;
	left: 50%;
	top:0px;
	margin-left:-640px;
}
--- */

/* -------------↓TOPページ What's New用↓------------- */


.whatsNew{
   margin:15px 15px 20px 15px;
}

.whatsNew ul{
   list-style-type:none;
   line-height:25px;
}

.whatsNew ul span{
  padding-right: 10px;

}

div.menuSectionTitle dt span {
	padding-right: 7px;
	background-color: #fff;
}

.whatsNew ul a {
   text-decoration:underline;
   color:#333;
}
.whatsNew ul a:hover {
   text-decoration:none; 
   color:#fff;
   background-color:#808080;
}


/* -------------↓メニューTOPコンテンツ用↓------------- */
#section{
   margin-top:40px;
   height:180px;
}

#menuTopSectionImg{
   float:right;
   margin-right:15px;
   margin-left:15px;
}

div.allmenu01{
   width:710px;
   margin-top:80px;
   margin-bottom:50px;
}

/* -------------↓メニュー2階層コンテンツ用↓------------- */

.keyImg{
   padding-bottom:40px;
}


/* ----↓Special Menu用---- */

div#SpeMenuSection{
   font-size:100%;
   margin-top:40px;
   padding: 15px 0px 30px;
   background-color: #eee;
}

div#SpeMenuSection p{
   font-size:100%;
   padding: 15px 15px 15px 15px;
}

div.SpeMenuSectionImg {
   float:right;
   width:200px;
   margin-top:15px;
   padding-right:15px;
}

div.SpeMenuSectionTitle {
	position: relative;
}

div.SpeMenuSectionTitle dt {
	font-size: 100%;
	font-weight: bold;
	background: url(../menu/common/images/dotLine_01.gif) repeat-x left 3px;
}

div.SpeMenuSectionTitle dt span {
	padding-right: 7px;
	background-color: #eee;
}

div.SpeMenuSectionTitle dd#position01 {
   position:absolute;
   right:0px;
   top:0px;
   padding-left: 7px;
   background-color:#eee;
}


/* ----↑Special Menu用---- */


div#menuSection{
   font-size:100%;
   margin-top:40px;
   padding: 15px 0px;
}

div#menuSection p{
   font-size:100%;
   padding: 15px 15px 15px 15px;
}

div.menuSectionImg {
   float:right;
   width:200px;
   margin-top:15px;
   padding-right:15px;
}

div.photoCap {
   font-size:92%;
   text-align:center;
   padding-top:5px;
   padding-bottom:8px;
}

div.menuSectionTextYohaku{
   height:140px;
}

div.menuSectionText {
   width:450px;
   margin-bottom:15px;
   margin-top:15px;
   margin-left:15px;
}

div.menuSectionTitle {
	position: relative;
}

div.menuSectionTitle dt {
	font-size: 100%;
	font-weight: bold;
	background: url(../menu/common/images/dotLine_01.gif) repeat-x left 3px;
}

div.menuSectionTitle dt span {
	padding-right: 7px;
	background-color: #fff;
}

div.menuSectionTitle dd#position01 {
   position:absolute;
   right:0px;
   top:0px;
   padding-left: 7px;
   background-color:#fff;
}

div.menuSectionText dd.expText {
   font-size:92%;
   padding-top:5px;
}


div.allmenu02{
   width:710px;
   margin-top:40px;
   margin-bottom:50px;
}
/* -------------↑メニュー2階層コンテンツ用↑------------- */

/* -------------↓ドリンクメニューコンテンツ用↓------------- */

div.drinktitle{
   background-color:#e7e7e7;
   font-size:117%;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
      margin-bottom:10px;
}
/* -------------↑ドリンクメニューコンテンツ用↑------------- */


/* -------------↓Partyコンテンツ用↓------------- */

div#partySection{
   font-size:100%;
   margin-top:40px;
   padding: 15px 0px;
}

div#partySection p{
   font-size:100%;
   padding: 10px 15px 0px 15px;
}

div#partySection img {

}

div.partySectionTitle {
   width:450px;
   margin-bottom:15px;
   margin-top:15px;
   margin-left:15px;
}

div.partySectionTitle dl {
}

div.partySectionTitle dt {
   float:left;  
   clear:left;
   padding: 5px 0 5px 0;
   width:4em; /* ----↓※dd margin-leftと同じ数値を指定する---- */
}

div.partySectionTitle dd {
   padding: 5px 0 5px 0;
   margin-left:4em;  /* ----↑※dt widthと同じ数値を指定する---- */
}

/* -------------↑Partyコンテンツ用↑------------- */

/* -------------↓Eventコンテンツ用↓------------- */

div#Event{
   font-size:100%;
   position:relative;
   margin-top:40px;
   padding: 15px 0px;
}

div#Event p{
   font-size:100%;
   padding: 10px 15px 0px 0px;
}

div#Event #position01{
   position:absolute;
   right:0px;
   line-height:2em;
   margin-top:35px;
   margin-right:15px;
   margin-left:15px;
}

div.EventTitle {
   width:500px;
   margin-bottom:15px;
   margin-top:15px;
   margin-left:15px;
}

.EventName {
   font-size:150%;
   border-left: solid 8px #CCC;
   padding-left: 7px;
   margin: 30px 0px 0px 0px;
}

.EventFlyer {
   padding: 10px 15px 10px 0px;
}

div.EventTitle dl {
}

div.EventTitle dt {
   float:left;  
   clear:left;
   padding: 5px 0 5px 0;
   width:4em; /* ----↓※dd margin-leftと同じ数値を指定する---- */
}

div.EventTitle dd {
   padding: 5px 0 5px 0;
   margin-left:4em;  /* ----↑※dt widthと同じ数値を指定する---- */
}

div.EventTitle dd img{
   padding: 20px 0 0 0;
}

div.EventPh {
   width:500px;
   margin-bottom:15px;
   margin-top:20px;
   margin-left:15px;
}

div.EventPh img {
   padding-right:8px;
}

/* -------------↑Eventコンテンツ用↑------------- */

/* -------------↓HBH goodsコンテンツ用↓------------- */



div#HBHgoods{
   font-size:100%;
   margin-top:40px;
   padding: 15px 0px;
}

div#HBHgoods p{
   font-size:100%;
   padding: 10px 15px 0px 15px;
}

.FontSize{
   font-size:92%;
   color:#898989;
   padding-top: 15px ;
   padding-left: 15px ;
}

.goodsLinnup{
   margin-left:15px;
}

.goodsBox {
   width:218px;
   margin: 20px 13px 0px 0px;
   padding: 0px;
   float:left;  
}

.goodsPhoto {
   border: 1px solid #CCC;
   margin: 0px;
   padding: 7px;
   text-align:center;
}

.goodsText {
   font-size:92%;
   border: 1px solid #CCC;
   border-top: 0px;
   margin: 0px;
   height: 40px;
}

.goodsText p{
   margin: 0px;
   padding: 0px;
}

div.GOODSyohaku{
   clear:both;
   height:80px;
}


/* -------------↑HBH goodsコンテンツ用↑------------- */



/* -------------↓Shop Infoコンテンツ用↓------------- */

div#shopInfo{
   font-size:100%;
   margin-top:40px;
   padding: 15px 0 0 0;
}

div#shopInfo p{
   font-size:100%;
   padding: 10px 15px 0px 15px;
}

div#shopInfo img {

}

div.shopInfoTitle {
   width:550px;
   margin-bottom:15px;
   margin-top:15px;
   margin-left:15px;
}


div.shopInfoTitle dl {
}

div.shopInfoTitle dt {
   float:left;  
   clear:left;
   padding: 5px 0 5px 0;
   width:6em; /* ----↓※dd margin-leftと同じ数値を指定する---- */
}

div.shopInfoTitle dd {
   padding: 5px 0 5px 0;
   margin-left:6em;  /* ----↑※dt widthと同じ数値を指定する---- */
}

.MAPmrgn{
   padding: 30px 15px 15px 15px;
   list-style-type:none;
}

.MAPmrgn a {
   text-decoration:underline;
   color:#333;
}
.MAPmrgn a:hover {
   text-decoration:underline; 
   color:#fff;
   background-color:#333;
}

/* -------------↑Shop Infoコンテンツ用↑------------- */

/* -------------↓Company Profileコンテンツ用↓------------- */

div#CompanyProfile{
   font-size:100%;
   margin-top:40px;
   padding: 15px 0px;
}

div#CompanyProfile p{
   font-size:100%;
   padding: 10px 15px 0px 15px;
}

div.CompanyProfileTitle {
   width:650px;
   margin-bottom:15px;
   margin-top:15px;
   margin-left:15px;
}

div.CompanyProfileTitle dl {
}

div.CompanyProfileTitle dt {
   float:left;  
   clear:left;
   padding: 5px 0 5px 0;
   width:8em; /* ----↓※dd margin-leftと同じ数値を指定する---- */
}

div.CompanyProfileTitle dd {
   padding: 5px 0 5px 0;
   margin-left:8em;  /* ----↑※dt widthと同じ数値を指定する---- */
}

/* --------↓取引先用↓-------- */
div.PartnerTitle {
   width:650px;
   margin-bottom:15px;
   margin-top:15px;
   margin-left:15px;
}

div.PartnerTitle a {
   text-decoration:underline;
   color:#333;
}
div.PartnerTitle a:hover {
   text-decoration:underline; 
   color:#fff;
   background-color:#333;
}

div.PartnerTitle dl {
}

div.PartnerTitle dt {
   float:left;  
   clear:left;
   padding: 5px 0 5px 0;
   width:20em; /* ----↓※dd margin-leftと同じ数値を指定する---- */
}

div.PartnerTitle dd {
   padding: 5px 0 5px 0;
   margin-left:20em;  /* ----↑※dt widthと同じ数値を指定する---- */
}
/* --------↑取引先用↑-------- */
/* -------------↑Company Profileコンテンツ用↑------------- */

/* -------------↓Contact Usコンテンツ用↓------------- */
div#ContactUs{
   padding: 15px 0 0 0;
}

div#ContactUs p{
   font-size:100%;
   padding: 15px 15px 15px 15px;
}
div#ContactUsThanks{
   margin: 40px 0 40px 0;
}

div#ContactUsThanks h3{
   margin-top:40px;
}
/* -------------↑Contact Usコンテンツ用↑------------- */


/* -------------↓Privacy Policyコンテンツ用↓------------- */
div#PrivacyPolicy p{
   font-size:100%;
   padding: 15px 15px 0 15px;
}

div#PrivacyPolicy h3{
   font-size:100%;
   padding: 30px 0 0 15px;
}

/* -------------↑Privacy Policyコンテンツ用↑------------- */


/*
#allmenu P{
   padding-bottom:15px;
   border: 5px solid #ccc;
   border-width: 8px 8px 8px;
}
*/


/* コンテナー部分開始 
#container ul img {
	border: 5px solid #fff;
	border-width: 8px 8px 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#container ul a:hover img {
	border: 5px solid #5be83a;
	border-width: 8px 8px 30px;
	color: #fff;
}
#container ul a:hover { color: #fff; 
}
*/



/* -------------↓グローバルナビ指定↓------------- */
div#menu{
   float:left;
   width:150px;
}
#menu ul{
   list-style-type:none;
   line-height:0;
   margin-bottom:20px;
}
/* -------------↑グローバルナビ指定↑------------- */

/* 画像位置指定 */
#f1{
   float:right;
   margin-right:15px;
   margin-left:15px;
}

#f2{
   float:right;
}


/* コンテナー部分修了 */

/* -------------↓フッター指定↓------------- */
div#footer{
   clear:both;
   width:100%;
   height:100px;
   margin-top:40px;
   color:#ffffff;
   background-color:#808080;
   bottom: 0;
   
}

.footer, .push {
    height: 100px;
}

div#footer P#position01{
   position:absolute;
   right:0px;
   top:-25px;
}

div#footer P#CockTail01{
   position:absolute;
   left:30px;
   top:-240px;
}

div#footer P#plant{
   position:absolute;
   left:-35px;
   top:-240px;
}

div.footerInner{
   position:relative;
   width:900px;
   height:100px;
   margin:0 auto;
   font-size:92%;
}

div.footerInner ul{
   list-style-type:none;
   padding-top:10px;
      text-align:right;
}

div.footerInner li{
   display:inline;
   padding-left:7px;
}

a.ftlink {
   text-decoration:none;
   color:#fff;
}
a.ftlink:hover {
   text-decoration:none; 
   color:#fff;
   background-color:#333;
}

#footerLogo{
   position:absolute;
   right:0px;
   top:40px;
}

/* -------------↑フッター指定↑------------- */

/* -----------------
div#navi{
   width:1000px;
   color:#000000;
   padding-left:50px;
}
div#navi P{
   font-size:12px;
   padding-top:15px;   
   padding-bottom:15px;
}

div#container{
   width:1000px;
   color:#000;
   padding-left:50px;
   padding-bottom:60px;
   position: relative;
   height: 100%;
   min-height: 100%;
}
#container ul { list-style: none; 
}
#container ul li { 
    display: inline;
}
#container ul img {
	border: 5px solid #fff;
	border-width: 8px 8px 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#container ul a:hover img {
	border: 5px solid #5be83a;
	border-width: 8px 8px 30px;
	color: #fff;
}
#container ul a:hover { color: #fff; 
}

div#container P{
   font-size:12px;
   line-height:1.5;
   padding-left:10px;
}


body > #container {
height: auto;
}

div#profile{
   font-size:12px;
   width:1000px;
   color:#fff;
   padding-left:50px;
   padding-bottom:100px;
}

----------------- */

/* -----------------
div#contents{
   width:720px;
   float:right;
   color:#000000;
}

div#side{
   width:230px;
   float:left;
   color:#000000;
}
div#side P{
   font-size:12px;
   padding:1em;
   line-height:1.5;
}
----------------- */



/* -----------------
.red { 
   color: #f00;
   font-weight: bold; 


} 
-----------------即席カラー指定CSS */

