/* title */
#contents-page-title h3.column-gourmand {
	background-image: url(/images/page_title_gourmand.gif);
	background-repeat: no-repeat;
}
#contents-page-title h3.column-gourmand a{
	display: block;
	width: 680px;
	height: 60px;
}
#contents-page-title h3.column-gourmand span {
	display: none;
}
#gourmand-index-head {
	width: 680px;
	float: left;
}
#gourmand-index-head p {
	font-size: 80%;
	color: #444444;
	line-height: 1.8em;
	margin: 20px 10px;
	text-align: left;
}
.pagecontents-wrap {
	width: 680px;
	margin-bottom: 20px;
	float: right;
}

/* widget */
/* recent entries */
.widget-columnrecent-wrap {
	width: 210px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	text-align: left;
	float: left;
}
.widget-columnrecent-wrap h3 {
	width: 210px;
	height: 60px;
	background-image: url(/images/widget_recentgourmand_title.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.widget-columnrecent-wrap h3 span {
	display: none;
}
.widget-columnrecent-wrap ul {
	font-size: 80%;
	margin: 0;
}
.widget-columnrecent-wrap ul li {
	background-image: url(/images/gourmand_side_icon.gif);
	background-position: 5px 0;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 3px 0 5px 30px;
	border-bottom: dotted 1px #CCCCCC;
}
.widget-columnrecent-wrap ul li a {
	color: #448AC9;
	text-decoration: none;
}
.widget-columnrecent-wrap ul li a:hover {
	color: #214464;
}

/* categories */
.widget-columncategory-wrap {
	width: 210px;
	margin-bottom: 20px;
	text-align: left;
	float: left;
}
.widget-columncategory-wrap ul {
}
.widget-columncategory-wrap ul li {
	width: 210px;
	height: 40px;
	background-image: url(/images/gourmand_sidemenu_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
}
.widget-columncategory-wrap ul li a {
	display: block;
	width: 210px;
	height: 40px;
	text-decoration: none;
	background-image: url(/images/gourmand_sidemenu_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.widget-columncategory-wrap ul li a:hover {
	background-position: 0 -40px;
}
.widget-columncategory-wrap ul li span {
	display: block;
	font-size: 77%;
	color: #0A0B54;
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 13px;
	vertical-align: middle;
}

/* サイドメニュー */
#sidemenu-wrap ul.gourmand-sidemenu {
	width: 210px;
	margin-bottom: 20px;
	text-align: left;
	float: left;
}
#sidemenu-wrap ul.gourmand-sidemenu li {
	width: 210px;
	height: 40px; 
	float: left;
}
#sidemenu-wrap ul.gourmand-sidemenu li a {
	display: block;
	background-repeat: no-repeat;
	width: 210px;
	height: 40px;
}
#sidemenu-wrap ul.gourmand-sidemenu li a span {
	display: none;
}

#sidemenu-wrap ul.gourmand-sidemenu li.gourmand-map a { background-image: url(/images/gourmand_sidemenu_001.gif); background-position: 0 0; }
#sidemenu-wrap ul.gourmand-sidemenu li.gourmand-map a:hover { background-image: url(/images/gourmand_sidemenu_001.gif); background-position: 0 -40px; }
#sidemenu-wrap ul.gourmand-sidemenu li.gourmand-contact a { background-image: url(/images/gourmand_sidemenu_002.gif); background-position: 0 0; }
#sidemenu-wrap ul.gourmand-sidemenu li.gourmand-contact a:hover { background-image: url(/images/gourmand_sidemenu_002.gif); background-position: 0 -40px; }


/*  */
#archivecateboly-title-wrap {
	width: 680px;
	background-color: #E9EEF8;
	margin-bottom: 20px;
	text-align: center;
	float: left;
}
#archivecateboly-title-wrap p {
	font-size: 80%;
	color: #212A6E;
	font-weight: bold;
	margin: 15px;
}

/* お店詳細  */
.shop-catchcopy {
	font-size: 120%;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
}
#shop-detail {
	width: 680px;
	margin-bottom: 30px;
	text-align: center;
	float: left;
}
#shop-detail table {
	width: 660px;
	margin: 0 auto;
}
#shop-detail table th {
	width: 150px;
	font-size: 80%;
	color: #666666;
	font-weight: bold;
	background-color: #F5F5F5;
	border-bottom: solid 1px #CCCCCC;
	text-align: left;
	margin: 5px;
	padding: 5px;
}
#shop-detail table td {
	font-size: 80%;
	color: #444444;
	text-align: left;
	border-bottom: solid 1px #CCCCCC;
	margin: 5px;
	padding: 5px;
}
