@charset "Shift_JIS";

/* ----------------------------------------

	 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-table;}

/* Hides from IE-mac \*/
.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: "・ｽq・ｽ・ｽ・ｽM・ｽm・ｽp・ｽS Pro W3", "Hiragino Kaku Gothic Pro", "・ｽl・ｽr ・ｽo・ｽS・ｽV・ｽb・ｽN", Osaka, sans-serif;*/
	font-family: "・ｽl・ｽr ・ｽo・ｽS・ｽV・ｽb・ｽN", Osaka, 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;
}

/* Wrapper
---------------------------------------- */
#wrapper {
	width: 994px;
	margin: 0 auto;
	text-align: left;
}

/* Synergy Bar
---------------------------------------- */
#synergyBar {
	height: 31px;
}

/* Explanation
---------------------------------------- */
#explanation {
	height: 18px;
	background-color: #002e89;
	color: #869ac5;
}
#explanation p {
	padding: 4px 15px 1px;
	font-size: 82%;
	line-height: 100%;
}

/* Header
---------------------------------------- */
#header {
	position: relative;
	height: 135px;
	
}
#header h1 {
	position: absolute;
	top: 13px;
	left: 3px;
}
#header h2 {
	position: absolute;
	top: 81px;
	left: 170px;
	width: 272px;
	height: 21px;
	background: url(../media/home/title.gif) no-repeat top left;
	text-indent: -9999px;
}
#header p {
	position: absolute;
	top: 80px;
	left: 168px;
	width: 496px;
	height: 30px;
	background: url(../media/home/lead.gif) no-repeat top left;
	text-indent: -9999px;
}
#header ul {
	position: absolute;
	top: 9px;
	left: 390px;
}
#header li {
	float: left;
}
#header li a {
	display: block;
	height: 49px;
	text-indent: -9999px;
	text-decoration: none;
}
#header li#DLRnavi a {
	width: 104px;
	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: 100px;
	background: url(../media/home/navi_hkdl.gif) no-repeat top left;
}
#header li#DRRPnavi a {
	width: 102px;
	background: url(../media/home/navi_drrp.gif) no-repeat top left;
}
#header li#DCLnavi a {
	width: 86px;
	background: url(../media/home/navi_dcl.gif) no-repeat top left;
}

#header li#SHDLRnavi a {
  width: 92px;
  background: url(../media/home/navi_shdl1.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,
#header li#SHDLRnavi a:hover {
	background-position: 0 -49px;
}


/* Contents
---------------------------------------- */
#contents {
	padding: 0 2px;
}

/* 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;
}

/* Hack for WinIE 6.0 under
---------------------------------------- */
/*\*/
* html body {
	font-size: 78%;
}
* html table {
	font-size: 100%;
	line-height: 140%;
}
/**/

