@charset "UTF-8";

/* ----------------------------------------
	 RESORT CSS 
---------------------------------------- */

/* Base
---------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border: 0;
}

ul,dl,ol {
	list-style: none;
	list-style-position: outside;
}

/* --- ClearFix --- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
}

.clearfix {display: inline-block;}


/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */



/* Common

---------------------------------------- */

body {
	background: #ffffff url(../media/home/background.gif) repeat-x top left;
	color: #003399;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	text-align: center;
}

a, a:link {
	color:#4598e5;
	text-decoration: none;
	outline: none;
}

a:active,

a:hover {
	color:#0076e3;
	text-decoration: underline;
}

a:visited {
	color:#360491;
}


/* Warrper

---------------------------------------- */

#wrapper {
	width: 1002px;
	margin: 0 auto;
	text-align: left;
}



/* Synergy Bar

---------------------------------------- */

#synergyBar {

	height: 34px;

}



/* Explanation

---------------------------------------- */

#explanation p {

	padding: 3px 15px 0px;
	color: #97cddd;
	font-size: 82%;
	line-height: 100%;
	text-align: left;
	margin-left:11%;

}



/* Header

---------------------------------------- */

#header {

	position: relative;
	height: 130px;
	width: 1002px;
	background: url(../media/home/title_star.gif) no-repeat;
	background-position: 161px 10px;
	margin: 0 auto;

}

#header h1 {

	position: absolute;

	top: 9px;

	left: 3px;

}

#header h2 {

	position: absolute;

	top: 15px;

	left: 166px;

	width: 310px;

	height: 40px;

	background: url(../media/home/title.gif) no-repeat top left;

	text-indent: -9999px;

}

#header p {

	position: absolute;

	top: 75px;

	left: 169px;

	width: 701px;

	height: 33px;

	background: url(../media/home/lead.gif) no-repeat top left;

	text-indent: -9999px;

}

#header ul {

	position: absolute;

	top: 5px;

	left: 499px;

}

#header li {

	float: left;

}

#header li a {

	display: block;

	height: 52px;

	text-indent: -9999px;

	text-decoration: none;

}

#header li#DLRnavi a {

	width: 96px;

	background: url(../media/home/navi_dlr.gif) no-repeat top left;

}

#header li#WDWnavi a {

	width: 118px;

	background: url(../media/home/navi_wdw.gif) no-repeat top left;

}

#header li#HKDLnavi a {

	width: 94px;

	background: url(../media/home/navi_hkdl.gif) no-repeat top left;

}

#header li#DRRPnavi a {

	width: 88px;

	background: url(../media/home/navi_drrp.gif) no-repeat top left;

}

#header li#DCLnavi a {

	width: 95px;

	background: url(../media/home/navi_dcl.gif) no-repeat top left;

}



#header li#DLRnavi a:hover,

#header li#WDWnavi a:hover,

#header li#HKDLnavi a:hover,

#header li#DRRPnavi a:hover,

#header li#DCLnavi a:hover {

	background-position: 0 -52px;

}



/* Contents

---------------------------------------- */

#contents {

	padding: 0 8px 0 3px;

}



/* Footer

---------------------------------------- */

#footer {

	padding: 20px 0;
	text-align: center;

}

#footer ul {

	display: inline;

	background: url(../media/home/fnavi_line.gif) no-repeat center right;

}

#footer li {

	display: inline;

	padding: 0 10px 0 12px;

	background: url(../media/home/fnavi_line.gif) no-repeat center left;

}

#footer address {

	width: 123px;

	height: 10px;

	background-color: #009999;

	margin: 2px auto 0;

}

#footer a:link {

	color:#4598e5;

}

/* Hack for WinIE 6.0 under

---------------------------------------- */

/*\*/

* html body {

	font-size: 78%;

}

* html table {

	font-size: 100%;

	line-height: 140%;

}

/**/

