@charset "utf-8";
/* CSS Document */

.toph1 {/* h1タグのサイズと余白を指定する */
	font-size:12pt;
	margin:10px 0px 0px 0px;
	color: #837D7D;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	overflow:hidden;/* さいどば－を下まで表示する為（余分なところを消す）*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 160px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #FFF5E0;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: -32768px;/* さいどば－を下まで表示する為（ＩＥの最大値）*/
	padding-bottom: 32768px;/* さいどば－を下まで表示する為（ＩＥの最大値）*/
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 618px;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
} 

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#wrapper {
	width: 800px;
	background-color: #FFF5E0;
}

/* ヘッダーの一番上部分 */
#header-t {
	width: 800px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #626061;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;

}

/* ヘッダーのナビゲーション　ここから▼ */
ul.navibar    {
	list-style:none;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: right;
	margin-top: 0px;
	width: 800px;
}
.navibar li    {display:inline;}
.navibar li a  {padding:2px 5px; text-decoration:none;}
.navibar li a:link     {
	color:#996600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC9966;}
.navibar li a:visited {
	color:#8a4500;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC9966;
}
.navibar li a:active  {	color:#CC6600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC9966;
	}
.navibar li a:hover  {	color:#ff9900;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC9966;
	}
#nav-line1 {
	width: 800px;
	background-color: #FFF5E0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8A4500;
	border-right-color: #8A4500;
	border-bottom-color: #8A4500;
	border-left-color: #8A4500;
	padding: 0px;
}		
#nav-line {
	width: 800px;
	background-color: #FFF5E0;
	text-align: right;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8A4500;
	border-right-color: #8A4500;
	border-bottom-color: #8A4500;
	border-left-color: #8A4500;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}	
#muryou {
	color: #FFFFCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	background-color: #CC3300;
	padding: 2px;
	border: 3px double #993300;
	font-size: small;
	margin: 3px;
}
/* ▲ヘッダーのナビゲーションここまで */

/* サイドバーのようこそ */
#youkoso {
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 16px;
	color: #663300;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bolder;
}

/* サイドバーのバナー */
.b150 {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: small;
	color: #663300;
}
/* トップ専用レフトメニュー（点線つき） */
.sidenav-top{
	font-size: small;
	line-height: 2.5em;
	color: #663300;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	width: 95%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #996600;
	border-right-color: #996600;
	border-bottom-color: #996600;
	border-left-color: #996600;
	padding:0px;
	background-image: url(../images/parts/yajirusi.gif);
	background-repeat: no-repeat;
	text-indent: 1em;
	background-position: 3px center;
	list-style-type: none;
}


/* わく */
.subcontent {
	width:612px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
.subcontent:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  font-size:0.1em;
}

.subcontent {
	min-height: 1px;
	clear: both;
	display:inline-table;
}

/* Hides from Mac IE \*/
* html .subcontent { height:1px; }
.subcontent {
	display:block;
	clear: both;
}
/* */
/* end: clearfix ------------------------------ */


/* 目玉商品*/
#midasi1 {
	width:580px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FF9900;

}
/* 目玉商品のサム画像*/
.wakugodan {
	width:120px;
	float:left;
	text-align: center;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-size: small;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.banner300left {
width:300px;
float:left;
margin-bottom:3px;
margin-top:10px;
margin-right:12px;
}
.banner300right {
width:300px;
float:left;
margin-bottom:3px;
margin-top:10px;
}
/* カテゴリー一覧*/
#midasi2 {
	width:580px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CC6633;
	border-left-color: #CC6633;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	color: #CC6600;
	clear: both;

}
.ichiran-img {
	width:145px;
	float:left;
	text-align: center;
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom:0px;
	font-size: small;
	padding-bottom: 20px;
}
.ichiran-ca {
	width:145px;
	float:left;
	text-align: center;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	font-weight: bold;
	font-size: 11px;
}

.ichiran-cap {
	width:145px;
	float:left;
	text-align: center;
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #716F5B;
	margin-bottom: 3px;
	padding-bottom: 15px;
}

