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



body  {
	text-align: center;
	font: 10px verdana, arial, helvetica, sans-serif;
	background-color:#f0f0f0;
	height: 100%;
	color: #5a5a5a;
}
#container-out {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background: url(../images/back.gif) repeat-y;
}
#container-in {
	width: 900px;
	margin-left: 6px;
	margin-right: 6px;
}

/* Hilton Logo for printed page */
#header-for-print {display:none}

p {
	line-height: 18px;
}

a {
	color:#968c28;
	text-decoration:underline
}
a:hover {
	color:#2e2b4d;
	text-decoration:none
}

h1 {
	font-size:12px;
	line-height: 18px;
	color: #2e2b4d;
	margin-bottom: 10px;
	padding-bottom: 2px;
	background: url(../images/back-tile1.gif) repeat-x bottom;
	margin-left: 5px;
	font-weight: bold;
}

h2 {
	font-size:10px;
	line-height: 18px;
	color: #5a5a5a;
	padding-bottom: 2px;
	margin-left: 5px;
	font-weight: bold;
}

strong {
	font-weight: bold;
}


.news-link {color:#2e2b4d;}


/* TOP BANNER *********************************************************** */
#top {}
#banner {}
#top-logo {
	position:absolute;
	margin:248px 0 0 15px;
}
#top-logo-short {
	position:absolute;
	margin:63px 0 0 15px;
}
#top-logo-toppage {
	position:absolute;
	margin:298px 0 0 15px;
}
#top-inquiry {
	position:absolute;
	margin:0 0 0 700px;
	height: 16px;
	width: 172px;
	padding: 1px 2px 0px;
	text-align: center;
	color: #585858;
	background: url(../images/back-inquiry.gif) no-repeat;
}
#top-inquiry a {
	font-size: 10px;
	color: #585858;
	letter-spacing: 1px;
	text-decoration:none;
}
#top-inquiry a:hover {
	color: #2e2b4d;
	text-decoration:none;
}





/* MAIN NAVIGATION *********************************************************** */
#nav {
	height:34px;
	background: url(../images/nav-bak.jpg) no-repeat;
	overflow:hidden;
}
#main-nav {
	list-style: none;
	height: 32px;
	padding-left: 135px;
	width: 900px;
	margin: 1px 0px 15px;
}

	/* IE6 CSS hack */
	*html #main-nav {
		width: 740px;
		margin-left: 140px;
		padding-left: 0;
	}

#main-nav li {display: inline;}
#main-nav li a {
	font-size: 12px;
	text-decoration: none;
	color:#5A5A5A;
	padding: 10px 22px 0;
	height: 32px;
	font-weight: bold;
	float: left;
}
#main-nav li a:hover {
	background: url(../images/nav-back-over.gif) repeat-x;
}
#current {
	background: url(../images/nav-back-over.gif) repeat-x;
}







#content {
	width: 865px;
	margin: 15px 20px 0px 15px;
}





/* LEFT PANEL *********************************************************** */
#leftpanel {
	float: left;
	width: 194px;
	font-size: 10px;
}
img.reserve-butn  {
	margin-bottom: 10px;

}

#leftpanel-address {
	width: 192px;
	margin-bottom: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 2px solid #ccc;
}

	/* IE6 CSS hack */
	*html #leftpanel-address {
		width: 194px;
	}

