@charset "UTF-8";
/* CSS Document */

#home ul.homeGallery li{
	display: inline-block;
	position: relative;
	padding: 0 77px;
	width: 200px;
	height: 367px;
}
#home ul.homeGallery li img{
	padding-top: 42px;
	position: absolute;
	left: 77px;
}
#home ul.homeGallery li span{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/1_window.png) no-repeat 0 0;
	width: 360px;
	height: 367px;
}

#home p.lead1{
	padding: 50px 0 40px;
}

/*-----------------------------------------------
	#organic
-----------------------------------------------*/
#organic{
	position: relative;
	background-repeat: repeat-y;
}
#organic .inner{
}
#organic .orgGallry{
	position: absolute;
}

#organic .orgGallry span{
	position: absolute;
	top: -1px;
	left: 0;
	width: 571px;
	height: 435px;
	background-image: url(../images/3_window.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 14px;
}
#organic .orgGallry ul{
	padding-top: 5;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#organic .orgGallry ul li{
	display: inline-block;
	position: relative;
	width: 270px;
}
#organic .orgGallry ul li img{
	position: absolute;
	top: 2px;
}
#organic .orgTitle{
	padding: 580px 0 50px 100px;
}
#organic .orgPlanter{
	position: absolute;
	top: 450px;
	left: 700px;
}

#viewer {
	margin: 0 auto;
	width: 550px;
	height: 300px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}
