﻿@charset "utf-8";


body {text-align:center;background-color:#000;text-align:center;color:#fff;}

/*=====================================*/
/*=====       HEADER STYLE        =====*/
/*=====================================*/
#header {
	width:980px;
	height:80px;
	margin:0px auto;
}
#header h1 {
	width:383px;
	height:69px;
	margin:0px;
	text-indent:-9999px;
	background-image:url(../images/logo.gif);
	float:left;
}
#headerRequestBox {
	width:281px;
	height:36px;
	margin:22px 0px 0px 0px;
	float:right;
	text-align:left;
	background-image:url(../images/hbtn_bg.gif);
	position: relative;
}

#headerRequestBox ui {
	height:36px;
}
#headerRequestBox li {
	width:140px;
	height:36px;
	position: absolute;
	text-indent:-9999px;
}
#headerRequestBox li a {
	text-decoration:none;
	display:block;
	height:36px;
}

li#hbtnMember {width:140px;left:0px;}
li#hbtnRequest {width:140px;left:141px;}

li#hbtnMember a:hover {background:url(../images/hbtn_bg.gif) 0px 36px;}
li#hbtnRequest a:hover {background:url(../images/hbtn_bg.gif) -141px 36px;}


/*=====================================*/
/*=====       GMENU STYLE         =====*/
/*=====================================*/

#gmenu {
	width:100%;
	height:47px;
	text-align:center;
	background-image: url(../images/gmenu_bg.gif);
	background-repeat: repeat-x;
}
#menu {
	width:982px;
	height:47px;
	margin:0px auto;
	background-image: url(../images/gmenu.gif);
	background-repeat: no-repeat;
	position: relative;
}
#menu ul {
	height:47px;
}
#menu li {
	width:140px;
	height:47px;
	position: absolute;
	text-indent:-9999px;
}
#menu li a {
	text-decoration:none;
	display:block;
	height:47px;
}

li#gmenuTop {width:195px;left:0px;}
li#gmenuAicity {width:195px;left:196px;}
li#gmenuConcierge {width:195px;left:392px;}
li#gmenuAccess {width:195px;left:588px;}
li#gmenuPlan {width:196px;left:784px;}

li#gmenuTop a:hover {background:url(../images/gmenu.gif) 0px 47px;}
li#gmenuAicity a:hover {background:url(../images/gmenu.gif) -196px 47px;}
li#gmenuConcierge a:hover {background:url(../images/gmenu.gif) -392px 47px;}
li#gmenuAccess a:hover {background:url(../images/gmenu.gif) -588px 47px;}
li#gmenuPlan a:hover {background:url(../images/gmenu.gif) -784px 47px;}

/*=====================================*/
/*=====       FOOTER STYLE        =====*/
/*=====================================*/

#footer {
	width:980px;
	text-align:center;
	margin:13px auto 30px auto;
	clear:both;
}
#logoSet {
	width:600px;
	height:49px;
	margin:4px 0px 14px 15px;
	float:left;
}
#contact {
	height:60px;
	margin:0px 15px 0px 0px;
	float:right;
}
#logoSet .flogo {
	margin:0px 30px 0px 0px;
}
address {
	clear:both;
	font-size:10px;
	font-style:normal;
	width:100%;
	padding:12px 0 0 0;
	border-top:1px solid #434343;
}


/*=====================================*/
/*=====        PAGE STYLE         =====*/
/*=====================================*/

#contents {
	width:980px;
	margin:1px auto;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
}
