@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;
}

img.photo {
	margin: 0 0 1em 0;
}
.rightBox {
	width: 210px;
	float: right;
}
.leftBox {
	width: 350px;
	float: left;
}

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;
}