#content{
	display:block;
	position:relative;
	height:100%;
	max-height:100%;
	width:auto;
	max-width:1176px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	padding:0 10px;
}
.story{
	min-width:426px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0px 10px 0px;
	font-size:80%;
}
.pcl{clear:left;}
#blok1{
	width:60%;
	max-width:484px;
	height:auto;
	float:left;
	margin-right:20px;
}
.pmsblok{
	width:auto;
	height:auto;
}
.mkitem{
	width:100px;
	height:auto;
	min-height:135px;
	margin:5px;
	text-align:center;
	float:left;
	font-size:80%;
	border:solid 2px #CCCCCC;
	border-radius: 1em;
	-moz-border-radius: 1em;
}
.mkitem:hover{
	border:solid 2px #0066CC;
}
.mkimg{
	width:82px;
	height:auto;
	min-height:95px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
.item03 {
	float:left;
	height:177px;
	width:144px;
	margin:5px;
	padding:5px;
	border:solid 2px #CCCCCC;
	border-radius: 1em;
	-moz-border-radius: 1em;
	font-size:80%;
	text-align:center;
}
.item03:hover{
	border:solid 2px #0066CC;
}
.item04 {
	float:left;
	height:177px;
	width:184px;
	margin:5px;
	padding:5px;
	border:solid 2px #CCCCCC;
	border-radius: 1em;
	-moz-border-radius: 1em;
}
.item04:hover{
	border:solid 2px #0066CC;
}
.zoom{
	width:20px;
	height:20px;
	background-image:url(../../pict/layout/zoom1.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}
.zoom:hover{
	cursor:move;
}
.item03img{
	width:130px;
	height:auto;
	min-height:140px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
.item03 p, .item04 p{
	margin:0;
	padding-right:20px;
	font-size:80%;
	text-align:left;
}
.item03 a:link{
	text-decoration:none;
}
.item03 a:hover{
	text-shadow: 3px 3px 2px #999999;
}
.doublelist{
	margin:0;
	font-size:80%;
	text-align:left;
}
.doublelist:hover{
	cursor:pointer;
	text-shadow: 3px 3px 2px #999999;
	font-weight:800;
}
.item03b {
	display:none;
	position:fixed;
	top:140px;
	left:23%;
	height:auto;
	width:55%;
	margin:auto;
	padding:10px;
	border:solid 3px #0066CC;
	border-radius: 1em;
	-moz-border-radius: 1em;
	z-index:500;
	background-image:url(../../pict/layout/bg80.png);
	text-align:center;
}
.item03b h2{
	text-align:left;
	color:#0066CC;
}
div.zoom:hover div.item03b{
	display:block;
	cursor:default;
}
div.item03 div.doublelist:hover div.item03b{
	display:block;
	cursor:default;
	text-shadow:none;
}