/* 東建リゾート */

body{
	margin:0px auto;
	padding:0px;
    background:#001733; 
	text-align:center;
	}
	
/* --------------------ヘッダー-------------------- */

#header{
	width:100%;
	height:47px;
	margin:0px auto;
	padding:0px;
	background:url("../image_cmn/header_bg.gif") repeat-x;
	text-align:center;
} 

#header_box{
	width:780px;
	height:47px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

#header_logo{
	float:left;
	width:323px;
	height:47px;
	margin:0px;
	padding:0px;
	text-align:left;
} 

#header h1{ 
     float:left; 
     margin:0px; 
	 padding:0px;
}

#header_menu{
	float:right;
	width:131px;
	height:47px;
	margin:0px;
	padding:0px;
	text-align:left;
} 

#header_menu ul{
	list-style:none;
	width:131px;
	height:16px;
	margin:26px 0px 4px 0px;
	padding:0px;
	border:none;
	text-align:left;
}

#header_menu li{
	float:left;
	height:16px;
	margin:0px;
	padding:0px;
	text-indent:-10000px;
}

#header_menu li a{
	display:block;
	height:16px;
}

#header_menu li#btn1{
	width:65px;
	background:url(../image_cmn/header_menu.gif) no-repeat 0px 0px;
	}
	
#header_menu li#btn2{
	width:66px;
	background:url(../image_cmn/header_menu.gif) no-repeat -65px 0px;
	}


/* --------------------FLASHメニュー-------------------- */

#menu{
	width:100%;
	height:540px;
	margin:0px auto;
	padding:10px 0px 10px 0px;
	background:url("../image_cmn/menu_bg.gif") repeat-x;
	text-align:center;
} 


/* --------------------フッター-------------------- */

#footer{
	width:100%;
	height:44px;
	margin:0px auto;
	padding:0px;
	background:url("../image_cmn/footer_bg.gif") repeat-x;
	text-align:center;
} 

#footer_box{
	width:780px;
	height:34px;
	margin:0px auto;
	padding:10px 0px 0px 0px;
	text-align:right;
} 

#footer p{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font:normal 80%/80% nomal;
} 

