/* CSS Document */
body {
      font-size:10pt;
      font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
      margin: 0;
      padding: 0;
	  background-color: #003300
}
	  
/*全体ボディー*/

#main_box{
          width: 800px;
		  height: 600px;
		  background: url(../img/quercus_kobe/background.gif) top no-repeat;
		  margin: auto;
		
}

#main_box_2{
          width: 800px;
		  height: 600px;
		  background: url(../img/quercus_kobe/background_2.gif) top no-repeat;
		  margin: auto;
		
}

/*ヘッダー*/

#header{
        width: 720px;
		height: 45px;
	    margin-left : 20px;
	   _margin-left : 15px;
		float: left;
}

/*左ナビ*/

#navi{
      width: 180px;
	  height: 300px;
	  margin-top : 25px;
	  margin-left : 35px;
	  _margin-left : 17.5px;
	  float: left;
	  }
	  
/*左ナビロゴ*/
	  
#navi_logo{
      width: 180px;
	  height: 80px;
	  }
	  
/*左ナビナビ*/
	  
#navi_navi{
      width: 180px;
	  height: 220px;
	  clear: both;
}  
	  
#navi_navi ul{
         margin: 0;
	     padding: 0;
	  }
	  
#navi_navi li{
	     width: 180px;
	     height: 44px;
		 padding: 0;
	     margin: 0;
	     text-decoration: none;
		 text-indent:-1000em;
		 list-style-type: none;
}

#navi_navi li a {
	display: block;
	text-decoration: none;
}

#navi_navi li#b01 a {
	width: 180px;
	height: 44px;
	background: url(../img/quercus_kobe/button_top_2.gif) no-repeat;
}  

#navi_navi li#b01 a:hover {
	width: 180px;
	height: 44px;
	background: url(../img/quercus_kobe/button_top_on_2.gif) no-repeat;
}  

#navi_navi li#b02 a {
	width: 180px;
	height: 44px;
	background: url(../img/quercus_kobe/button_map_2.gif) no-repeat;
}  

#navi_navi li#b02 a:hover {
	width: 180px;
	height: 44px;
	background: url(../img/quercus_kobe/button_map_on_2.gif) no-repeat;
}  

#navi_navi li#b03 a {
	width: 180px;
	height: 44px;
	background: url(../img/quercus_kobe/button_blog_2.gif) no-repeat;
}  

#navi_navi li#b03 a:hover {
	width: 180px;
	height: 44px;
	background: url(../img/quercus_kobe/button_blog_on_2.gif) no-repeat;
} 

#navi_navi li#b04 a {
	width: 180px;
	height: 44px;
	background: url(../img/quercus_kobe/button_shopnews_2.gif) no-repeat;
}  

#navi_navi li#b04 a:hover {
	width: 180px;
	height: 44px;
	background: url(../img/quercus_kobe/button_shopnews_on_2.gif) no-repeat;
}  

#navi_navi li#b05 a {
	width: 180px;
	height: 44px;
	background: url(../img/quercus_kobe/button_shopping_2.gif) no-repeat;
}  

#navi_navi li#b05 a:hover {
	width: 180px;
	height: 44px;
	background: url(../img/quercus_kobe/button_shopping_on_2.gif) no-repeat;
}   


/*店舗情報表示部分*/	

#shop_info {
          width: 180px;
	      height: 80px;
		  margin-top : 320px;
		  margin-right : 35px;
		  _margin-right : 18px;
		  float: right;
		  clear: right;
	  }

	  
/*ブログ表示部分*/	  

#blog_navi{
          width: 540px;
	      height: 170px;
		  background-color: #006600;
		  margin-top : 25px;
		  margin-right : 22px;
		  _margin-right : 11px;
		   float: right;
	  }
	  
iframe.qk{
	width:540px; height:150px;
    line-height:120%;
	text-align:left;
	font-size:12px;
		scrollbar-face-color: #ffffff;       /* 表面の色 */
    scrollbar-3dlight-color: #66ff66;    /* 左端と上端の色 */
    scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
    scrollbar-shadow-color: #ffffff;     /* 影の色 */
    scrollbar-darkshadow-color: #66ff66; /* 右端と下端 */
    scrollbar-arrow-color: #00ff00;      /* 矢印の色 */
    scrollbar-track-color: #ffffff;      /* バーの背景の色 */
}


/*地図表示部分*/	    
#map_navi{
          width: 240px;
	      height: 170px;
		  background-color:#006600;
		  margin-top : 25px;
		  margin-left : 44px;
		  _margin-left : 33px;
		   float: left;
	  }
	  
/*ショップ表示部分*/	    
#map_shop{
          width: 235px;
	      height: 400px;
		  background-color:#006600;
		  margin-top : 25px;
		  margin-right : 20px;
		  _margin-right : 5px;
		   float: right;
	  }

/*コピーライト部分*/

#foot{
      width: 800px;
	  height: 50px;
	  border : 0;
	  margin-top : 175px;
	  _margin-top : 170px;
	  margin-left : 20px;
	  _margin-left : 10px;
	  float: left;
	 
}

#foot_2{
      width: 800px;
	  height: 50px;
	  border : 0;
	  margin-top : 90px;
	  _margin-top : 30px;
	  margin-left : 20px;
	  _margin-left : 10px;
	  float: left;
	 
}



	  
	  
	  