/* 紅茶ロゴ */
#logo {width:600px;}
#logo-l {
	float:left;
	width:180px;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#logo-r {
	float:left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #333300;
	text-align: left;
}


/* メディアに紹介 */
#midasi3 {
	width:580px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	color: #FF9900;
	clear: both;
}
#hon_left {
	float: left;
	width: 350px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #333300;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#hon_right {
	float: left;
	width: 250px;
	margin-top: 10px;
}

#hon li{
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #333300;
	float:none;
	}
	
#hon ul li {
	list-style-position: outside;
	list-style-type: circle;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #333300;
	float:none;
	}
	
/* 中央のバナー部分*/
#banner612 {
	width:612px;
	height: 85px;
	clear: both;
	margin-top: 10px;

}
.banner418 {
	width:418px;
	float:left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#banner180 {
	width:180px;
	float:left;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 14px;
}
#banner205left {
	width:205px;
	float:left;
	text-align: right;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#banner205right {
	width:205px;
	float:left;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 4px;
}

#oisisa {/* 紅茶の本当のおいしさの部分 */
	font-size:20pt;
	color: #993300;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bolder;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#oisisa-left {/* 紅茶の本当のおいしさの部分左側 */
	font-size:small;
	color: #663300;
	width:400px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
}
#oisisa-right {/* 紅茶の本当のおいしさの部分右側 */
	font-size:x-small;
	color: #333300;
	width:163px;
	float: right;
}
#dot-top {
	width:612px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC1745;
	border-right-color: #CC1745;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#dot-bottom {
	width:612px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CC1745;
	border-right-color: #CC1745;
	border-bottom-color: #CC1745;
	border-left-color: #CC1745;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	height: 60px;
}

/* マップ */
#midasi4 {
	width:580px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CC6633;
	border-left-color: #CC6633;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	color: #CC6600;
}
.map-left {
	float: left;
	width:220px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #333300;
}
.map-right {
	float: right;
	width: 380px;
}		

/* ショップ */
.shop-left {
	float: left;
	width:50%;
}
.shop-right {
	float: right;
	width: 310px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #333300;
	text-align: left;
	padding-top: 10px;
}	



/* 以下フッターに関する指定 */
.twoColFixLtHdr #footer {
	clear: both;
	width: 800px;
	border: 1px solid #F1C68B;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFAF0;
	background-image: url(../images/parts/footer-line-l.gif);
	background-repeat: repeat-y;
	padding: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 5px; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
#footer1 {
	clear: both;
	width: 790px;
	padding: 5px;
	border: 1px solid #F1C68B;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F1C68B;
	background-repeat: repeat-y;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	font-weight: bold;
	color: #663300;
}
#footer2 {
	width: 790px;
	background-color: #F1C68B;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #333300;
	text-align: center;
	padding: 5px;
	clear: both;
}
#footer-wrap {/* フッターのわく */
	width:100%;
	text-align: center;
}	
#footer-left {/* フッターの左側 */
	width:410px;
	float: left;
	text-align: center;
	padding: 0px;
	display: inline;
}
#footer-right {/* フッターの右側 */
	width:384px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	display: inline;
}		
.footer-ti {
	font-size: small;
	color: #663300;
	background-color: #FDE8FD;
	width: 94%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.footer-con {
	font-size: small;
	color: #333300;
	width: 94%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFF8D7;
}
/* 内容の２つめのブロック */
.footer_naiyou2 {
	font-size: small;
	color: #333300;
	background-color: #FFF8D7;
	width: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
.footer_img {
	font-size: small;
	color: #333300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.footer_img2 {
	font-size: small;
	color: #333300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
.daibiki {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #3399CC;
	padding: 3px;
	border: 2px solid #3399CC;
	text-align: center;
	width: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*------------------------------ 見出し */
.topmidasi {
	width:95%;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #CC6600;
	border: 3px double #FFF3C4;
	background-color: #FFF7D0;
	clear: both;
	text-align: left;
}

