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

#wrap {
	background-image: url(../images/bg_intro.jpg);
	background-repeat: repeat-x;
	height: 800px;
	width: 90%;
	background-attachment: fixed;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 171px;
	width: 386px;
	margin:0 auto;
	margin-top:80px;
}

#wrap #footer {
	height: 145px;
	/* width: 800px; */
	margin: auto;
}
#wrap #enterBtn {
	text-align: center;
	margin: auto;
	margin-top:50px;
	height: 50px;
	width: 120px;
}
#wrap #footer #address {
	margin: auto;
	height: 72px;
	width: 100%;
	height: auto;
	text-align: center;
	

}

#wrap #footer #address img{max-width:100%; height:auto;}

#imgwrap_round{width:100%;height:273px;}
#imgwrap {width:1400px;margin:40px auto;position:relative;height:274px;}
#imgwrap .jCarouselLite{width:409px;height:273px;margin:0 auto;}
#imgwrap .jCarouselLite li{float:left;width:409px;height:273px;text-align:center;margin:0 6px 0 6px}
#imgwrap .prev{position:absolute;top:120px;left:0px;}
#imgwrap .next{position:absolute;top:120px;right:0px;}


#wrap #contents
{
	margin:auto;
	width: 90%;
	overflow:hidden;
	
	}


 @media screen and (min-width: 580px){


}