body{
 	*font-size: 13px;
	*font-size: small;
 	*font: x-small;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Maru Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", "MSƒSƒVƒbƒN",clean,sans-serif;
	color: #333333;
	line-height:1.5;
	background:#fffff6;
	padding:0 0 0 10px;;
	margin:0;
}

#pink {
background:url(img/titPink.gif) #fffff6 left top no-repeat;
}

.gourmet {
	width:500px;
	background:#fff;
	border-top: 1px solid #cdcdcd;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:12px;
	line-height:1.6;
	}
	.gourmet th.pink {
		text-align:left;
		border-top:1px solid #fff;
		border-bottom: 1px solid #cdcdcd;
		background: #ffedf6;
		color: #f1017c;
		padding:5px 10px;
		}
	.gourmet td {
		border-bottom: 1px solid #cdcdcd;
		padding:5px 10px;
		}
	.gourmet .dot{
	border-right:1px dotted #cdcdcd;
	}
.gourmetImg{
padding:10px 10px 10px 0;
}
	
.shopTit{
width:500px;
margin:32px 0 10px 0;
}
p.shopTxt{
margin:20px 10px 0 0;
}
.close{
text-align:center;
padding:10px 0;
}
img{
border:none;
}


/*-----yellow------*/
#yellow {
background:url(img/titYellow.gif) #fffff6 left top no-repeat;
}
.gourmet th.yellow {
	text-align:left;
	border-top:1px solid #fff;
	border-bottom: 1px solid #cdcdcd;
	background: #ffffed;
	color: #ffcc00;
	padding:5px 10px;
	}

/*-----orange------*/
#orange {
background:url(img/titOrange.gif) #fffff6 left top no-repeat;
}
.gourmet th.orange {
	text-align:left;
	border-top:1px solid #fff;
	border-bottom: 1px solid #cdcdcd;
	background: #fff7ed;
	color: #ff9900;
	padding:5px 10px;
	}

/*-----blue------*/
#blue {
background:url(img/titBlue.gif) #fffff6 left top no-repeat;
}
.gourmet th.blue {
	text-align:left;
	border-top:1px solid #fff;
	border-bottom: 1px solid #cdcdcd;
	background: #edf8ff;
	color: #00a2ff;
	padding:5px 10px;
	}

/*-----green------*/
#green {
background:url(img/titGreen.gif) #fffff6 left top no-repeat;
}
.gourmet th.green {
	text-align:left;
	border-top:1px solid #fff;
	border-bottom: 1px solid #cdcdcd;
	background: #edfff0;
	color: #53c02d;
	padding:5px 10px;
	}

/*-----darkblue------*/
#darkblue {
background:url(img/titDarkblue.gif) #fffff6 left top no-repeat;
}
.gourmet th.darkblue {
	text-align:left;
	border-top:1px solid #fff;
	border-bottom: 1px solid #cdcdcd;
	background: #cde4ff;
	color: #53c02d;
	padding:5px 10px;
	}


