@charset "utf-8";
#container,#header,#footer,#wrapper,#footer-content,#top {
	margin:0 auto; width:100%;}
#container{
	text-align:center;
	}
#wrapper {
	max-width: 1200px;
	margin: 0 auto;
	/*background:#808080;*/}
#footer-content {width:1100px; margin:0 auto;}
#header {
	height:120px;
	margin-left:auto;
	margin-right:auto;
}
#top { 
	z-index:999;
	position:fixed;
	top:0;
	background:#FFF;}

.clean-both{clear:both;}
.left {float:left;}
.right {float:right;}
.imgCenter {
	display:block;
	margin:0 auto;}
#footer{
	text-align:left;
	}
.clearfix:after {
    content: "";
    display: table;
    clear: both;}
.clearfix {*zoom: 1;} 
/*------------------------------------------------------------
collection
-------------------------------------------------------------*/
#collectionNav {
  z-index:55;
  width: 100%;
  max-width:1200px;
  margin: auto;
  position: absolute;
  top: 140px; 
  left: 0; 
  right: 0;}
 #collection_content{
  width: 1200px;
  margin:200px auto 0 auto;
  margin-top:200px;
  height:auto;
/*  background:#f2f2f2;*/
	 }
	 
@media screen and (max-width: 1199px) {
 #collection_content{
  width: auto;
  margin:200px auto 0 auto;
  height:auto;
/*  background:#f2f2f2;*/
	 }
}
/*------------------------------------------------------------
contact
-------------------------------------------------------------*/
#contact{
	margin-left:auto;
	margin-right:auto;
	width:600px;
	height:800px;
	background:url(/images/bg_map.png) no-repeat center;
	}