@charset "utf-8";

/*<group=汎用>*/

.left {
	float: left;
}

.right {
	float: right;
}

.normal {
	font-weight: normal;
}

.yellow {
	color:#CAAF00;
}

/*</group>*/

/*<group=メイン>*/

#catchCopy {
	margin-bottom:30px;
}

.mainModule {
	margin:0 0 25px 0;
	padding:0;
}

.mainModule h3 {
	margin-bottom:7px;
}

.mainModule div.body {
	margin:0;
	padding:10px 0 5px 0;
	border-top:1px solid #ccc;
}

.mainModule div.body p {
	margin:0;
	padding:0 0 10px 0;
}

.mainModule div.entry {
	margin-top:20px;
}

.mainModule .entry h3 {
	margin-bottom:0;
}

/*<group=トップページ　お知らせ>*/

table#info {
}

table#info th {
	padding:0 0.1em 0.5em 0;
	vertical-align:top;
}

table#info td {
	padding:0 0 0.5em 0;
}

/*</group>*/

/*<group=喫茶　メニュー>*/

table#menuTable {
	width:100%;
}

table#menuTable th,
table#menuTable td {
	padding:7px 1px;
	border-bottom: 1px dashed #999;
}

table#menuTable td.note {
	font-size:smaller;
}

table#menuTable td.ochauke {
	vertical-align:middle;
	width: 1%;
}

table#menuTable th {
	width: 47%;
	font-weight:bold;
}

table#menuTable td.price {
	width: 20%;
}

table#menuTable td.link {
	width: 38%;
}
	
/*</group>*/

/*<group=お茶　インデックス>*/

table#ochaIndexTable {
	margin-bottom: 10px;
}

table#ochaIndexTable th,
table#ochaIndexTable td {
	padding:7px 1px;
	border-bottom: 1px solid #ccc;
}

table#ochaIndexTable th {
	width: 17%;
}

table#ochaIndexTable td.thumb {
	width: 14%;
}

table#ochaIndexTable td.text {
	width: 69%;
}

table#ochaIndexTable td.text p {
	padding:5px 0;
}

/*</group>*/

/*<group=お茶　詳細>*/

table.ochaDetailTable {
	margin: 20px 0;
}

table.ochaDetailTable caption {
	padding-bottom:5px;
	text-align:left;
	font-size:100%;
	font-weight:bold;
	border-bottom:1px dashed #C0C0C0;
}

table.ochaDetailTable td {
	padding:10px 1px;
}

table.ochaDetailTable td.icon {
	width: 13%;
}

table.ochaDetailTable td.text {
	width: 67%;
}

table.ochaDetailTable td.chart {
	width: 20%;
}

/*</group>*/

/*<group=ご注文方法　連絡先>*/

#contact {
	margin:10px 0;
}

#contact img {
	margin: 5px 0;
}

/*</group>*/

/*<group=ご注文方法>*/

.download {
	margin:10px 0;
	border:1px solid #ccc;
}

.download td.text {
	width:70%;
	padding:8px;
	font-size:80%;
}

.download td.icon {
	width:30%;
	padding:8px;
	font-size:70%;
	text-align:center;
}

.download {
	margin:10px 0;
	padding:8px;
	border:1px solid #ccc;
}

.download p.text {
	width:67%;
	float:left;
	font-size:80%;
}

.download p.icon {
	width:28%;
	float:right;
	font-size:70%;
	text-align:center;
}

.mainModule .body ul {
	margin-left:20px;
}

.mainModule .body li {
	padding:5px 0;
}


table.deliveryPriceTable {
	width:95%;
	margin:10px;
}

table.deliveryPriceTable caption {
	text-align:left;
	margin:5px;
}

table.deliveryPriceTable td {
	padding:3px 10px;
}

table.deliveryPriceTable .evenRow td {
	background:#E8E8E8;
}

table.deliveryPriceTable td.region {
}

table.deliveryPriceTable td.prefecture {
	font-size:80%;
}

table.deliveryPriceTable td.price {
	text-align:right;
}

table#lowTable th {
	padding:3px 10px 3px 0;
	vertical-align:top;
}

table#lowTable td {
	padding:3px 0;
}

table#lowTable em {
	color:#FF0000;
}

/*</group>*/

/*</group>*/

/*<group=サイドメニュー>*/

#ochaMenu li {
	list-style-type: none;
	margin:6px 5px;
	padding-left:18px;
	background:url(common/arrow.gif) no-repeat left center;
	height:12px;
}
	
/*</group>*/
