@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;
}
dl.access dt {
	background:url(images/listPoint.gif) no-repeat 0 3px;
	padding-left: 25px;
	margin-bottom: 5px;
}
dl.access dd {
	padding: 0 0 10px 25px;
	line-height: 1.4;
}
dl.access dd ul li {
	background: url(images/liPoint.gif) no-repeat 0 3px;
	padding-left: 18px;
	margin-bottom: 5px;
}

.leftArea {
	width: 350px;
	float: left;
}
.rightArea {
	float: right;
	width: 345px;
}

table.carTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
table.carTable th,table.carTable td {
	padding: 5px 7px;
}
table.carTable th {
	background: #a3b06b;
	color: #fff;
	font-weight: bold;
	width: 20px;
}
table.carTable td.area {
	background: #8e9b57;
	color: #fff;
	font-weight: bold;
	width: 75px;
}
strong {
	color: #8e9b57;
}
ul.car li {
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 20px;
}
ul.car02 li {
	background: url(images/point02.gif) no-repeat 0 5px;
	padding-left: 20px;
}
.kugiri {
	vertical-align: baseline;
	margin: 1px 5px 0 5px;
}