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

body {
	background-color:#FF9900;
	margin-top:0px;}

#wrap {
	width:1000px;
	height:auto;}
	
#con-header {
	background-image:url(images/home_01.jpg);
	width:1000px;
	height:20px;}
	
#navs {
	width:1000px;
	height:76px;}
	
#home-body {
	background-image:url(images/home-bg.jpg);
	width:1000px;
	height:804px;
	position:relative;}
	
#about-body {
	background-image:url(images/about-bg.jpg);
	width:1000px;
	height:804px;
	position:relative;}
	
#function-body {
	background-image:url(images/function-bg.jpg);
	width:1000px;
	height:804px;
	position:relative;}
	
#franchise-body {
	background-image:url(images/franchise-bg.jpg);
	width:1000px;
	height:804px;
	position:relative;}
	
#press-body {
	background-image:url(images/press-bg.jpg);
	width:1000px;
	height:804px;
	position:relative;}
	
#side-bar {
	position:absolute;
	left:1px;
	top:9px;
	width:261px;
	height:682px;
	z-index:1;
}
	
#home-div {
	position:absolute;
	left:275px;
	top:10px;
	width:711px;
	height:457px;
	z-index:1;}
	
#about-div {
	position:absolute;
	left:265px;
	top:7px;
	width:734px;
	height:698px;
	z-index:1;
}
	
#menu-div {
	position:absolute;
	left:200px;
	top:351px;
	width:100px;
	height:41px;
	z-index:1;}
	
#vip-div {
	position:relative;
	background-image:url(images/vip.jpg);
	width:800px;
	height:711px;
}
