@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: 705px;
	height: 390px;
	margin-bottom: 2em;
}
.pageTitle p {
	width: 415px;
	padding: 265px 0 0 244px;
	line-height: 1.3;
}
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;
}
table.outline {
	width: 100%;
}
table.outline td,table.outline th {
	padding: 10px;
	vertical-align: top;
}
table.outline td {
	border-bottom: #999 1px solid;
}
table.outline th {
	border-bottom: #454545 1px solid;
	text-align: right;
}
dl.policy dt {
	font-size: 108%;
	font-weight: bold;
	border-left: #999 5px solid;
	padding: 3px 0 3px 15px;
}
dl.policy dd {
	padding: 5px 0 10px 15px;
}


dl.sitemap dt {
	font-size: 108%;
	font-weight: bold;
}
dl.sitemap dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #999 1px dashed;
}
dl.sitemap dd h4 {
	font-size: 93%;
	margin-bottom: 0px;
	background: none;
}
dl.sitemap dd ul li {
	background:url(images/point.gif) no-repeat 0 3px;
	padding-left: 15px;
}
dl.sitemap dd ul {
	margin-bottom: 10px;
	margin-left: 15px;
	
}