#leftpanel-list1 {
	width: 194px;
	margin-bottom: 10px;
}
#leftpanel-list1 ul {
	list-style-type: none;
	border-top: 2px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	background: #f0f0f0;
	border-bottom: 1px solid #bbb;
}
#leftpanel-list1 a {
	display: block;
	padding: 6px 6px 6px 24px;
	width: auto;
	border-bottom: 1px solid #d7d7d7;
	height: 10px;
	color: #646464;
	background: #f0f0f0 url(../images/leftpanel-list1-bak.gif) no-repeat left top;
	font-size: 10px;
}
#leftpanel-list1 a:link, #leftpanel-list1-help a:visited {
	color: #646464;
	text-decoration: none;
	font-size: 10px;
}
#leftpanel-list1 a:hover {
	color: #2E2B4D;
	background: url(../images/leftpanel-list1-bakover.gif) no-repeat left top;
}
#leftpanel-list1 #current1 {
	color: #2E2B4D;
	background: url(../images/leftpanel-list1-bakover.gif) no-repeat left top;
}
#leftpanel-list1 #ichiran {
	background: #efedf8 url(../images/leftpanel-list1-bak-arrow.gif) no-repeat 7px 6px ;!important
}
#leftpanel-list1 #ichiran a:hover {
	color: #2E2B4D;
	background: #fff url(../images/leftpanel-list1-bak-arrow.gif) no-repeat 7px 6px ; 
}


#leftpanel-list2 {
	width: 194px;
	margin-bottom: 10px;
}
#leftpanel-list2 ul {
	list-style-type: none;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#leftpanel-list2 a {
	display: block;
	padding: 6px 6px 6px 24px;
	width: auto;
	border-bottom: 1px solid #d7d7d7;
	height: 10px;
	color: #646464;
	background: #fff url(../images/leftpanel-list2-bak.gif) no-repeat left top;
	font-size: 10px;
}
#leftpanel-list2 a:link, #leftpanel-list2-help a:visited {
	color: #646464;
	text-decoration: none;
	font-size: 10px;
}
#leftpanel-list2 a:hover {
	color: #2E2B4D;
	background: #f0f0f0 url(../images/leftpanel-list2-bakover.gif) no-repeat left top;
}
#leftpanel-list2 #current2 {
	color: #2E2B4D;
	background: #f0f0f0 url(../images/leftpanel-list2-bakover.gif) no-repeat left top;
}




#leftpanel-list3 {
	width: 194px;
}
#leftpanel-list3 ul {
	list-style-type: none;

	padding-bottom: 10px;
}
#leftpanel-list3 a {
	display: block;
	padding: 6px 6px 6px 24px;
	width: auto;
	border-bottom: 1px solid #d7d7d7;
	height: 10px;
	color: #646464;
	background: url(../images/leftpanel-list3-bak.gif) no-repeat left top;
	font-size: 10px;
}
#leftpanel-list3 a:link, #leftpanel-list3-help a:visited {
	color: #646464;
	text-decoration: none;
	font-size: 10px;
}
#leftpanel-list3 a:hover {
	color: #2E2B4D;
}





#left-panel-list2 {
	width: 192px;
	margin-bottom: 10px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#left-panel-list2 li {
	height:24px;
	background: url(../images/leftpanel-list2-bak.gif) no-repeat;
	width: 192px;
	padding-left: 24px;
	padding-top: 5px;
}

#left-panel-list3 {
	width: 192px;
}

#left-panel-list3 li {
	height:24px;
	background: url(../images/leftpanel-list3-bak.gif) no-repeat;
	width: 192px;
	padding-left: 24px;
	padding-top: 5px;
}






/* BREADCRUMBS - PRINT - EMAIL *********************************************************** */
#crumbs {
	font-size: 10px;
	color: #b4b4b4;
	margin-bottom:25px;
	width: 450px;
	float: left;
	border: 1px solid #ccc;
	padding: 7px 0px 6px 9px;
	letter-spacing: 1px;
}
#crumbs a {
	color: #b4b4b4;
	text-decoration:underline;
}
#crumbs a:hover {
	color:#2e2b4d;
	text-decoration: none;
}

#print {
	margin-bottom:25px;
	width: 155px;
	float: right;
	text-align: right;
}
#main h1 {
	padding-bottom: 15px;
	clear:both
}







