@charset "UTF-8";

/* 全体の書式の初期化 */

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, 
ul, ol, li, dl, dt, dd, table, th, td, form, filedset	{
	margin: 0;
	padding: 0;
	color: #e9e7d2;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
	font-size: 14px;
	text-align: left;
	background-color: transparent;
}

img	{border: 0px;}


body	{
	background-color: #be6666;
	text-align: center;
}

/* 緋色の大枠 */
#container1	{
	margin: 10px auto;
	width: 702px;
	background-color: #7f1919;
	padding:15px;
}
/* IE6用 */
* html #contaienr1	{
	padding: 0px;
	}
/* IE7用 */
*:first-child+html #contaienr1	{
	padding: 0px;
	}


/* 薄茶の枠 */
#container2	{
	width: 702px;
	padding: 1px;
	background-color: #e9e7d2;
	position: relative;

}
/* IE6用 */
* html #contaienr2	{
	margin: 15px;
	}
/* IE7用 */
*:first-child+html #contaienr2	{
	margin: 15px;
	}

a:link, a:visited	{color: #e9e7d2;}
a:hover, a:active	{color: #eed5d5;}

#header	{
	text-align: right;
}

#wrapper	{
	width: 700px;
	margin: 0 auto;
	}
/* IE6用 */
* html #wrapper	{
	background-color: #be6666;
	}	

#left	{
	width: 175px;
	float: left;
	padding: 5px 0 5px 5px;
	background-color: #be6666;
}

	#left ul li 	{
		width: 170px;
		height: 50px;
		list-style-type: none;
		margin-bottom: 5px;
	}

	#info	{
		width: 170px;
		background: url(shareimg/jimon.gif) no-repeat bottom;
		position: absolute;
		bottom: 50px;
	}

	#info img	{margin-bottom: 180px;}
	#info p#shopname	{font-size: 18px;font-weight: bold;letter-spacing: 0.5em;}
	#info p#tel	{font-weight: bold;margin-bottom: 1em;}

#content	{
	float: right;
	width: 520px;
	background: #e9e7d2;
}
#content p	{color: #404040;}

#content #headtea,
#content #headtobo	{
	width: 520px;
	height: 199px;
	margin-bottom: 2em;
}
#content #headtea	{
	background: url(tea/tea_title.jpg) no-repeat top;
}
#content #headtobo	{
	background: url(tobo/tobo_title.jpg) no-repeat top;
}
#content #headtea #lead,
#content #headtobo #lead	{
	padding-top: 100px;
}
#content #headtea #lead p,
#content #headtobo #lead p	{
	font-weight: bold;
	color: #333333;
	text-align: center;
}

#content h2	{margin: 2em 0 1em;}
#content h3	{margin-bottom: 1em;color:#669950;}

	.words	{margin: 10px;clear: both;}
	.words p	{margin-bottom: 1em;}
	.words #leadtobo	{
		background: url(tobo/flower04.jpg) no-repeat right;
	}
	.words #leadtea	{
		background: url(tea/leadbk.jpg) no-repeat right;
	}
	.words #kohikileft	{
		float: left;
		width: 220px;
		margin-right: 10px;
	}
	.words #kohikiright	{
		float: right;
	}
	.words #kohikileft img,
	.words #kohikiright img	{
		margin-bottom: 2px;
	}
	.words #akaeleft	{
		float: left;
		width: 200px;
		margin-right: 10px;
	}
	.words #akaeright	{
		float: right;
	}




#content .kakomi	{
	border: 3px double #6f9933;
	margin: 20px 10px;
	height: 115px;
	clear: both;
}
#content .kakomi img	{
	float: left;
	margin: 5px;
}
#content .kakomi h2	{
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #6f9933;
}
#content .kakomi p a:link,
#content .kakomi p a:visited {
	color: #be6666;
}
#content .kakomi a:hover,
#content .kakomi a:active {
	color: #7f1919;
}
p#copyright	{
	text-align: right;
	font-size: 11px;
}
p#copyright img	{
	margin: 0 10px 0;
}
.clear	{
	clear: both;
	}

