@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */


a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

#content {
	padding-top: 28px;
}
ul#gnavi {
	margin: 10px 0 40px;
}

.categoryTitle {
	position: relative;
}
.viewAll {
	position: absolute;
	top: 0;
	right: 0;
}
.rss-js-entry {
	background: url(images/newsPoint.gif) no-repeat 7px 5px;
	padding: 0 0 5px 30px;
	margin-bottom: 5px;
	border-bottom: #999 1px dotted;
}
.date {
	padding-right: 10px;
}
table.index {
	width: 100%;
	margin: 0 0 1em 0;
}
table.index td a {
	padding: 10px 10px 0 180px;
	width: 140px;
	height: 140px;
	display: block;
}
table.index td a:link,table.index td a:visited,table.index td a:hover,table.index td a:active {
	color:#666666;
	text-decoration: none;
}
table.index td img {
	margin-bottom: 5px;
}
a.goodsBg {
	background: url(images/cyokubaiImg.jpg) no-repeat 0 0;
}
a.restaurantBg {
	background: url(images/restaurantImg.jpg) no-repeat 0 0;
}
a.gelatoBg {
	background: url(images/gelatoImg.jpg) no-repeat 0 0;
}
a.bentoBg {
	background: url(images/bentoImg.jpg) no-repeat 0 0;
}