/* MAIN CONTENT AREA *********************************************************** */
#main-out {
	float: right;
	width: 656px;
	border-left: 1px solid #CCCCCC;
	height: 100%;
}
#main-in {
	width: 636px;
	float: right;
}
#title  {
	display:block;
	clear: both;
	margin-bottom: 25px;
	font-size: 200%;
	font-weight: bold;
	color: #2e2b4d;
	border-left: 5px solid #dadada;
	padding-left: 12px;
}
.title-line2  {
	color: #9b9b9b;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}


#title2-box  {
	display:block;
	margin-bottom: 25px;
	clear: both;
}

#title2  {
	float: left;
	font-size: 200%;
	font-weight: bold;
	color: #2e2b4d;
	border-left: 5px solid #dadada;
	padding-left: 12px;
	width: 400px;
}
.plans-title-line2  {
	color: #9b9b9b;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}



#main-photo {
	background: #f0f0f0 url(../images/back-tile1.gif) repeat;
	padding: 5px;
	margin-bottom: 25px;
}



#photo-set1 {
	background: #f0f0f0 url(../images/back-tile1.gif) repeat;
	padding: 5px;
	margin-bottom: 25px;
}




#photo-set2 {
	margin-bottom: 25px;
	float: left;
	width: 636px;
}
#photo-set2 #photo1-box {
	background: #f0f0f0 url(../images/back-tile1.gif) repeat;
	width:425px;
	height:325px;
	float: left;
	color: #f0f0f0;
}
#photo-set2 img#photo1 {
	margin: 5px 0px 0px 5px;
}

#photo-set2 #photo2-box {
	background: #f0f0f0 url(../images/back-tile1.gif) repeat;
	width:196px;
	height:155px;
	float: right;
	margin-bottom: 15px;
}
#photo-set2 img#photo2 {
	margin: 5px 0px 0px 5px;
}

#photo-set2 #photo3-box {
	background: #f0f0f0 url(../images/back-tile1.gif) repeat;
	width:196px;
	height:155px;
	float: right;
}
#photo-set2 img#photo3 {
	margin: 5px 0px 0px 5px;
}




.main-row {
	float: left;
	margin-bottom: 20px;
	width: 420px;
}
.main-row2 {
	width:auto;
	height: auto;
	float: left;
	margin-bottom: 20px;
}
.green-box {
	width: 418px;
	background-color:#efefef;
	border: 1px solid #e1e1e1;
}
	*html .green-box { width: 420px; }
.green-box ul li {
	background: none;
	padding-left: 0;
}

.main-row p {
	padding-left: 5px;
	margin-bottom: 15px;
	line-height: 25px;
}
.thumbox {
	padding: 5px;
	width: 190px;
	background: #f0f0f0 url(../images/back-tile1.gif) repeat;
	height: 190px;
	overflow: hidden;
}

	/* IE6 CSS hack */
	*html .thumbox {
	padding: 5px;
	width: 200px;
	height: 200px;
	}

.thumbox p {
	line-height: 20px;
	margin-top: 5px;
}
.thumbox-rest {
	padding: 5px;
	width: 190px;
	background: #f0f0f0 url(../images/back-tile1.gif) repeat;
	height: 150px;
	overflow: hidden;
}

	/* IE6 CSS hack */
	*html .thumbox-rest {
	padding: 5px;
	width: 200px;
	height: 165px;
	}

.thumbox-rest p {
	line-height: 20px;
	margin-top: 5px;
}

.thumbox-left {
	float:left;
}
.thumbox-right {
	float:right;
}






.plans-box {
	width: 420px;
	height: 100px;
	padding: 5px;
	background: #f0f0f0 url(../images/back-tile1.gif) repeat;
	overflow: hidden;
}

	/* IE6 CSS hack */
	*html .plans-box {
	height: 110px;
	}

.plans-box p {
	line-height: 20px;
	margin-top: 5px;
}


.plans-box-left {
	float:left;
	width:190px;
}
.plans-box-right {
	float:right;
	width:210px;
	padding-right: 10px;
}
.plans-box-right p a {
	text-decoration:none;
	color:#5a5a5a;
	line-height: 16px;
}
.plans-box-right p a:hover {
	text-decoration:underline;
}










