@charset "shift_jis";
/* ---------------------------------------------------------------------------------
GINZA TANAGOKORO
Copyright (C) GINZATANAGOKORO All rights reserved.

XHTML CSS Selectors common 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */

/*フォント初期化設定*/
h1,h2,h3,h4,h5,h6 {
    font-size: 120%; /* hタグの文字サイズを全体のフォントサイズに合わせる */
}
body {
    font-size: 62.5%; /* 全体のフォントサイズを1em=10pxにする */
}
table {
    font-size: 100%; /* テーブルのフォントサイズを1em=10pxにする */
}
p,li,dt,dd,th,td {
	font-size: 120%; /* フォントサイズを1em=12pxにする */
	font-weight: normal;
}
input,textarea,select,option {
	font-size: 100%; /* フォントサイズを1em=12pxにする(継承) */
}


/*初期設定*/
body,div,pre,p,
form,fieldset,input,textarea,select,option, 
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
table,th,td,embed,object { 
	margin: 0px; 
	padding: 0px;
	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS P Gothic, sans-serif;*/
	line-height: 200%;
}
body {
	color:#2C5017;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	text-decoration: none;
	color:#2C5017;
}
a:visited {
	text-decoration: none;
	color:#2C5017;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: underline;
	color: #FF9900;
}

div.clear {
	clear: both;
}
.clearfix:after {
	content: url(spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {overflow:hidden;}

div#preloadImage {
	display: none;
	visibility: hidden;
}
hr {display: none;}

/*---------------------------------------------------------------------------------
レイアウト設定
--------------------------------------------------------------------------------- */
div#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
div#headerArea {
	height: 80px;
	width: 1000px;
	padding-top: 10px;
	position:relative;
}

div#headerArea h1{
	float: left;
	height: 80px;
	width: 273px;
}
div#headerArea h1 a {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 80px;
	width: 273px;
	margin-left: 50px;
}

/*ナビゲーション*/
div#headerArea div#naviBlock {
	float: right;
	width: 630px;
	padding-right: 15px;
	padding-top: 25px;
}
div#headerArea div#naviBlock ul {
	list-style-type: none;
}
div#headerArea div#naviBlock ul li {
	float: left;
	height: 35px;
}
div#headerArea div#naviBlock ul li a {
	display: block;
	height: 30px;
	border: 1px solid #FFF;
}
div#headerArea div#naviBlock ul li a:hover {
	border: 1px solid #90C31F;
}

div#headerArea div#naviBlock ul li#navi01 {
	width: 63px;
}
div#headerArea div#naviBlock ul li#navi01 a {
	width: 61px;
}
div#headerArea div#naviBlock ul li#navi02 {
	width: 83px;
}
div#headerArea div#naviBlock ul li#navi02 a {
	width: 81px;
}
div#headerArea div#naviBlock ul li#navi03 {
	width: 68px;
}
div#headerArea div#naviBlock ul li#navi03 a {
	width: 66px;
}
div#headerArea div#naviBlock ul li#navi04 {
	width: 84px;
}
div#headerArea div#naviBlock ul li#navi04 a {
	width: 82px;
}

/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
div#contentsArea {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 20px;
}
div#contentsArea h2 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BCB4A;
}



/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
div#footerArea {
	width: 960px;
	padding-right: 20px;
	padding-left: 20px;
}

/*ショップインフォメーション*/
div#footerArea div#footerShopInfoBlock {
	height: 178px;
	width: 476px;
	background-image: url(../img/shopinfo_tea.jpg);
	background-repeat: no-repeat;
	background-position:0 -30px;
	float: left;
}
div#footerArea div#footerShopInfoBlock h2,
div#footerArea div#footerShopInfoBlock h3,
div#footerArea div#footerShopInfoBlock h4,
div#footerArea div#footerShopInfoBlock p {
	width: 476px;
	text-indent: -9999px;
}
div#footerArea div#footerShopInfoBlock address {
	display: block;
	width: 476px;
	text-indent: -9999px;
}

/*バナー*/
div#footerArea #shopBannerBlock {
	float:right;
	padding-top: 20px;
	width: 435px;
}
div#footerArea #shopBannerBlock li {
	float: left;
	list-style-type: none;
}
div#footerArea #shopBannerBlock li a {
	overflow:hidden;
	display:block;
	height:45px;
	width:140px;
	padding-right: 5px;
}



div#footerArea #footerNaviBox {
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom:10px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
div#footerArea #footerNaviBox p {
	text-align:center;
	font-size:10px;
}
div#footerArea #footerNaviBox a {
	color:#333333;
}
div#footerArea #footerNaviBox a:hover,
div#footerArea #footerNaviBox a.current{
	color:#FF6600;
}


div#footerArea p#copyright {
	color:#333333;
	text-align:center;
	font-size:10px;
	padding-top: 5px;
}


/*---------------------------------------------------------------------------------
thickbox
--------------------------------------------------------------------------------- */

.thickbox {
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
	background-color:#FFFFFF;
	height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}


