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

/* language */
.japanese {
	font-style: normal;
	font-family: Osaka;
	font-size: 90%;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align:left;
}
.english {
	font-family: Helvetica, Arial, _sans, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align:left;
	letter-spacing:1px;
}
.chineseSimp {
	font-family: "Apple LiGothic Medium", _sans, Verdana;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align:justify;
}
.chineseTrad {
	font-family: "Apple LiGothic Medium", _sans, Verdana;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align:justify;
}

.inputText, .droplistHeaderText{
	font-size:12px;
	text-align:left;
	color:#000000;
}
.button{
	text-align:center;
}
.droplistText{
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
}
.formHeader{
	font-size:22px;
}
.formSubHeader{
	font-size:16px;
	font-weight:bold;
}
.formLabel{
	font-size:14px;
	text-align:left;
	leading:2px;
}
.label{
	font-size:11px;
	font-weight:bold;
}
.tooltip {
	font-size: 12px;
	font-weight:bold;
}
.tiny, .mapName, .copyright {
	font-size: 9px;
	font-weight:bold;
}
.teensy{
	font-size:8px;
}


.grid_2Col_spanA{
	float:left;
	width:419px;
	margin:0px 12px 10px 20px;
	
}

.grid_2Col_spanB{
	float:right;
	width:419px;
	margin:0px 20px 10px 12px;
}

.clear{
	clear:both;
}

.ruler{
	width:95%;
	clear:both;
	height:1px;
	margin:auto;
	margin-bottom:20px;
	background-color:#878787;
}

/*Section style*/

#div-pageHolder{
	width:980px;
	margin:auto;
}

#div-masthead, #div-preLaunchNotice,#div-content, #div-footer{
	width:500px;
	margin:auto;
}

#div-masthead{
	height:210px;
	margin-top:15px;
	margin-bottom:25px;
}
#div-preLaunchNotice p{
	text-align:center;
	margin-bottom:5px;
}
#div-content{
	padding-top:18px;
	padding-bottom:20px;
	min-height:900px;
	width: 500px;
	min-height: 600px;
	margin-top: 24px;
	margin-bottom: 24px;
	background-color: #FFF;
	-moz-border-radius: 14px;
	-webkit-border-radius: 32px;
	border-radius: 14px;
	-moz-box-shadow: 0 2px 2px #888;
	-webkit-box-shadow:  0 2px 2px #888;
	box-shadow:  0 2px 2px #888;
}
#div-footer{
	margin-top:20px;
	margin-bottom:30px;
}
#mastHeadHolder{
	display:table;
	margin:auto;
}
#mastHeadHolder ul{
	padding:0px;
	margin:auto;
	display:table-row;
}
#mastHeadHolder li{
	list-style:none;
	float:left;
}
#div-masthead-Left,#div-masthead-Right{
	margin-top:30px;
}
#div-masthead-Center{
	width:190px;
	heigh:210px;
	text-align:center;
}


#div-masthead-Left ul.logosRow, #div-masthead-Right ul.logosRow{
	padding:0px;
	margin:0px;
}

#div-masthead-Left ul.logosRow li, #div-masthead-Right ul.logosRow li{
	float:left;
	list-style:none;
	padding:0px 10px;
}


/*gallery*/
#div-gallery{
	width:100%;
	background-color:#BBB;
	margin-bottom:15px;
}
#photos .panel-overlay h2{
	margin:5px 0px 2px 0px;
}
#photos .panel-overlay p{
	margin:0px;
}

/*find Us*/
#div-findUs{
	width:100%;
	background-color:#000;
}
#div-findUs table{
	padding:15px;
	width:100%;
}
#div-findUs table td{
	vertical-align:top;
}
#div-findUs table td.right{
	text-align:right;
}

/*dining venues*/
#diningVenuesBlock{
	width:100%;
	height:300px;
	margin-bottom:40px;
}

/*footer*/
#div-footer table{
	width:100%;
}
#div-footer table td.left{
	width:150px;
	vertical-align:top;
}
#div-footer table td.right{
	width:150px;
	vertical-align:top;
}
#div-footer table td.center{
	vertical-align:top;
}
#div-footer table td.center p{
	font-size:0.9em;
	margin-bottom:5px;
	width:90%;
}
.rickshaw{
	position:relative;
	top:-55px;
}

/*Newsletter*/
#newsletterPanel{
	color:#333;
}

#newsletterPanel h2{
	margin-top:15px;
	margin-bottom:2px;
}
.commingSoonMsg{
	margin-bottom:150px;
}
#inner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