.main-boxleft {
	float:left;
	width: 200px;
}
.main-boxleft-image {
	float:left;
	width: 200px;
	background: #f0f0f0 url(../images/back-tile1.gif) repeat;
	margin-top: 5px;
}
.main-boxleft-image img {
	margin:5px;
}



.main-boxright {
	float:right;
	width: 200px;
}





.main-row ul {
	margin-bottom: 30px;
}
.main-row li {
	margin-bottom: 10px;
	padding-left: 8px;
	background: url(../images/bullet.gif) no-repeat left 7px;
	margin-left: 5px;
	line-height: 16px;
}



.link-list li {
	padding-left: 18px;
	background: url(../images/arrow.gif) no-repeat left center;
	margin-bottom: 14px;
}
.link-list li a {
	color: #2e2b4d;
	text-decoration:none;
	line-height: 15px;
}
.link-list li a:hover {
	text-decoration:underline;
}



#main-row-news {
	width:420px;
	float: left;
	margin-bottom: 30px;
}



#main-row-news .news-link a {
	border-bottom: 1px solid #f0f0f0;
	color:#5a5a5a;
	text-decoration:none;
	padding:10px 5px;
	display: block;
}

#main-row-news .news-link a:hover{

	color: #2e2b4d;
	background: #f0f0f0;
}





li#restaurant-time {
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 16px;
}

#accordian-open {
	float:left;
	text-align:right;
	width: 420px;
	margin: 0 0 10px 0;
}
#accordian-open a {
	margin:0 10px 0 5px;
	color:#2e2b4d;
	text-decoration: none;	
}


.table1 { margin: 5px 0 15px 0;}

.caption1 {
	padding-bottom: 5px;
	padding-left: 6px;
}
.cell-left {
	background-color:#f5f5f5;
	padding: 5px 0px 5px 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.cell-right {
	background-color:#ebebeb;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.cell-right2 {
	background-color:#dfddf3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.wedding-rose {
	background:url(../weddings/images/back-whiterose.jpg) no-repeat right 440px;
}

.wedding-rose-2 {
	background:url(../weddings/images/back-whiterose.jpg) no-repeat right 640px;
}


#plans-title-table {
	margin-bottom: 25px;
	clear: left;
	border-left: 5px solid #dadada;
	width: 626px;
}

#plans-title  {
	font-size: 200%;
	font-weight: bold;
	color: #2e2b4d;
	line-height: 25px;
	padding-left: 10px;
}

#plans-reserve-button {
	float:right;
}

.plans-icon {
	margin-left:12px;
	margin-right: 5px;
}
.plans-new {
	color:#eeaf30;
	font-weight: bold;
	margin-right: 5px;
}

#plans-table {
	width: 100%;

}

#plans-table .cell-top {
	background-color:#f0f0f0;
	padding: 5px 0px 5px 6px;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
#plans-table td {
	padding: 5px 0px 5px 6px;
	border: 1px solid #d5d5d5;
}

#plans-icons {
	height: auto;
	float: left;
	margin-bottom: 10px;
	width: 420px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 5px;
	padding-bottom: 5px;
}



.thumb-left {
	float:left;
	margin:5px 10px 10px 0;
}





/* RIGHT PANEL *********************************************************** */
#rightpanel {
	float: right;
	width: 196px;
	margin: 0 0 20px 20px;
}

#rightpanel-plans {
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-bottom: 30px;
}


.rightpanel-faq {
	font-size: 10px;
	border-bottom: 1px solid #E1E1E1;
	padding:6px 10px 10px 10px;
}

.rightpanel-box {
	font-size: 10px;
	border-bottom: 1px solid #E1E1E1;
	padding:6px 5px 10px 25px;
	cursor:pointer;
}
.rightpanel-box a {
	color: #818181;
	line-height: 16px;
	text-decoration:none;
}
.rightpanel-arrow  {
	z-index:10;
	position:absolute;
	margin: 2px 0 0 -18px;
}

