#navi {
	position: fixed;
	height: 3em;
	top: 0;
	width: 100%;
	z-index: 100;
	margin: auto;
	border-top: #311 0.15em dotted;
	border-bottom: #311 0.15em dotted;
	background-color: #000; }
#naviContainer {
	max-width: 66em;
	margin: auto; }
h2, h3 {
	text-align: center; }
.bigtxt {
	font-size: 110%; }
.smalltxt {
	font-size: 80%; }
.item {
	position: relative;
	width: 7em;
	background-color: #311;
	border: 1px solid black;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 6px;
	margin-left: 6px;
	padding: 0px;
	height: 1.25em;
	float: left; }
.item p {
	margin: auto;
	padding: 0; }
.item img {
	position: absolute;
	top: 0.125em;
	left: 1.37em; }
.item p:hover {
	font-weight: bold; }
.item ul {
	position:relative;
	z-index:60;
	border: 1px solid black;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 10em;
	background-color: #200;
	display:none; }
.item:hover > ul  {
 	display: block; }
.item ul li:hover > ul  {
 	display: block; }
.item ul li {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	height: 2em;
	position: relative;
	list-style-type: none; }
.item ul p {
	white-space:nowrap;
	margin: 0;
	padding: 0; }
.item ul p:hover {
	font-weight: bold; }
#pagearea {
	position: relative;
	margin-top: 4em;
	background-color: #000;
	min-height: 30em;
	text-align: left; }
#contactinfo {
	background-color: #111;
	margin: auto;
	border: 2px solid #aaa;
	padding: 1em;
	text-align: center;
	height: 18em;
	width: 11.5em; }
#contactinfo p {
	font-size: 14px;
	text-align: center; }
#contactinfo img {
	background-color: #000;
	padding: 12px;
	margin: auto; }
#shops, #news {
	margin: auto;
	overflow: hidden;
	width: 50%;
}
#news {
	width: 65%;
}
.article {
	margin: auto;
	max-width: 88em;
}
.article img {
	float: right;
	display: block;
	max-width: 50%;
}
.article a:hover {
	color: #CCE;
}
.article a:link {
	color: #AEA;
}
.article a:visited {
	color: #AEA;
}
.shopbox a:hover {
	color: #144;
}
.shopbox a:link {
	color: #155;
}
.shopbox a:visited {
	color: #155;
}
.shopbox {
	float: left;
	display: block;
	width: 12em;
	height: 14em;
	color: #212;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border: 0.5em solid black;
	background-color: #bcb; }
.shopbox p {
	text-align: center;
	color: #313; }
body {
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	min-width: 45em;
	color: #fff;
	text-align: center; }
p {
	font-size: 16px;
	color: #fff; }
img {
	border: none;
	display: block; }
#kopsu {
	width: 100%;
	background: black;
	font-size: 0.625em;
	position: fixed;
	bottom: 0; }
#infoId {
	margin: auto;
	min-height: 32em; }
#infoContainerId {
	max-width: 72em;
	margin: auto;
}
#infoImageId, #infoTextId {
	float: left; }
#infoImageId {
	width: 640px;
	display: block;
	overflow: hidden; }
#infoTextId {
	padding-left: 4em;
	width: 22em;
	display: block;
	height: 16em;
	margin-top: 8em; }
a:link {text-decoration: none; color: #fff;}
a:visited {text-decoration: none; color: #fff;}
a:active {text-decoration: none; color: #fff;}
a:hover {text-decoration: none; color: #fff;}

.clear {
	clear: both;
	border: 1px dashed white; }
.clear-plain {
	clear: both; }