/*　中ページ設定　*/
body {
	color: #333333;
}
/*　リンク色設定　*/
A:link    { color: #f86400; text-decoration: underline }
A:visited      { color: #f65; text-decoration: underline }
A:hover    { color: #dc143c; text-decoration: underline }

/*　footerメニューリンク設定　*/
#footerlink {
	padding-left:15px;
	padding-right:15px;
}
#footerlink A:link    { color: #8a001c; text-decoration: underline }
#footerlink A:visited      { color: #ee6220; text-decoration: underline }
#footerlink A:hover    { color: #dc143c; text-decoration: underline }

/*　サイトマップ用　*/
.sitemap {
	line-height: 140%;
	margin: 3px;
	padding-left: 0px;
	list-style-type: none;
}


/*　商品名の色分け等　*/

.name01{
	color: #996633;
}

.name02{
	color: #669933;
}

.name03{
	color: #CC3366;
	font-size: 10px;
}

.name04{
	color: #666666;
	font-size: 10px;
	line-height: 145%;
}

.name_gift { color: #bc4300; font-weight: bold }

.txt01 td{
color:#333333;
font-size:11px;;
}

.txt02{
font-size:11px;
line-height:120%;
}

.paqmog td{
font-size:11px;
padding:3px 0 5px 3px;
}

/*　抹茶ぜんざい注釈　*/
.txt_ma{
	font-size:10px;
	line-height:130%;
	padding:5px;
	color:#FFF;
	background-color:#006600;
	text-align:center;
	margin-bottom:5px;
}
.txt_ma span{
	font-size:12px;
	display:block;
	margin-bottom:5px;
}