.rightpanel-banner  {
	margin-bottom: 20px;
	margin-left: 10px;
}

.highlight1 {
	color:#2e2b4d;
	line-height:16px;
	text-decoration:none;
	margin-bottom: 8px;
}
.highlight1-strong {
	color:#2e2b4d;
	line-height:16px;
	text-decoration:none;
	font-weight: bold;
}













/* FOOTER + COPYRIGHT *********************************************************** */

#footer {
	color: #808080;
	font-size:10px;
	border-top: #ccc solid 1px;
	padding-top: 10px;
	clear: both;
	padding-bottom: 40px;
}

#footer-links {
	float:left;
	margin-left: 10px;
}

#footer-links a {
	color: #808080;
	text-decoration:none;
	padding: 0px 8px;
}

#footer-links a:hover {
	color:#2e2b4d;
}

#footer-copyright {
	float:right;
	margin-right: 10px;
}















/* GALLERY *********************************************************** */

.main-row3 {
	float: left;
	margin-bottom: 20px;
	width: 635px;
}
div.gallery {
	margin: 0px 11px 0px 0px;
	text-align:left;
	width: 150px;
	float: left;
}
div.gallery-wrap {
	margin: 0px 0px 20px;
	float: left;
	clear:both;
	width: 635px;
	padding: 0px;
}

/* add 20080530 */
div.gallery {
	margin-right:10px;
}
div.gallery-wrap {
	_text-align:center;/*for winIE6-7 */
}
div.gallery-wrap div.gallery-wrap-in {
	width:630px;
	margin:0 auto;
}
div.gallery div.gallery-title {
	margin-top:5px;
	line-height:130%;
}
div.gallery img.gallery-arrow {
	margin-bottom:-2px;
}
div.AP-for-gallery {
	overflow:hidden;
}
.gallery-link {
	padding-bottom:20px;
}
.one-photo-noLink {
	padding-bottom:15px;
}
#p-gallery sup {
	font-size:9px;
	_font-size:10px;
	vertical-align: text-top;
}
div.gallery-right-end {
	margin-right:0;
}
.see-all {
	text-align:right;
	padding-top:10px;
	padding-bottom:2px;
}

/*====================================for adjust Height==*/
html,body#p-gallery {
	height:100%;
}
body#p-gallery div#container-out {
	height:100%;
}
/* end add 20080530 */












/*-- added20080918 --*/
.font-adjust {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}
.em {
	font-weight:bold;
}



/*-- added20081204 --*/
.font-blue {
	color:#333399;
}
.font-red {
	color:#CC0000;
}
.font-brown {
	color:#993300;
}
.font-green {
	color:#006633;
}
.font-pink {
	color:#C66973;
}
.font-yellow {
	color:#e0e301;
}

.lh-16 {
	line-height:16px;
}
.lh-25 {
	line-height:25px;
}


/*-- added20090126 --*/
.bg-blue {
	background-color:#f0fdff;
}
.bg-pink {
	background-color:#ffeff1;
}
.bg-green {
	background-color:#f5fef5;
}
.bg-orange {
	background-color:#fff6f1;
}

.border-red	{
	border:1px solid #CC0000;
}

/*-- added20090722 --*/
.ico-pdf {
	vertical-align:text-bottom;
	margin-left:2px;
}

/*-- added20090916 --*/
ul.no-style li {
	background:none;
	padding-left:0;
}

/*-- added20091009 --*/
.news-link a {
	line-height:14px;
}

/*-- added20091203 --*/
table#plans-title-table td {
	vertical-align:top;
}

/*-- adjust plan title for Firefox --*/
#plans-title-table {
	margin-left:0;
}
#plans-title-table,x:-moz-broken { /*hac for FF3.x */
	margin-left:3px;
}
#plans-title-table,x:x {
	margin-left:0;
}

/*-- for float --*/
.left,
.right {
	display:inline;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

/*-- added20100629 --*/
.main-visual-note {
	margin:-20px 0 25px 0;
}



