@charset "UTF-8";

@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;
}
.pageTitle {
	background: url(images/mainImg.jpg) no-repeat 0 0;
	width: 750px;
	height: 390px;
	margin-bottom: 2em;
}
.pageTitle p {
	width: 415px;
	padding: 265px 0 0 244px;
	line-height: 1.3;
	font-size: 108%;
}
table.shopList {
	width: 100%;
	
}
table.shopList td,table.shopList th {
	padding: 7px 5px;
	border-bottom: #fff 2px solid;
}
table.shopList tr {
	background: #eef4d5;
}
table.shopList tr.odd {
	background: #e8e2da;
}