@import url(/style.css);

body{
	background-color:white;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
}

#content{
	width:750px;
	margin:0px auto 0px auto;
}
a:link,  a:visited, a:hover{ text-decoration:none; }

/*******************************リストページ********************************/
/*メニュー*/
ul.menu{
	width:100%;
	margin:10px 0px;
	float:left;
	clear:both;
}
ul.menu li{
	margin:0px;
	width:150px;
	height:33px;
	font-size:15px;
	line-height:2;
	font-weight:bold;
	background-image:url(button.gif);
	list-style-type:none;
	text-align:center;
	float:left;
}
ul.menu li a:link, ul.menu li a:visited{
	color:#666666;
}
ul.menu li a:hover{
	color:red;
}
/*タイトル周り*/
.title h1{
	margin:0px 0px 10px 0px;
}
.lead{
	margin:auto;
	background-image:url(lead-image.gif);
	width:642px;
	height:42px;
	border-color:#BF6700;
	border-width:4px;
	border-style:solid;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.lead p{
	line-height:1.3;
	position:relative;
	width: 400px;
	left: 235px;
	top: 5px;
}
/*ショップリストコンテナ*/
.shop-list-container-blue{
	width:237px;
	margin:0px 14px 14px 0px;
	border-style:dashed;
	border-color:#78C2ED;
	border-width:1px;
	float:left;
	overflow:hidden;
}
.shop-list-container-pink{
	width:237px;
	margin:0px 14px 14px 0px;
	border-style:dashed;
	border-color:#F2AD92;
	border-width:1px;
	float:left;
	overflow:hidden;
}
.shop-list-container-blue h1.shop-title{
	padding:0px 0px 0px 10px;
	background-color:#78C2ED;
	color:#FFFFFF;
	height:40px;
	font-size:14px;
	font-weight:bold;
	line-height:2.8;
	overflow:hidden;
}
.shop-list-container-pink h1.shop-title{
	padding:0px 0px 0px 10px;
	background-color:#F2AD92;
	color:#FFFFFF;
	height:40px;
	font-size:14px;
	font-weight:bold;
	line-height:2.8;
	overflow:hidden;
}
h1.shop-title a:link, h1.shop-title a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
h1.shop-title a:hover{
	color:red;
}
.shop-container{
	height:92px;
	overflow:hidden;
}
.shop-container img{
	padding:10px 10px 0px 0px;
	float:left;
}
.shop-container h2{
	line-height:1;
	padding:10px 10px 0px 0px;
	font-size:18px;
	color:#666666;
}
.shop-container h3{
	margin:3px 0px 3px 0px;
	line-height:1;
	padding:2px 0px;
	font-size:13px;
	height:13px;
}
/*******************************詳細ページ********************************/
.shousai-container-blue{
	width:750px;
	fon-size:13px;
	padding:10px 0px;
	margin:0px 0px 20px 0px;
	border-style:dashed;
	border-color:#78C2ED;
	border-width:2px 0px 0px 0px;
}
.shousai-container-pink{
	width:750px;
	fon-size:13px;
	padding:10px 0px;
	margin:0px 0px 20px 0px;
	overflow:hidden;
	border-style:dashed;
	border-color:#F2879D;
	border-width:2px 0px 0px 0px;
}
.main-image{
	width:398px;
	float:left;
}
.main-image .caption{
	font-size:13px;
	padding:3px 0px 0px 0px;
}
.sub-menu{
	margin:15px 0px 0px 0px;
}
.sub-menu dl{
	padding:0px 20px 0px 0px ;
	line-height:1;
	width:185px;
	float:left;
}
.sub-menu dd{
	text-align:right;
}
.text-container{
	width:330px;
	float:left;
	position:relative;
	top:0px;
	left:25px;
}
.text-container .date{
	padding:0px 0px 5px 0px ;
	line-height:1;
	font-weight:bold;
	font-size:20px;
}
.shousai-container-blue .text-container h1{
	padding:5px 0px 3px 5px;
	font-size:25px;
	color:#FFFFFF;
	background-color:#78C2ED;
}
.shousai-container-pink .text-container h1{
	padding:5px 0px 3px 5px;
	font-size:25px;
	color:#FFFFFF;
	background-color:#F2879D;
}
.text-container h6{
	padding:2px 0px 20px 0px;
	font-size:13px;
}
.text-container h2{
	padding:10px 0px 0px 0px;
	font-size:17px;
	padding:0px 0px 5px 0px;
}
.text-container p{
	line-height:1.3;
}
.text-container h3{
	padding:15px 0px 0px 0px;
	font-size:22px;
	color:orange;
}
.text-container .coupon{
	background-color:#B34700;
	color:#FFFFFF;
	padding:2px;
	font-size:13px;
	position:relative;
	top:-3px;
	left:5px;
}
.text-container .coupon:link, .text-container .coupon:visited {
	color:#FFFFFF;
}
.text-container .coupon:hover {
	color:red;
}
.text-container dt{
	line-height:1.2;
}
.text-container dd{
	line-height:1.2;
	padding-left:10px;
}
.text-container .button img{
	vertical-align:middle;
}
/*******************************クーポンページ********************************/
.coupon-table{
	margin:auto;
	border-collapse:collapse;
	border-style:dashed;
	border-width:2px;
	border-color:#CCCCCC;
}
.coupon-table td{
	padding:5px;
	border-style:dashed;
	border-width:2px;
	border-color:#CCCCCC;
	background-image:url(/gourmet/coupon-back.gif);
	background-position:center 30px;
	background-repeat:no-repeat;
}
.coupon-table h1.shop-title-blue{
	color:#FFFFFF;
	height:20px;
	overflow:hidden;
	padding:14px 0px 14px 60px;
	font-size:15px;
	background-image:url(coupon-title-blue.gif);
	
}
.coupon-table h1.shop-title-pink{
	color:#FFFFFF;
	height:20px;
	overflow:hidden;
	padding:14px 0px 14px 60px;
	font-size:15px;
	background-image:url(coupon-title-pink.gif);
	
}
.coupon-table h2{
	color:#FF7400;
	padding:5px 0px 5px 0px;
	font-size:18px;
	text-align:center;
	overflow:hidden;
}

