@charset "UTF-8";
/* ------------COMMON------------ */

* {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

img {
	border: 0px;
}


/* BASE */
body {
	background-color: #DEDEDE;
	color: #000;
	text-align: center;
	margin: 15px 35px 70px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	margin-left: auto;
	margin-right: auto;
	font-size: 70%;
	height: 76px;
}

h1 img {
	margin-top: 25px;
}


a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:active {color: #FFF; text-decoration: none;}
a:hover {color: #FFF; text-decoration: none;}

/* AG */
h2 {
	margin-top: 70px;
	margin-bottom: 20px;
	font-size: 10px;
	font-weight: bold;
	line-height: 110%;
	color: #4a4444;
}


table {
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

th, td {
	padding-bottom: 6px;
	line-height: 125%;
	text-align: left;
	vertical-align: top;
}

tr.location th, tr.location td {
	padding-top: 12px;
}

th {
	padding-right: 35px;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	white-space: nowrap;
}

td.storename {
	padding-right: 13px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
}

td.storeadd {
	font-size: 10px;
	color: #000;
}

p {
	padding-top: 5px;
	line-height: 130%;
	font-size: 10px;
	color: #000;
}

p strong, address strong {
	color: #000;
}

address {
	padding-top: 5px;
	font-size: 10px;
	font-style: normal;
	line-height: 130%;
	color: #000;
}

ul {
	padding-top: 5px;
	list-style: none outside;
}

li {
	font-size: 10px;
	line-height: 130%;
	display: block;
}

p#ptopbtm {
	padding-top: 80px;
}
table a:link {color: #000; text-decoration: underline;}
table a:visited {color: #000; text-decoration: underline;}
table a:active {color: #fff; text-decoration: underline;}
table a:hover {color: #fff; text-decoration: underline;}

.mailadd a:link {color: #000; text-decoration: underline;}
.mailadd a:visited {color: #000; text-decoration: underline;}
.mailadd a:active {color: #fff; text-decoration: underline;}
.mailadd a:hover {color: #fff; text-decoration: underline;}