@charset "utf-8";

.main {
	position: relative;
	margin: 0 auto;
	width: 556px;
}
.main.bellovistoBg {
	padding: 0;
	color: #ccc;
	background: #fff;
}
.main.bellovistoBg .caption {
	padding: 10px;
	background: #000;
}
.main .pageTitle {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: medium;
}
.main .pageTitleCap {
	padding: 0 0 5px 10px;
	font-size: x-small;
}
/* pageTitleSection ---------- */
.main .pageTitleSection {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
}
.main .pageTitleSection .pageTitle ,
.main .pageTitleSection .pageTitleCap {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana,arial,helvetica,clean,sans-serif;
}
/* IE6 */
* html .main .pageTitleSection .pageTitle ,
* html .main .pageTitleSection .pageTitleCap {
	display: inline;
	zoom: 1;
}
/* IE7 */
*:first-child+html .main .pageTitleSection .pageTitle ,
*:first-child+html .main .pageTitleSection .pageTitleCap {
	display: inline;
	zoom: 1;
}

.main .appointment {
	position: absolute;
	top: 0;
	right: 0;
}
.main .pageTop {
	margin: 0;
	padding: 0;
	 text-align: right;
}

/* boxSection */
.boxSection {
	position: relative;
	padding: 0 10px;
}
.boxSection .title {
	margin-bottom: 8px;
	font-size: medium;
	font-weight: normal;
/*	font-family: Times,Times New Roman,Century,Georgia,serif;*/
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana,arial,helvetica,clean,sans-serif;
	text-align: left;
}
.boxSection .price {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: small;
	font-weight: bold;
/*	font-family: Times,Times New Roman,Century,Georgia,serif;*/
	color: #949449;
}
.boxSection .note {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: x-small;
	color: #949449;
}
.boxSection p {
	line-height: 1.4;
	margin-bottom: 1em;
}
.boxSection table {
	margin: 0 auto;
	width: 100%;
}
.boxSection table td {
	padding: 3px 5px;
	text-align: left;
	line-height: 1.4!important;
}
.boxSection table td strong {
	color: #fff;
}

/* bellovistoFood */
.boxSection.bellovistoFood {
	margin-bottom: 0;
	padding: 10px 10px 10px;
	width: 536px;
	background-color: #000;
	border: none;
	text-align:center;
}
.boxSection.bellovistoFood .title {
	margin-bottom: 0.2em;
	padding-left: 5px;
	font-size: 120%;
	border-bottom: none;
}
.boxSection.bellovistoFood table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: url(http://www.ceruleantower-hotel.com/restaurant/img/table_bg_black.gif) 100% 0 repeat-y;
}
.boxSection.bellovistoFood table tr td {
	background: url(http://www.ceruleantower-hotel.com/restaurant/img/line_black.gif) 0 100% repeat-x;
}
.boxSection.bellovistoFood table tr.lastChild td ,
.boxSection.bellovistoFood table tr:last-child td {
	background: none;
}

/* bellovistoDrink */
.boxSection.bellovistoDrink {
	margin-bottom: 10px;
	padding: 10px;
	width: 536px;
	background-color: #000;
	text-align:center;
}
.boxSection.bellovistoDrink .title {
	margin-bottom: 8px;
	padding-left: 5px;
	font-size: 120%;
	border-bottom: 1px solid #666666;
}
.boxSection.bellovistoDrink table {
	width: 98%;
	color: #999;
	border-collapse: separate;
	border-spacing: 0;
}
.boxSection.bellovistoDrink table th,
.boxSection.bellovistoDrink table td {
	vertical-align: top;
}
.boxSection.bellovistoDrink table td p {
	margin: 0;
}


.bellovistoFooterInfo {
	margin: 0 0 1em;
}
.bellovistoFooterInfo .topComment {
	padding: 5px 0 5px;
	text-align: right;
}
.bellovistoFooterInfo .menu {
	float: left;
	display: inline;
	width: 305px;
	margin: 5px 0 0;
}
.bellovistoFooterInfo .menu .entryBody {
	padding: 5px 0px;
}
.bellovistoFooterInfo .menu .entryBody ul li {
	padding: 0 0 5px;
}
.bellovistoFooterInfo .outline {
	float: right;
	display: inline;
	margin: 5px 0 0;
	font-size: x-small;
	width: 249px;
}
.bellovistoFooterInfo .outline .entryBody p {
	margin: 0 0 0.3em;
}
.bellovistoFooterInfo .outline .entryBody {
	padding: 5px 10px;
}
.bellovistoFooterInfo .bottomComment {
	clear: both;
	width: 100%;
	margin: 15px 0 0;
	padding: 10px 0;
	background: url(http://www.ceruleantower-hotel.com/restaurant/img/textline.gif) 0 0 no-repeat;
}


