@charset "utf-8";
@import url("../../../css/import.css");

/* -----------------------------------------------------------
CSS Information

 ! File name:      gourmet.css(イオンレイクタウン植樹祭)
 ! Style Info:     index.html
----------------------------------------------------------- */

/*----------------------------------------------------
	全体共通事項とラッパー的な事
----------------------------------------------------*/
#gourmet {
	width:900px;
	margin:0 auto 50px auto;
	background:url(../img/bg-repeat.gif) repeat-y;
}

#gourmet h2 {
	width:900px;
	height:572px;
	background:url(../img/header.jpg) no-repeat;
}

#gourmet img{
	border:none;
}

#backIndex {
	width:900px;
	height:35px;
	margin:0 auto 0 auto;
	padding:5px 0 0 0;
	background:url(../img/footer.gif) no-repeat;
	position:relative;
}

#backIndex img{
	border:none;
}

#backIndex a {
	float:left;
	margin:-5px 0 0 421px;
}

#backIndex a#btnBack {
	position:absolute;
	top:0;
	right:5px;
}


/*----------------------------------------------------
	index.html
----------------------------------------------------*/
#selection {
	width:776px;
	padding:0 24px 0 20px;
	margin:-360px auto 15px auto;
}

#selection:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#selection dl {
	float:right;
	width:385px;
	padding:10px 0 2em 0;
	position:relative;

}

#selection dl dt {
	position:absolute;
	left:-33px;
}

#selection dl dt img {
	cursor:pointer;
}

#selection dl dd {
	text-align:left;
	width:345px;
	margin:0 0 10px 0;
	padding:26px 0 10px 40px;
	background:url(../img/bg-line.gif) no-repeat bottom;
}

#selection #seleImg {
	float:left;
	width:370px;
	height:370px;
}

#introduce {
	clear:both;
}

#introduce img {
	margin:0 0 10px 0;
}


/*----------------------------------------------------
	listのhtml
----------------------------------------------------*/
#content {
	width:820px;
	margin:-360px 0 0 40px;
	*margin:-360px 0 0 0;
}

#content #listBtn {
	width:800px;
	height:54px;
	margin:0 0 13px 0;
	padding:9px 0 9px 20px;
	background:url(../img/bg-btnLine.gif) no-repeat;
}

#content #listBtn a {
	width:254px;
	height:54px;
	margin:0 8px 0 0;
	display:block;
	float:left;
}

#content h3 {
	margin:0 0 13px 0;
}

#content #shopBox {
	width:792px;
	margin:0 0 13px 18px;
	overflow:hidden;
}

#content #shopBox h3 {
	margin:0 0 13px -10px;
}

#content .shopLine {
	clear:both;
}

#content .shopBlock {
	width:115px;;
	min-height:134px;
	height:auto !important;
	height:134px;
	margin:0 11px 13px 0;
	padding:8px 3px 5px 3px;
	background:#ffeed1;
	float:left;
}

#content .shopBlock img {
	border:6px solid #e6d3b2;
	margin:0 0 10px 0;
}

#content .shopBlock span {
	color:#6e4600;
}

#content .shopBlock a:hover span {
	text-decoration:underline;
}

.garden .shopBlock {
	border-top:3px solid #7cb717;
}

.forest .shopBlock {
	border-top:3px solid #fca416;
}

.cafe .shopBlock {
	border-top:3px solid #a40000;
}


/*----------------------------------------------------
	各専門店のhtml
----------------------------------------------------*/
#introBox {
	width:820px;
	padding:0 0 20px 0;
	overflow:hidden;
	text-align:left;
	color:#6e4600;
}

/*	右側
----------------------------------------------------*/
#shop_intro {
	float:right;
	width:394px;
	padding:0 8px 0 0;
}

#shop_intro dl {
	width:380px;
	margin:0 0 25px 0;
	overflow:hidden;
}

#shop_intro dl dt{
	float:left;
	height:50px;
}

#shop_intro dl dd{
	float:left;
	margin:0 10px 10px 0;
	font-size:84%;
}

#shop_intro #shop-info {
	clear:both;
	margin:0 0 5px 0;
}

#shop_intro #shop-logo {
	float:left;
	padding:10px 0 0 0;
}

#shop_intro table {
	float:right;
	width:220px;
}

#shop_intro table th,
#shop_intro table td{
	vertical-align:middle;
	padding:3px 0;
	line-height:1;
}

#shop_intro table th{
	text-align:center;
}

#shop_intro table tfoot th{
	padding:3px 0 3px 4px;
	text-align:left;
}


#shop_intro h4 {
	clear:both;
	margin:20px 0 0 0;
}


#shop_intro p {
	width:380px;
	margin:0 0 5px 10px;
}

#shopLink {
	float:right;
	margin:0 10px 0 0;
}

#shopLink a {
	padding:0 8px;
	background:url(../img/arrow_off.gif) no-repeat left 30%;
	color:#6E4600;
}

#shopLink a:hover {
	background:url(../img/arrow_on.gif) no-repeat left 30%;
	text-decoration:underline;
}


/*	左側
----------------------------------------------------*/

#shop-img {
	width:380px;
	margin:0 0 0 18px;
}

#shop-img div.imgHead {
	width:370px;
	padding:5px 5px 0 5px;
	background:url(../img/bg-imgup.gif) no-repeat;
}

#shop-img div.imgHead p {
	margin:0;
}

#shop-img div.imgInner {
	width:380px;
	height:260px;
	margin-bottom:10px;
	background:url(../img/bg-imgmid.gif) repeat-y;
}

#shop-img div.imgFoot {
	height:5px;
	background:url(../img/bg-imgdown.gif) no-repeat 0% 0%;
}

#shop-img div img {
	padding:0;
	margin:0;
}

