@charset "UTF-8";

/* ========================================
	base
======================================== */
html,
body {
	height: 100%;
	background-color: #FFF;
}
body > #wrapper {
	height: auto;
}

#wrapper {
	position: relative;
	height:100%;/* for IE6 */
	min-height:100%;
}
#contents{
	background-image: url(../showroom/images/bg_plaid.jpg);
	background-position: center top;
	background-repeat: repeat;	
}

/* ========================================
	#area1
======================================== */
#area1{
	height: 390px;
}
.area1-bg{
	background-image: url(../showroom/images/bg_area1.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 390px;
}
#area1 .lead{
	position: absolute;
	top: 50px;
	left: -78px;
}
#area1 .main-txt{
	position: absolute;
	top: 120px;
	left: -5px;
}
#area1 .img1{
	position: absolute;
	top: 37px;
	left: 597px;
	width: 363px;
	height: 254px;
}
#area1 .img2{
	position: absolute;
	top: 244px;
	left: 778px;
	width: 89px;
	height: 131px;
}
#area1 .img3{
	position: absolute;
	top: 156px;
	left: 873px;
	width: 173px;
	height: 221px;
}


/* ========================================
	#area2
======================================== */
#area2{
	background-image: url(../showroom/images/bg_stripe.jpg);
	background-position: center top;
	background-repeat: repeat;
	height: 686px;
	position: relative;
}
#area2 .inner{
	z-index: 10;
}
.area2-bg{
	background-image: url(../showroom/images/bg_area2.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 686px;
}
.lace-top{
	background-image: url(../showroom/images/lace_top.png);
	background-position: center top;
	background-repeat: repeat-x;
	height: 686px;
}
.lace-bottom{
	background-image: url(../showroom/images/lace_bottom.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 686px;
}
.ribbon-top{
	background-image: url(../showroom/images/ribbon_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 270px;
	height: 246px;
	position: absolute;
	top: 0;
	left: 0;
}
.ribbon-bottom{
	background-image: url(../showroom/images/ribbon_bottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 244px;
	height: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#area2 .img1{
	position: absolute;
	top: -37px;
	left: 0;
}
#area2 .img2{
	position: absolute;
	top: -37px;
	right: -4px;
}
#area2 .img3{
	position: absolute;
	top: 424px;
	left: -3px;
}

/* ========================================
	#area3
======================================== */
#area3{
	height: 596px;
}
.area3-bg{
	background-image: url(../showroom/images/bg_area3.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 596px;
}
#area3 .img1{
	position: absolute;
	top: 17px;
	left: 4px;
}
#area3 .img1{
	position: absolute;
	top: 17px;
	left: 4px;
}
#area3 .img2{
	position: absolute;
	top: 296px;
	left: 41px;
}

/* ========================================
	#footer
======================================== */
#footer {
	text-align: center;
}

#footer .copyright {
	float: right;
}


